Replies: 3 comments 4 replies
-
Hi @mlause, Those environment variables are almost correct: don't use multiple ones, there is only one environment variable
I'd say you set up a meeting to and add an invitee with an email address. That invitee should then receive an invitation by email. Alternatively (to just test msmtp and if it has been set up correctly), you can also create a new PHP file to send an email - which is what I do in the automated test to ensure msmtp works, see cypress/fixtures/mail-test.php.
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I should have said this is running as a docker under unraid. Each of those MSMTPRC variables are setup separately via a new environmental variable. So MSMTPRC_AUTH is one variable with the value set to one. Assuming that is the right way, I have it done correctly. I'd have to find out how to get the tls_trust_file from my email provider. |
Beta Was this translation helpful? Give feedback.
-
What are the variables exactly? |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I use an email service and was following the gmail setup guide. I'm running this in Unraid, so I added the variables in the guide as follows:
MSMTPRC_AUTH on
MSMTPRC_TLS on
MSMTPRC_TLS_TRUST_FILE /etc/ssl/certs/ca-certification.crt
etc
Here are some questions. Is this the proper way to setup the email service? How can I test it to make sure it works? The TLS trust file doesn't make sense to me. There is no location for that in the appdata folder on Unraid. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions