Correo is a .NET service for programmatically sending emails
 
 
Go to file
Tudor Stanciu dc5ce5e96a SmtpClient config: UseSsl => EnableSsl 2023-01-19 18:21:35 +02:00
src SmtpClient config: UseSsl => EnableSsl 2023-01-19 18:21:35 +02:00
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-01-17 23:14:03 +02:00
.gitignore Add messaging 2023-01-18 02:12:35 +02:00
Correo.sln mailer handler 2023-01-19 18:17:24 +02:00
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-01-17 23:14:03 +02:00
README.md readme content 2023-01-17 23:49:05 +02:00
dependencies.props Service structure 2023-01-18 03:20:57 +02:00
directory.build.props dependencies.props 2023-01-18 00:00:48 +02:00
nuget.config nuget.config file 2023-01-17 23:25:50 +02:00

README.md

Correo

Correo is a .NET service with the role of programmatically sending emails. It can integrate with:

SMTP servers:

  • local servers
  • Gmail
  • Yahoo

Transactional Email APIs:

  • SendGrid