Hi I'm new to the Classifieds Starter Kit. I just installed it today. Everything seems to be working fine except email. My settings for email in web.config are:
The exception I get from any function that sends email is "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first"
My ISP told me that its smtp server uses encryption with SSL (and still port 25). Could that be the problem? If so how can I get this to work with SSL ?
Annddrew
Member
237 Points
85 Posts
Email not working with an SMTP server that has SSL?
Oct 21, 2006 11:35 PM|LINK
Hi I'm new to the Classifieds Starter Kit. I just installed it today. Everything seems to be working fine except email. My settings for email in web.config are:
<smtp>
<network host="smtp.mydomainname.com" port="25" defaultCredentials="true" userName="myemail@mydomainename.com" password="mypassword"/>
</smtp>
The exception I get from any function that sends email is "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first"
My ISP told me that its smtp server uses encryption with SSL (and still port 25). Could that be the problem? If so how can I get this to work with SSL ?
Thank you very much for any help....