Jump to content
UBot Underground

Recommended Posts

Hello -

"Send email" command doesn't work for me:

 

set(#server, "smtp.gmail.com", "Global")

set(#port, 465, "Global")

...

ui button("connect and send") {

connect to mail server("SMTP With SSL", #email_from, #psw, #server, #port) {

wait(5)

send email(#email_to, "test01", "Plain Text", "test01", "", #email_from, "")

}

}

Any ideas what the problem could be please?

 

 

BTW, I was able to connect to the mail server and to get e-mails into a table:

 

set(#server, "pop.gmail.com", "Global")

set(#port, 995, "Global")

connect to mail server("POP3 With SSL", #email_from, #psw, #server, #port) {

create table from emails(&table_email)

}

 

Thanks

u2

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...