Hello I'm trying to implement a custom SMTP confi...
# support-questions-legacy
d
Hello I'm trying to implement a custom SMTP configuration for passwordless auth as specified in this guide https://supertokens.com/docs/passwordless/email-delivery/smtp/configure-smtp . The problem though is that the init method from passwordless does not expect any parameter such as
emailDelivery
as specified in the above-linked article. Could you please help take a look at this? Type - Supertoken NodeJS Version - 11.3.0
r
Hey @Deleted User can I see all the import statements in that file?
d
@rp_st here you go 🙂
r
What’s the error from the import statement?
d
module not found
I've been able to resolve the issue now, by reinstalling my packages
Thank you for offering to help.
r
Hmm fair enough!
2 Views