Hi,
I'm having trouble making email notifications work on Greenligh.
I set up the SMTP credentials in .env file, then restarted greenlight with docker-compose dwon and then docker compuse up -d
I get this error in log/production.log
Support: Error in email delivery: end of file reached
ERROR: [379cbe67-b192-40f2-8332-e8a8506e1326] Support: Error in
email delivery: end of file reached
This is my SMTP config
SMTP_SERVER=email-smtp.us-west-2.amazonaws.com
SMTP_PORT=465
SMTP_DOMAIN=amazonses.com
SMTP_USERNAME=<username>
SMTP_PASSWORD=<password>
SMTP_AUTH=plain
SMTP_STARTTLS_AUTO=true
SMTP_SENDER=webi...@colmena.tech
I've tried SMTP_AUTH=plain and SMTP_AUTH=login but niether work.
I also tried with other smtp services like gmail
Thanks for your help.
docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check"?Hi,
I'm having trouble making email notifications work on Greenligh.
I set up the SMTP credentials in .env file, then restarted greenlight with docker-compose dwon and then docker compuse up -d
I get this error in log/production.log
Support: Error in email delivery: end of file reached
ERROR: [379cbe67-b192-40f2-8332-e8a8506e1326] Support: Error in email delivery: end of file reached
This is my SMTP config
SMTP_SERVER=email-smtp.us-west-2.amazonaws.com
SMTP_PORT=465
SMTP_DOMAIN=amazonses.com
SMTP_USERNAME=<username>
SMTP_PASSWORD=<password>
SMTP_AUTH=plain
SMTP_STARTTLS_AUTO=true
Thanks Ahmad, it says:
Checking environment: Passed
Checking Connection: Passed
Checking Secret: Passed
Checking SMTP connection: Failed
Error connecting to SMTP - Net::ReadTimeout
I can ping to the maiul server and amb able to telnet to port 25.
Thaks for your help.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/fb8b56d4-a9e3-4dd8-abc8-74559d8c876a%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bigblueb...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/6a2fd92a-89eb-48ce-ad12-47b36d224dc1%40googlegroups.com.