Last question for today 😅, how can I configure my...
# support-questions-legacy
b
Last question for today 😅, how can I configure my SMTP with username/password credentials ? I can't find a way to give the username
r
Is the username different from the email that's going to be used to send the email?
b
Yes I am using Amazon SES and have a user key and a secret
r
i see. There is a PR open for that and should be released today / tomorrow. But if you don't wanna wait, then you can just override the
sendRawEmail
function and send it yourself.
b
Okay, perfect ! I'll use that for the moment thanks
r
it should be released in a few hours
hey @binouse just released a new version of the node SDK (11.3.0) which has a new property in the smtpSettings called
authUsername
to which you can assign the AWS username. Lmk if it works, and if not 🙂
b
Works perfectly 👌 Thanks again
a
Ah, there's already an issue for that: https://github.com/supertokens/supertokens-python/issues/217 I'll be 👀 it
r
Yea! Should be done this week
2 Views