Saving Emails to Disk in C#

Sending emails in C# is a simple task. All you need is a MailMessage object with your email and a SmtpClient to send it:

The configuration for the SmtpClient is inside the web.config or app.config can look like this example from Sanjay kumar:

Whenever your code is executed, your email will be sent …

Read more

My Highlights of NDC Oslo 2017

The 10th edition of the NDC (Norwegian Developers Conference) in Oslo was the best I ever attended. Kjersti and her team made everyone welcome and created a friendly and familiarly atmosphere. This is no easy task, especially not with 2000 attendees. But even at this size you always felt a personal touch and if you …

Read more