That’s a problem, as Google Apps email accounts use smtp.gmail.com on port 465 (for SSL) or 587 (for TLS). Unencrypted sending is not possible through this SMTP server.
The answer is to replace the smtp.gmail.com settings with:
- server: aspmx.l.google.com
- port: 25
I've try it using tools SendSMTP. SendSMTP can send SMTP email via command-line instructions or interactively. This useful utility can be used to send email alerts, programmatically send files, whatever you like.
No comments:
Post a Comment