What solution do you use for sending transactional emails to your users?
I always use Mailgun + Laravel Notification system. I write the email templates with Markdown or Blade.
How do you implement your transactional email system if you use other languages/frameworks?