c# - send mal with TLS / SSL -
after searching across web i'am still confused correct approach send secure email.
i developing web email client interface send mails different configurable smtp email servers (for example: gmail.com, outlook.office365.com,...whatever)
i use simple smtpclient enablessl = true, , works gmail , office365 (thought in gmail had configure https://www.google.com/settings/security/lesssecureapps make work).
the question if enabling enablessl true action sending secure email net 4.5 (configuring user , password credentials too, of course), or if have make different configurations if smtp server uses tls or ssl?
Comments
Post a Comment