I am trying to send email using firebase mail extensiton. I am using sendGrid to send the email.
when I tried to write "SMTP connection URI" on the extension, it gives error.
smtps://apikey:SG.E9Ln3Lr1SVeiRzJe***********************-*******@smtp.sendgrid.net:465
this is my uri.
I am writing "apikey" for username. is it correct or not?
Firebase do not accept this. When I delete ":", it accepts or if I delete "apikey:", it accepts.
What should I do? can someone help me please? thanks