Support for configuring SMTP email at project level #3056
Answered
by
marcklingen
rvndbalaji
asked this question in
Support
-
Describe the feature or potential improvementSupport for configuring SMTP email within the application
Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
marcklingen
Aug 25, 2024
Replies: 1 comment 6 replies
-
|
This is unfortunately outside of the scope of the project as these credentials are to be maintained on an instance level and should not be exposed to users or project admins. Is it an option for you to set this at the instance level? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how did you turn this into a connection string?
we pass the connection string to
parseConnectionUrlofnodemailer, more on this here: https://nodemailer.com/smtp/#:~:text=Alternatively%2C%20you%20could%20use%20a%20connection%20url%20instead%20of%20an%20object%20for%20the%20options.%20Use%20%E2%80%98smtp%3A%27%20or%20%E2%80%98smtps%3A%27%20as%20the%20protocol%20in%20the%20url.