Can somebody please clarify how SMTP settings work? #85
-
I asked around and was told I can use docker variables so I have these inside my .env file:
and these inside my docker-compose.yml file within the docuseal app:
I can test these settings are working by pretending I forgot my email and docuseal will send me a password reset link. What I still do not get is how to add/invite other people to collaborate. Within docuseal I see this warning whenever I try to do so: The link: "Go to SMTP settings" leads here and gives this error when I leave the username field empty Could somebody please help me figure this out? Are SMTP settings via -env only used for the system messages and each user needs to define his own SMTP settings? Why is it still asking for username despite: #23 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@ovizii You configure SMTP only once for the entire project. You can use an email address as a username. If you are not familiar with the SMTP configuration process, here is the documentation for GMAIL as an example |
Beta Was this translation helpful? Give feedback.
-
And yet, despite only having SMTP details inside .env I was able to submit a document and get a notification via email, even though I have not configured SMTP settings via the GUI. |
Beta Was this translation helpful? Give feedback.
-
@ovizii A fix has been added in the latest release (1.1.3) that enables email sending when SMTP is configured using environment variables. Let me know if these improvements work for you. |
Beta Was this translation helpful? Give feedback.
@ovizii A fix has been added in the latest release (1.1.3) that enables email sending when SMTP is configured using environment variables. Let me know if these improvements work for you.