Ticket: "Email Notifications Setup with Nodemailer Issue"
@nithur Just created a ticket
Question: Unable to setup email notifications
Attempted: I am trying to use Nodemailer to send email notifications. But I get "Email sender information not found in environment variables" I have added email user and password and my port is 465. I am using Gmail SMTP.
Working On: I want to add members to my account
Take it from here @Mod 🔥
Question: Unable to setup email notifications
Attempted: I am trying to use Nodemailer to send email notifications. But I get "Email sender information not found in environment variables" I have added email user and password and my port is 465. I am using Gmail SMTP.
Working On: I want to add members to my account
Take it from here @Mod 🔥
7 Replies
Hey, can someone help me on this?
Hey @nithur
How did you set the variables? In a file, or docker compose, or somewhere else?
docker compose
I am using node mailer
my social media connections are working
Did you
docker compose down
and up
again to recreate the containers with the env values?
Amd set EMAIL_PROVIDER?yes
I have set email provider and I have restarted all the containers
Do you know how to get a shell in a container?
Hey, I got this fixed
my bad I didn't set the email sender info because it is separated from other env configs for the email on docs