Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

Use the following type of encrypted connection: SSL

$
0
0

Parser Error MessageInsufficient permissions for setting the configuration property 'port'.

<system.net><mailSettings><smtp from="user@mail.net"><network host="outbound.smtp.net" port="465" userName="user@mail.net" password="pass" defaultCredentials="false" /></smtp></mailSettings></system.net>


How do you take into account for"Use the following type of encrypted connection: SSL"

Internet Email Settings

This is what is in the vb part with the full "msg" including Subject, Body, To, From, etc

Dim client As SmtpClient = New SmtpClient()
client.DeliveryMethod = SmtpDeliveryMethod.Network
client.EnableSsl = "True"
client.Send(msg)



Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>