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.