<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PHPMailer tutorial</title>
	<atom:link href="http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html</link>
	<description>Web Development</description>
	<pubDate>Sat, 30 Aug 2008 04:22:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Sam</title>
		<link>http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-43493</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 25 Jul 2008 09:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-43493</guid>
		<description>Hi - good tutorial - I got as far as 'The PHPMailer Extender Class' then got lost as to what I should be doing next. I want to implement a more powerful mailer than the bformmail i am using. Have you a more expansive tutorial for implementing the php in a form?
Sam</description>
		<content:encoded><![CDATA[<p>Hi - good tutorial - I got as far as &#8216;The PHPMailer Extender Class&#8217; then got lost as to what I should be doing next. I want to implement a more powerful mailer than the bformmail i am using. Have you a more expansive tutorial for implementing the php in a form?<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webby</title>
		<link>http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-42326</link>
		<dc:creator>Webby</dc:creator>
		<pubDate>Fri, 13 Jun 2008 07:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-42326</guid>
		<description>Unless I'm mistaken. I believe you forgot to run $mailer-&#62;AddAddress() to add an address in the "simple mailing list" example.</description>
		<content:encoded><![CDATA[<p>Unless I&#8217;m mistaken. I believe you forgot to run $mailer-&gt;AddAddress() to add an address in the &#8220;simple mailing list&#8221; example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instruct Me</title>
		<link>http://www.askapache.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-36754</link>
		<dc:creator>Instruct Me</dc:creator>
		<pubDate>Tue, 04 Mar 2008 15:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html#comment-36754</guid>
		<description>Is there a way to verify what addresses PHPMailer plans to send?
I'm on Linux where a note says, 'CC and BCC only work on Win32, not with the "mail" mailer http://phpmailer.codeworxtech.com/methods.html'

I want to verify that the To is using the email address and the name, whereas my Cc and Bcc (which I have to use normal To anyway) are just adding the email address:

	$mail-&#62;AddAddress($To, $ToName);
	if(is_array($CcArray)){//CC and BCC only work on Win32, not with the "mail" mailer http://phpmailer.codeworxtech.com/methods.html
		foreach($CcArray as $aRecipientEmailAddress){
			$mail-&#62;AddAddress($aRecipientEmailAddress);
		}
	}
	if(is_array($BccArray)){//CC and BCC only work on Win32, not with the "mail" mailer http://phpmailer.codeworxtech.com/methods.html
		foreach($BccArray as $aRecipientEmailAddress){
			$mail-&#62;AddAddress($aRecipientEmailAddress);
		}
	}</description>
		<content:encoded><![CDATA[<p>Is there a way to verify what addresses PHPMailer plans to send?<br />
I&#8217;m on Linux where a note says, &#8216;CC and BCC only work on Win32, not with the &#8220;mail&#8221; mailer <a href="http://phpmailer.codeworxtech.com/methods.html" rel="nofollow">http://phpmailer.codeworxtech.com/methods.html</a>&#8216;</p>
<p>I want to verify that the To is using the email address and the name, whereas my Cc and Bcc (which I have to use normal To anyway) are just adding the email address:</p>
<p>	$mail-&gt;AddAddress($To, $ToName);<br />
	if(is_array($CcArray)){//CC and BCC only work on Win32, not with the &#8220;mail&#8221; mailer <a href="http://phpmailer.codeworxtech.com/methods.html" rel="nofollow">http://phpmailer.codeworxtech.com/methods.html</a><br />
		foreach($CcArray as $aRecipientEmailAddress){<br />
			$mail-&gt;AddAddress($aRecipientEmailAddress);<br />
		}<br />
	}<br />
	if(is_array($BccArray)){//CC and BCC only work on Win32, not with the &#8220;mail&#8221; mailer <a href="http://phpmailer.codeworxtech.com/methods.html" rel="nofollow">http://phpmailer.codeworxtech.com/methods.html</a><br />
		foreach($BccArray as $aRecipientEmailAddress){<br />
			$mail-&gt;AddAddress($aRecipientEmailAddress);<br />
		}<br />
	}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
