Contributions
## ADMIN SINGLE EMAIL ##
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.
Expand All / Collapse All
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
fixed a small typo in install.txt.
same package again
ignore the zip before and use this
sorry
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.
Note: Contributions are used at own risk.