PHP Mail function
Posted by Joe Rebis on 27 June 2013 11:31 AM
|
|
Very often php mail applications rely on the generic settings in the PHP.INI file, however this will not function with EPHost's Windows Platform. A "from" address must be supplied, please see the follow article for a code solution... See the Knowledge base Article on "Sending Mail using php mail function" OR use the following option.
This option establishes a from address by default when sending email using PHP if it is not otherwise done in the code
You can use this as a drop in replacement for overriding many php.ini settings.
ALSO SEE: Sending Mail using PHP Mail Function | How to Setup PHP Websites using .user.ini file Also See: Email Settings POP3 / IMAP | Check email online | Email Troubleshooting | Adding an email to your hosting account WINDOWS / LINUX Contact Support If you are still having issues, please contact us for further help.
| |
|