Community Add-Ons

Add file to this package
Top » Features

## ADMIN SINGLE EMAIL ##
for osCommerce Online Merchant v2.2

With Admin Send Email To Customers (admin/email.php) , you can only send email to a single customer
or all Customers and to All Newsletter Subscribers,
With this little hack you will be able to use the admin mail.php
to send a single email with direct email input so you can send mails from your Osc
shop to just about anybody without the need of customer name.

Tested on osCommerce 2.2 Milestone 2 (12th July 2003)
Added instractions for stores with
WYSIWYG HTML Area Box + Admin Function v1.7 - 2.2 MS2 HTML Email HTML contributon.

screenshot and modified files included.

Only two files need to modify(and backup)
admin/mail.php
admin/includes/languages/english/mail.php

installation procces aprox. 10.min
maybe there is somthing like that already just coulde't find it.

Legend:  Download   Report
Expand All / Collapse All
send HTML emails from admin usisu 13 Oct 2007  

You can send HTML emails from admin.

catalog/admin/mail.php at or near line 40:

Change

<pre> //Let's build a message object using the email class
$mimemessage = new email(array('X-Mailer: osCommerce'));
<pre>

To

<pre> //Let's build a message object using the email class
$mimemessage = new email(array('Content-Type: text/html; charset=ISO-8859-15'));
</pre>

NO FILE

-usisu

Update to install.txt deep-silver 2 Aug 2005  
missed file DEEP SILVER ACCESSORY 10 Jun 2005  
## ADMIN SINGLE EMAIL ## DEEP SILVER ACCESSORY 10 Jun 2005