Using ASP.NET MailMessage class with MONO. Troubleshooting

There is an example how to use the MailMessage class in case you are using the ordinary ASP.NET hosting and the difference when you are running your website using MONO technology.

asp.net logo

The MailMessage Class provides properties and methods for constructing an e-mail message. But there are some troubles using it with MONO. See the examples how to avoid this.

Continue reading “Using ASP.NET MailMessage class with MONO. Troubleshooting”