Contributions

Other (Category Index)
Search: 

E-Mail Testing Script

This script sends out two identical emails; one via the native PHP mail() function, and a second via the email class osCommerce uses.

This can be used when experiencing problems with emails being sent from osCommerce, to see if a problem exists on the PHP installation, or with osCommerce itself.

The script overrides the SEND_EMAILS and EMAIL_USE_HTML configuration parameters in the database.

Expand All / Collapse All

E-Mail Testing Script 16 Oct 2003

This script sends out two identical emails; one via the native PHP mail() function, and a second via the email class osCommerce uses.

This can be used when experiencing problems with emails being sent from osCommerce, to see if a problem exists on the PHP installation, or with osCommerce itself.

The script overrides the SEND_EMAILS and EMAIL_USE_HTML configuration parameters in the database.

Note: Contributions are used at own risk.