--
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 post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/cb626f34-027e-4e71-8fe3-44b1586a1790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,We would recommend setting up Greenlight v2, seeRegards,... Fred
On Tue, Jun 25, 2019 at 1:24 PM Dhaval <dsone...@gmail.com> wrote:
Hi,--I have followed the instructions in https://docs.bigbluebutton.org/greenlight-v1.html#7-configuring-email-notifications-optionalI keep getting this error:An error occured during email delivery. Please contact an administrator!Any help would be appreciated
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 bigblueb...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/cb626f34-027e-4e71-8fe3-44b1586a1790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# Set this to true if you want GreenLight to send verification emails upon# the creation of a new account#
ALLOW_MAIL_NOTIFICATIONS=true## The notifications are sent using sendmail, unless the SMTP_SERVER variable is set.# In that case, make sure the rest of the variables are properly set.## SMTP_SERVER=smtp.gmail.com# SMTP_PORT=587# SMTP_DOMAIN=gmail.com# SMTP_USERNAME=<your...@gmail.com># SMTP_PASSWORD=<yourpassword># SMTP_AUTH=plain# SMTP_STARTTLS_AUTO=true#SMTP_SERVER=smtp.gmail.comSMTP_PORT=587SMTP_DOMAIN=gmail.com
SMTP_USERNAME=acevedo...@gmail.comSMTP_PASSWORD=**********
SMTP_AUTH=plainSMTP_STARTTLS_AUTO=true# Specify the email address that all mail is sent from
SMTP_SENDER=acevedo...@gmail.com