You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it already possible to use PHP's mail() as alternative transport to send out log events via email?
If not I think this is a considerable option because I think Zend_Mail supports it as backend (IIRC) and it normally comes with zero-configuration.
I ask because right now I have got some problems sending through the SMTP server which doesn't work in an esoteric fashion punctually and the hoster is not really helping much.
Having an alternative is always good.
SMTP generally works fine btw, this must be our hoster.
The text was updated successfully, but these errors were encountered:
Is it already possible to use PHP's
mail()
as alternative transport to send out log events via email?If not I think this is a considerable option because I think
Zend_Mail
supports it as backend (IIRC) and it normally comes with zero-configuration.I ask because right now I have got some problems sending through the SMTP server which doesn't work in an esoteric fashion punctually and the hoster is not really helping much.
Having an alternative is always good.
SMTP generally works fine btw, this must be our hoster.
The text was updated successfully, but these errors were encountered: