Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use mail() as alternative transport for email backend #45

Open
tkdb opened this issue Oct 16, 2014 · 2 comments
Open

use mail() as alternative transport for email backend #45

tkdb opened this issue Oct 16, 2014 · 2 comments

Comments

@tkdb
Copy link
Contributor

tkdb commented Oct 16, 2014

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.

@tkdb
Copy link
Contributor Author

tkdb commented Oct 22, 2014

Transport class for PHP's mail() in Magento Zend Framework is Zend_Mail_Transport_Sendmail which is wrapping PHP's mail(). This looks like a way to go.

@datenbrille
Copy link
Contributor

What is the status on this request @tkdb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants