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

Discuss the development and implementation of Joomla! components here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
crandaddy
Joomla! Explorer
Joomla! Explorer
Posts: 431
Joined: Wed Jun 14, 2006 8:14 pm
Location: Texas: Dallas/Fort Worth area
Contact:

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

Post by crandaddy » Wed Oct 31, 2007 10:55 pm

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

User avatar
e-motiv
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 168
Joined: Sun May 06, 2007 12:33 pm
Contact:

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

Post by e-motiv » Tue Mar 01, 2011 11:06 am

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!

http://www.e-motiv.net Professional web development <== e-motiv ==> Spin off web projects http://attic.e-motiv.net

daviddd
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Mon Aug 31, 2009 7:55 am

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

Post by daviddd » Mon Apr 08, 2013 8:09 am

In Joomla! 1.5.26, latest 1.5.X version the bug is still there.


Locked

Return to “Components”