This is a discussion on Automatic Customer Stock Update Notification within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Or you can do it this way and it will select whether you have send HTML emails enabled. // add ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Or you can do it this way and it will select whether you have send HTML emails enabled. // add the message to the object if (EMAIL_USE_HTML == 'true') { $mimemessage->add_html($message); } else { $mimemessage->add_text($message); } $mimemessage->build_message(); No file attached just alternative for previous post. More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatic Customer Stock Update Notification | michael_s | New osCommerce Contributions | 0 | 07-25-2007 12:25 AM |
| Automatic Customer Stock Update Notification | michael_s | New osCommerce Contributions | 0 | 06-08-2007 09:00 AM |
| Quick stock update from the product listing page | michael_s | New osCommerce Contributions | 0 | 01-20-2007 07:50 AM |
| New Customer Notification Mod | lem | osCMax v1.7 General Mods Discussion | 0 | 05-16-2005 11:10 PM |
| email notification with new customer sign up...possible? | ibgumbie | osCommerce 2.2 Installation Help | 0 | 12-16-2004 07:15 PM |