Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
1–10 of 70 posts
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#2Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#3The best smtp server out there!
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#4Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#5Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#6Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#7We could ofc use Mailchimp but always happy to explore self hosting. Would this or another solution work?
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#8Is there a reliable solution we could use for our small startup? We want to shoot out daily emails to our users, like Bandcamp or Substack do. We could ofc use Mailchimp but always happy to explore self hosting. Would this or another solution work?
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#9Is there a reliable solution we could use for our small startup? We want to shoot out daily emails to our users, like Bandcamp or Substack do. We could ofc use Mailchimp but always happy to explore self hosting. Would this or another solution work?
Stalwart might be a good use case for your business/employee mail account handling, however.
Re: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui
#10Is there a reliable solution we could use for our small startup? We want to shoot out daily emails to our users, like Bandcamp or Substack do. We could ofc use Mailchimp but always happy to explore self hosting. Would this or another solution work?
for recipient in "${recipients[@]}"; do
aws sesv2 send-email \
--from-email-address "$sender" \
--destination "ToAddresses=$recipient" \
--content "Simple={Subject={Data='$subject',Charset='UTF-8'},Body={Text={Data='$body',Charset='UTF-8'}}}" \
--region "$region"
done
I got that script from their website. Should be easy enough to knock something up in Deno or whatever. 50,000 emails/month free! Amazing.If you want an actual product, check out Buttondown. Indie, great support, and amazing APIs.