I configure Postfix to send external mail via Amazon's "Simple Email
Service," then use `net/sendmail`. Having a working mail-transfer agent
means you can easily send yourself mail from other tools on the system,
too, like a cron job to renew the TLS certificates. (I haven't looked at
Postmark, so I can't compare.)

As far as managing users generally, the website code for digitalricoeur.org
isn't (yet!) public, but I could provide access if it would be useful as an
example. We use a passwordless approach based on emailing one-time-use
links, which continuations make especially pleasant.

-Philip

On Wed, Jan 22, 2020 at 7:47 PM Matthew Butterick <m...@mbtype.com> wrote:

> I concur on Postmark. For 2+ yrs I've used it with the Racket web server
> for mbtype.com. I pass the server settings to `smtp-send-message` from `
> net/smtp`.
>
>
> On 22 Jan 20, at 3:00 AM, Bogdan Popa <bog...@defn.io> wrote:
>
> I like using Postmark[0] for this.  Their free plan lets you send up to
> 100 e-mails a month, their paid plans come at a reasonable price and
> they have helpful docs and validators to help you set up SPF, DMARC and
> DKIM.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/9CBD358C-6A8A-4203-A395-61AF69D44C65%40mbtype.com
> <https://groups.google.com/d/msgid/racket-users/9CBD358C-6A8A-4203-A395-61AF69D44C65%40mbtype.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAH3z3gaG3To1CZjoex3J4z4Gsk99HQfwyejENt8FBQg7%3DdXTkA%40mail.gmail.com.

Reply via email to