Forums Sign Up Reply Search Statistics
Support Issues and Questions GraFX Software Solutions - Forum / Support Issues and Questions /

email template

 
Author brent
Forums Member
#1 Posted: 29 Mar 2008 16:32:06
Reply 
Is there a way I can edit the email template to send as text only, the users getting newsletters have email clients that seem to have several incompatibilities with HTML based emails?

Thanks!
Author software
Admin
#2 Posted: 30 Mar 2008 04:35:15
Reply 
Which software? We use cls_universal_mailsender.php for this.
Author brent
Forums Member
#3 Posted: 9 Apr 2008 16:06:50
Reply 
miniCWB CMS.

Thanks.
Author software
Admin
#4 Posted: 14 Apr 2008 06:46:54
Reply 
There is only html mail but if you want to "hack" you can change global for all in the cls_universal_mailsender.php from the include folder.
Just go to the line 300
function UniversalMailSender($send_type = "")
{
if (empty($send_type) || $send_type == 1)
$this->mail_send_type = 1; // text
else
$this->mail_send_type = 2; // html

and change

$this->mail_send_type = 2;
to
$this->mail_send_type = 1;
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.