How to set up mail server configuration

Hi,

Please let me know how to set up mail server configuration to send email alerts. I have added ‘Admin email address’,‘Sending email address’ in the settings page. Please check the attached image. Also please let me know that do I have to add smtp port, their username and password anywhere in the files or database?.

If it’s a Docker-based install, then you need to configure that in config.env, and then down/up the containers.

If it’s on your own webserver, then PHP uses the system MTA to deliver mail, so you would need to configure that (whatever it might be) to relay mail to your mailserver.

Thanks for your reply. We want to set up SMTP for sending mails since we are running it from a local machine. So please help us to implement it.

1 Like