You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FluentEmail - All in one email sender for .NET and .NET Core
4
4
@@ -26,7 +26,8 @@ Original blog post here for a detailed guide [A complete guide to send email in
26
26
27
27
### Mail Provider Integrations
28
28
29
-
-[FluentEmail.Postmark](src/Senders/FluentEmail.Postmark) - Send emails via Postmark's REST API. [Original Source/Credit](https://github.com/georg-jung/FluentEmail.Postmark)
29
+
-[FluentEmail.Azure](src/Senders/FluentEmail.Azure.Email) - Send emails via Azure Email Communication Services API
30
+
-[FluentEmail.Postmark](src/Senders/FluentEmail.Postmark) - Send emails via Postmark's REST API. [Original Source/Credit](https://github.com/georg-jung/FluentEmail.Postmark)
30
31
-[FluentEmail.Mailgun](src/Senders/FluentEmail.Mailgun) - Send emails via MailGun's REST API.
31
32
-[FluentEmail.SendGrid](src/Senders/FluentEmail.SendGrid) - Send email via the SendGrid API.
32
33
-[FluentEmail.Mailtrap](src/Senders/FluentEmail.Mailtrap) - Send emails to Mailtrap. Uses [FluentEmail.Smtp](src/Senders/FluentEmail.Smtp) for delivery.
@@ -167,4 +168,4 @@ var email = new Email("bob@hotmail.com")
0 commit comments