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

Add support for custom sendmail_path in php.ini #223

Closed
nobodypb opened this issue Apr 29, 2014 · 0 comments
Closed

Add support for custom sendmail_path in php.ini #223

nobodypb opened this issue Apr 29, 2014 · 0 comments

Comments

@nobodypb
Copy link
Contributor

While developing a web application under windows with sendmail for windows installed locally I got the error "Could not execute: /usr/sbin/sendmail".
By looking into the source of phpmailer I found out, that there actually is a check, if sendmail_path is set in php.ini, but it is not implemented to set $this->Sendmail to it's value.
This also applies for iQmail.

Synchro added a commit that referenced this issue Apr 30, 2014
Added custom path support for sendmail and qmail #223
@Synchro Synchro closed this as completed May 2, 2014
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