I am trying to send an email through my app and have been looking at mtwin Smpt. After entering all my my login info I get this error:
Error : SmtpAuthError(Authorization with 'login' method not supported by server)
mtwin.mail.Smtp.send( smtp.googlemail.com, 'xxx@gmail.com', 'xxx@xxx.com', 'My Message',587,'xxx@gmail.com','xxxxxxx' );
Using the SmtpMailer mailer library has similar issues. SmtpMailer gives you the option to specify SSL/STARTLS but I get the error
Not supported on this platform
I am targeting Mac and Windows.