Jump to content
UBot Underground

cant send emails from gmail why??


Recommended Posts

can annyone tell me why i cant send emails from gmail or hotmail, just yahoo?

here is my code

 

 

connect to mail server("SMTP", $table cell(&acc, #row, 0), $table cell(&acc, #row, 1), "smtp.mail.yahoo.com", 587) {
    send email($next list item(%sl), $spin(#sub), "HTML", $spin(#mess), #attach, #from, "")
}

 

 

Link to post
Share on other sites

hi the imap didnt work either

 

 

 

connect to mail server("IMAP With SSL", $table cell(&acc, #row, 0), $table cell(&acc, #row, 1), "imap.gmail.com", 993) {
    send email($next list item(%sl), $spin(#sub), "HTML", $spin(#mess), #attach, #from, "")
}

 

Link to post
Share on other sites

You need patience - the IMAP protocol is very slow, compared with what you may be used from your prior experience with POP3 connection...

 

In my case, connecting and updating a 1000 emails table from a loaded gmail account, can take even 10 mins (of course, the less emails in the account, the lesser time it takes)

 

Just let the bot run and check half an hour later, to make sure before you decide it didn't work... give it a try.

Link to post
Share on other sites
You need patience - the IMAP protocol is very slow, compared with what you may be used from your prior experience with POP3 connection...

 

In my case, connecting and updating a 1000 emails table from a loaded gmail account, can take even 10 mins (of course, the less emails in the account, the lesser time it takes)

 

Just let the bot run and check half an hour later, to make sure before you decide it didn't work... give it a try.

 

no didnt work it didnt send a single email.

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...