2
votes

I have an application that I am working on and I want to use Amazon ses smtp to send email. I am using firebase as a backend. Firebase has a Triggger Email extension that I want to use. I have managed to do everything right but the Trigger Email extensions asks for smtp URI. I am getting smtp URL from amazon ses. How do I get a smtp URI instead of URL.

Edit - So URL and URI are same. So I should change my question.

Trigger email wants a URI in this format - smtps://username:[email protected]

I am getting this from amazon aws - email-smtp.us-east-2.amazonaws.com

So now my question is how to use amazon aws ses smtp with firebase trigger extension.

1
I should have written the format sorry. I'll fix it now.user3399180
please know that I didn’t say URLs and URIs are the same. — It looks like you already have the URL you need.evolutionxbox

1 Answers

3
votes

I think this should be your URL: smtps://username:[email protected]

Ensure the whole string is URL encoded.