Jump to content
UBot Underground

Failed To Connect to Server


Recommended Posts

Hi,

 

I'm still new to ubot and working through the tutorials. I'm stuck on connecting to my gmail server right now. Spent literally the last hour trying every single setting.

 

I also went in and accepted the lower security settings in the gmail account because gmail was blocking log in attempts. 

 

With both imap and pop3 no matter what I do it fails to connect to the server. Any suggestions?

 

Thanks,

 

Mike

Link to post
Share on other sites

did you enabled pop3 and imap in gmail account you are trying to connect with?

If yes, try this code which works fine on my Gmail sender bot

connect to mail server("SMTP With SSL", #username, #password, "smtp.gmail.com", 587) {
            send email(#email, $spin(#subject), "Plain Text", $spin(#body), "", #username, "")
            }
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...