This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

Use default PHP mail handling

In UserSpice 5 - Roadmapping the Future · Started by mets_web@outlook.com on 2016-06-09 10:24 am · 9178 views · 1 replies

Neat project, thanks for sharing and making it available.

Might I suggest an option to allow the mail function to use the default configured in php.ini instead of forcing SMTP? While not difficult to comment out some of your code to make this happen a more graceful way might be helpful.

Thanks
Mark
I will definitely take a look at that. The original PHP mail was not working on a lot of servers, so in 4.0 we switched to SwiftMailer, but that required composer. The mail in 4.1 is still a work in progress. At least offering the option of using the normal php mail might be a good option for those that don't want SMTP.