A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
35
stars
25
forks
source link
Added option to choose Mailgun's EU API #42
Closed
bjarte closed 3 years ago
Mailgun's standard API has the url https://api.mailgun.net
However, to send e-mail from a EU domain, you need to use the url https://api.eu.mailgun.net
Added optionial setting to MailgunClient constructur: bool euDomain