-
-
Notifications
You must be signed in to change notification settings - Fork 367
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 other config['mailer'] options. #872
Conversation
Tested with sendmail.
Related #776 ? Setting up Either way, adding an |
I don't use Vagrant or Homestead. In our setup, our email server is on another machine. I wanted to queue email locally using sendmail to not block PHP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just make sure everything is aligned correctly according to PSR rules. not sure about that case
place... Might be wrong too.
@alexweissman That Original : https://github.com/apple314159/UserFrosting/blob/master/app/sprinkles/core/src/Mail/Mailer.php#L46 |
Merged manually in f67e358 for the |
PHPMailer supports other mailer options such as Mail, Qmail, and sendmail.
Tested with sendmail.