Virtual email servers
You get your own virtual email server to send, receive, and route messages from inside your code.
Send using variety of protocols using the Mailgun API: HTTP, HTTPS or SMTP with TLS. See the emails you've sent in live log. Get daily and monthly reports.
Following the Routes mechanism pionieered by MVC web frameworks Mailgun routes allow you to define where incoming emails go: map recipients to URLs in your web app or forward to any mailbox on the Internet.
Mailgun accepts emails of sizes up to 20MB, transcodes them to UTF-8, parses attachments and posts them into your app via HTTP POST. Instantly.