Skip to content

A .NET 6 sample console application that sends email

Notifications You must be signed in to change notification settings

gustavo-bork/EmailSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EmailSample

A sample .NET 6 application that sends an email

Steps

  1. Clone the repository
  2. Type dotnet restore on the terminal (if you have .NET 6 SDK installed)
  3. Create a .env file (due to the .gitignore, it won't be given as untracked)
  4. Put the following variables in the file:
FROM_EMAIL="from who the email will be sent"
PASSWORD="password of the sender"
TO_EMAIL="to who the email will be sent"

About

A .NET 6 sample console application that sends email

Resources

Stars

Watchers

Forks

Languages