feature request: Support for Resend Email.
What problem did you meet?
Not support Resend email.
Describe what you'd like Logto to have
Missing it as well. Has someone managed to maybe connect Resend using smtp? I was not able to do so for some unknown reasons
Also would love to have a native resend integration for Logto. Have a hard time setting this up via SMTP, their seems to be a mismatch between the default of Resend and the default options for Logto.
Did you manage to get it running via smtp config? I still not have it running π
Did you manage to get it running via smtp config? I still not have it running π
Haha, I only used Resendβs API to send emails before, never noticed it had an SMTP config option. I switched to Aliyun Direct Mail Push later, and it seems pretty stable! π
Did you manage to get it running via smtp config? I still not have it running π
Hi guys, until we have the integrated connector available, the alternative is to use Resend configured as SMTP. I've successfully tested it, and I'm sharing the configuration details below if you'd like to try replicating it in your applications:
- Go to your Resend configuration panel, in the SMTP tab.
-
Copy the host suggested by Resend (something like
smtp.resend.com). -
Copy port
2465to force the use of encrypted/TLS connections.
- Go to API Keys in Resend, create a new key to use with Logto and copy its value.
- In the Logto admin console, click on Connector and then on Add Connector.
- Paste the host and port indicated above.
- Change the
Secureoption totrue. - In Custom Headers, include the following code: (please, complete with the code)
{
"Content-Type": "application/json"
}
- In Auth, keep the type as
"login". As user, use"resend"and in pass use your Resend API key."
{
"pass": "<Resend API Key>",
"type": "login",
"user": "resend"
}
Enter your From Email, Reply Email, and customize the templates. After configuration, test your connection and enjoy! :sunglasses: