This technical article provides a simple AVR.NET programming example, written for
sending email notifications when a new user joins a website. From an
application software developer's perspective, the essential technical feats
involved are:
- instancing the SMTP client service and reusing it
- populating an email object based on input from the UI, an ASP.NET Web Form
- sending the email using the SMTP client
|