Send Mail through SMTP with SSL Authentication like GMail(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 4 months ago

This example will help you to send email from ASP.NET using Gmail SMTP (SSL authentication required)

1 comment |category: |Views: 85

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by gavinjoycegavinjoyce(25.7k) 4 years, 4 months ago 0

Condensed down to two lines:

smtp.Port = 587;
smtp.EnableSsl = true;

DNK uses Gmail for sending emails.

Reply

information Login or create an account to comment on this story