<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Craftsman &#187; PHPMailer</title>
	<atom:link href="https://www.wpcraftsman.com/tag/phpmailer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpcraftsman.com</link>
	<description>WordPress developer offering code snippets, tips and expert advice</description>
	<lastBuildDate>Sun, 01 Dec 2024 22:08:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.33</generator>
	<item>
		<title>Admin-triggered e-mail</title>
		<link>https://www.wpcraftsman.com/admin-triggered-e-mail/</link>
		<comments>https://www.wpcraftsman.com/admin-triggered-e-mail/#comments</comments>
		<pubDate>Fri, 09 Jan 2015 00:23:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[metaboxes]]></category>
		<category><![CDATA[PHPMailer]]></category>
		<category><![CDATA[ThickBox]]></category>
		<category><![CDATA[wp_editor]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=117</guid>
		<description><![CDATA[Here&#8217;s something that touches on lots of topics. A &#8216;send e-mail&#8217; button within an admin panel, that opens up a ThickBox window with a standalone form and wp_editor. The metabox This requires two functions: one hooked into &#8216;add_meta_boxes&#8217; which calls the second, the metabox output function: Most of the second function builds the URL for [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/admin-triggered-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding images to e-mails</title>
		<link>https://www.wpcraftsman.com/adding-images-to-e-mails/</link>
		<comments>https://www.wpcraftsman.com/adding-images-to-e-mails/#comments</comments>
		<pubDate>Mon, 05 Jan 2015 23:23:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[PHPMailer]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=85</guid>
		<description><![CDATA[WordPress gives you complete access to its use of the PHPMailer class / object, through the &#8216;phpmailer_init&#8217; action. I use this action all the time, for the sole purpose of sending e-mails from development machines which otherwise wouldn&#8217;t send without tedious configuration. I use the WP docs&#8217; example pretty much verbatim: &#8230; of course I [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/adding-images-to-e-mails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
