Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
389 stars 106 forks source link

SMTP with auth #311

Open MrGecco opened 7 years ago

MrGecco commented 7 years ago

Would be great if it is possible to send mails via SMTP with auth. The php mail() function isn't appropriate for that. Furthermore, in some shared hosting environments the function isn't working reliable.

Alanaktion commented 6 years ago

I've worked around this by using a local mail relay like postfix, but this is definitely something that would be helpful for shared hosting environments.

bestkiller92 commented 2 years ago

I agree with this idea. Indeed this could be very usefull. Could you please keep me in touch if you start developping on this ?