etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Email notifications #24

Closed AGirin closed 7 years ago

AGirin commented 7 years ago

How does email notification actually work? I would like to use smtp on my CentOS 6.6 to relay messages to our primary email server. Is this possible or do I need to use Exim?

Thanks!

Andrew

kiwiz commented 7 years ago

Do you have sendmail configured? 411 just calls the mail() function, so if everything is set up it should work.

AGirin commented 7 years ago

I think it is configured properly. I will test though and let you know.

AGirin commented 7 years ago

Yep, works fine. Sendmail was not running (I though I started it). Thanks!