Any good documentation in adding SendGrid to a Phoneix app?

Hi,

Can anyone point me in the direction of how I can configure my Phoenix app to use SendGrid to send out magic link emails please?

Thank you

Richard

Check out the swoosh docs for the sendgrid adapter:

This in combination with mix phx.gen.auth — Phoenix v1.8.3 (the generated user_notifier.ex), it should be pretty plug and play.

1 Like