Method 1: Uses the MimeKit and MailKit libraries for email handling and SMTP client functionality. Method 2: Uses the System.Net.Mail namespace from the .NET Framework for email functionality. Methode 3: This method is an asynchronous action for sending emails using the SmtpClient class from the System.Net.Mail namespace
Go to file
2024-03-20 10:11:51 -04:00
Controllers added methode3 2024-03-20 10:11:51 -04:00
Models added methode3 2024-03-20 10:11:51 -04:00
Properties Add project files. 2024-03-19 18:48:19 -04:00
Services added methode3 2024-03-20 10:11:51 -04:00
.dockerignore Add project files. 2024-03-19 18:48:19 -04:00
.gitattributes Add .gitattributes and .gitignore. 2024-03-19 18:48:17 -04:00
.gitignore Add .gitattributes and .gitignore. 2024-03-19 18:48:17 -04:00
appsettings.Development.json Add project files. 2024-03-19 18:48:19 -04:00
appsettings.json Add project files. 2024-03-19 18:48:19 -04:00
docker-compose.yml added methode3 2024-03-20 10:11:51 -04:00
Dockerfile Add project files. 2024-03-19 18:48:19 -04:00
EmailServiceApi.csproj Add project files. 2024-03-19 18:48:19 -04:00
EmailServiceApi.sln added methode3 2024-03-20 10:11:51 -04:00
Program.cs Add project files. 2024-03-19 18:48:19 -04:00