sending mail via PHP-mail is all we need so far? / #2571

I don't think, we should add direct SMTP-Support or install any mail-classes or whatsoever. For status-mail the php mail() is sufficient.

if anyone needs to send via SMTP-auth or another way of exchanging email, he could simply adjust the php.ini. There you have plenty options and can integrate whatever you want.

Perhaps another way for those needs would be using the API