Jump to content
UBot Underground

Failure Sending Email Problem From Windows 10?


Recommended Posts

Hopefully there will be a quick and easy answer for this question.  I recently updated to version 5.8.5, and now for some reason I am not able to send an email.  Here is my code:

 

connect to mail server("SMTP","daniel@mydomain.com","mypassword$","smtp.gmail.com",465) {
    send email("recipient@gmail.com","my subject","Plain Text","this is the message","","","")
}

 

The error that I get is:  Error.  Failure sending email.

 

The error is happening with the `send email` command.  I should add that I recently updated my computer OS to Windows 10, so don't know if that has anything to do with the problem.

 

Any suggestions?  Thanks.

Link to post
Share on other sites
  • 4 weeks later...

Im having the same problem

    connect to mail server("SMTP With SSL","MYEMAIL@gmail.com","PASSWORD","smtp.gmail.com",465) {
        send email("MYEMAIL@gmail.com","{#productnum}- Squeeze Page Link","Plain Text","http://MYSITE.com/{#squeezeurl}","","MYEMAIL@gmail.com","")
    }

I get the error: The operation has timed out.

 

When I used the wizard, it connected fine..

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