I am not using any custom email templates (at the moment) does that matter? Do I still need to create a (empty) directory shared into the container for n8n to think that email is set up correctly?
For some reason this didnāt appear in my notifications, those settings look ok the only thing I can think of is maybe it canāt connect to the smtp relay address.
If you set the server to use the gmail smtp server does that work?
Nope its still non functional. Iāve tried literally dozens of various configs, restarting, etc., plus the issues Iām having on my other thread with random errors trying to reset it and start from scratch, Iām at a loss and have never had this much trouble setting up anything, ever.
That is very strange, When I used the gmail smtp server a while back it worked with no issues. What port are you using and what do you have the SSL option set to?
You configure SMTP settings directly in the interface. After logging in, find the settings or configuration section, enter your SMTP details, and save. Thereās no need to edit files manually.
I recently started a new instance of SMTPget here, however before it can function, a few more settings must be made because it uses StartTLS and port 587 instead of 465.
Youāll typically configure SMTP details in the N8N configuration file. Look for a file named āconfigā or āconfig.jsā in your N8N installation directory. Within that file, youāll find sections for SMTP settings where you can input your details. If youāre unsure, you may want to consult the N8N documentation or look assistance from the N8N community for step-by-step guidance.
You can configure SMTP settings for N8N in the .env file located in the root directory of your N8N installation. Add your SMTP details like N8N_SMTP_HOST , N8N_SMTP_PORT , N8N_SMTP_USER , and N8N_SMTP_PASS in that file. Restart N8N to apply the changes. I recently started a new instance of Digitalaka here, however before it can function, a few more settings.