SMTP with an API key

Hello,

I’m using SendGrid/Twilio for sending out emails related to my Discourse instance, and they are moving from username/password based authentication to an API key based one.
I’m trying to migrate to the latter, but failed to find documentation on how one can configure that with Discourse.

Could you point me in the right direction?

Cheers :slight_smile:
Yoav

1 Like

As described at https://sendgrid.com/docs/for-developers/sending-email/getting-started-smtp/

You just encode your api key and use it as the smtp password.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.