This is pretty cool — it basically means we can use Fastmail for transactional emails like "Thanks for signing up" kind of emails along with our regular old emails right?
I've been using Mailgun for that as a separate thing; Mailgun is great but the weird lack of API key management freaks me out. Exposing one key exposes EVERYTHING and you have to cycle through all the projects that use your account. So annoying.
I wonder if this is going to cause spam headaches for Fastmail and lower their sendability though
> it basically means we can use Fastmail for transactional emails like "Thanks for signing up" kind of emails along with our regular old emails right?
I just use SMTP for this (with FastMail). FastMail is not really intended for this as the limits and the like don't really scale to large services, but overall it works well enough (you can create an "app password" which can only access SMTP).
I've been using Mailgun for that as a separate thing; Mailgun is great but the weird lack of API key management freaks me out. Exposing one key exposes EVERYTHING and you have to cycle through all the projects that use your account. So annoying.
I wonder if this is going to cause spam headaches for Fastmail and lower their sendability though