Page 1 of 1

PHPMailer - AddCC doesn't seem to work when using PHPmail

Posted: Wed Oct 31, 2007 10:55 pm
by crandaddy
Has anyone experienced any trouble using the AddCC function in the class.phpmailer.php? I am trying to develop a component that sends out an email and carbon copies specified email addresses. However, I could not get it to work when using the php mail function. Everything else worked perfectly in the email send. I ran across this thread in the sourceforge phpmailer forum that shows a work around by adding a few lines of code to the class.phpmailer.php file around line 787:

http://sourceforge.net/forum/message.php?msg_id=3011151

The AddCC works once I add those lines to the class.phpmailer.php file.

However, I would prefer to not have to modify that file on every site that I use this component for.

Any suggestions?
Thanks,
Don

Re: PHPMailer - AddCC doesn't seem to work when using PHPmai

Posted: Tue Mar 01, 2011 11:06 am
by e-motiv
HAd to do the same after problems with CC not working.
Linux server / PHP mail config / Joomla! 1.5.4 Production/Stable

I hope it's fixed in some 1.5 or 1.6 joomla update!

Re: PHPMailer - AddCC doesn't seem to work when using PHPmai

Posted: Mon Apr 08, 2013 8:09 am
by daviddd
In Joomla! 1.5.26, latest 1.5.X version the bug is still there.