Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Mono Program Empty Template

using System.IO;
using System;
using System.Net.Mail;
using System.Net;
using System.Configuration;

class Program
{
    static void Main()
    {
        #region AWS email send 
                 try
                {
                    // Replace [email protected] with your "From" address. 
                    // This address must be verified with Amazon SES.
                   
                }
                catch (Exception ex)
                {

                    throw;
                }
                #endregion
    }
}

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.