Skip to content

Commit

Permalink
Updated FluentEmail.MailerSend package reference in Readme (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ribeiro <[email protected]>
  • Loading branch information
marcoatribeiro and Marco Ribeiro authored Sep 9, 2024
1 parent 32bdc94 commit bf5cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Original blog post here for a detailed guide [A complete guide to send email in
- [FluentEmail.Mailtrap](src/Senders/FluentEmail.Mailtrap) - Send emails to Mailtrap. Uses [FluentEmail.Smtp](src/Senders/FluentEmail.Smtp) for delivery.
- [FluentEmail.MailKit](src/Senders/FluentEmail.MailKit) - Send emails using the [MailKit](https://github.com/jstedfast/MailKit) email library.
- [FluentEmail.MailPace](src/Senders/FluentEmail.MailPace) - Send emails via the [MailPace](https://www.mailpace.com/) REST API.
- [FluentEmail.MailerSend](https://github.com/marcoatribeiro/FluentEmail.MailerSend) - Send email via [MailerSend](https://www.mailersend.com/)'s API.
- [FluentEmail.MailerSend](https://github.com/marcoatribeiro/FluentEmail.MailerSend.jcamp) - Send email via [MailerSend](https://www.mailersend.com/)'s API.

## Basic Usage

Expand Down

0 comments on commit bf5cbff

Please sign in to comment.