SID-00878: Can't send mail using Net::SMTP. 5.7.0 Must issue a STARTTLS
| Status: |
Unanswered |
TWiki version: |
5.0.0 |
Perl version: |
5.008008 (MSWin32) |
| Category: |
CategoryInstallation |
Server OS: |
Windows NT |
Last update: |
16 years ago |
ERROR
Can't send mail using Net::SMTP. 5.7.0 Must issue a STARTTLS command first. j3sm18162932qcs.1
Too many failures sending mail %PARAM2% %PARAM3% %PARAM4%
I'm trying to use gmail as my smtp. Gmail requires a secure connection, which may be the source of the trouble.
For c# I do this,
SmtpClient smtpClient = new
SmtpClient();
smtpClient.EnableSsl = true; // gmail requires this
Any ideas?
--
ChuckSavage - 2010-06-25
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2010-08-02
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.