<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/mail</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 09:00:09 GMT</pubDate>
<item>
<title>(PHP) Function to Auto Convert URL into Clickable Hyperlink (Anchor  Tag) - fackz</title>
<link>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</link>
<description><![CDATA[ <p>In wordpress, if you want to auto convert all URLs in your string into clickable hyperlinks, you can actually do it using the built-in function make_clickable(). 

If you need to do that outside of wordpress, you can use the same function.
Example:
$string = 'I have some texts here and also links such as http://www.youtube.com , www.haha.com and lol@example.com. They are ready to be replaced.';
 
echo make_clickable($string);</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 23:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</guid>
</item>
<item>
<title>(PHP) Send Mail using mail function in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/69984/send-mail-using-mail-function-in-php/</link>
<description><![CDATA[ <p>The mail() function allows you to send emails directly from a script. Remember, that most of shared hosting providers require (for security reasons) to use the domain name of your hosting in "FROM" email, e.g. from@yourdomain.com for http://yourdomain.com site.</p> ]]></description>
<pubDate>Mon, 18 Feb 2013 21:23:17 GMT</pubDate>
<guid>http://snipplr.com/view/69984/send-mail-using-mail-function-in-php/</guid>
</item>
<item>
<title>(PHP) PHP Mail Letter Class - Zayac</title>
<link>http://snipplr.com/view/68783/php-mail-letter-class/</link>
<description><![CDATA[ <p>This is a Class that allows you create a letter with correct headers and send it to multi-emails.</p> ]]></description>
<pubDate>Tue, 27 Nov 2012 23:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/68783/php-mail-letter-class/</guid>
</item>
<item>
<title>(PHP) Send mail - smaakagemorten</title>
<link>http://snipplr.com/view/67252/send-mail/</link>
<description><![CDATA[ <p>A php file that can send an email from a html form</p> ]]></description>
<pubDate>Wed, 19 Sep 2012 18:01:25 GMT</pubDate>
<guid>http://snipplr.com/view/67252/send-mail/</guid>
</item>
<item>
<title>(PHP) PHP Pear Remove Undeliverable Emails from POP3 Account - squadsupply</title>
<link>http://snipplr.com/view/64879/php-pear-remove-undeliverable-emails-from-pop3-account/</link>
<description><![CDATA[ <p>You can set this as a cron to automatically clean up unsubscribes after sending out a mass email.</p> ]]></description>
<pubDate>Wed, 16 May 2012 12:40:10 GMT</pubDate>
<guid>http://snipplr.com/view/64879/php-pear-remove-undeliverable-emails-from-pop3-account/</guid>
</item>
<item>
<title>(PHP) IP Blacklist Check Script - DNSBL</title>
<link>http://snipplr.com/view/64564/ip-blacklist-check-script/</link>
<description><![CDATA[ <p>Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button</p> ]]></description>
<pubDate>Sun, 15 Apr 2012 18:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/64564/ip-blacklist-check-script/</guid>
</item>
<item>
<title>(PHP) php pear mail UTF-8 encoding - Reportme</title>
<link>http://snipplr.com/view/60329/php-pear-mail-utf8-encoding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 29 Oct 2011 04:02:23 GMT</pubDate>
<guid>http://snipplr.com/view/60329/php-pear-mail-utf8-encoding/</guid>
</item>
<item>
<title>(PHP) Send a mail with cUrl - julioantuneztarin</title>
<link>http://snipplr.com/view/55381/send-a-mail-with-curl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:53 GMT</pubDate>
<guid>http://snipplr.com/view/55381/send-a-mail-with-curl/</guid>
</item>
<item>
<title>(PHP) using the PHP mail function - olemedia</title>
<link>http://snipplr.com/view/54527/using-the-php-mail-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 May 2011 02:13:41 GMT</pubDate>
<guid>http://snipplr.com/view/54527/using-the-php-mail-function/</guid>
</item>
<item>
<title>(PHP) Send email using GMail SMTP server from PHP page - wnasich</title>
<link>http://snipplr.com/view/51154/send-email-using-gmail-smtp-server-from-php-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Mar 2011 09:47:12 GMT</pubDate>
<guid>http://snipplr.com/view/51154/send-email-using-gmail-smtp-server-from-php-page/</guid>
</item>
<item>
<title>(PHP) PHP - Mailer Code - erraja_07</title>
<link>http://snipplr.com/view/49737/php--mailer-code/</link>
<description><![CDATA[ <p>Advance Mail function using PHP Mailer Class</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 21:25:38 GMT</pubDate>
<guid>http://snipplr.com/view/49737/php--mailer-code/</guid>
</item>
<item>
<title>(PHP) WP Email Encoder Bundle - freelancephp</title>
<link>http://snipplr.com/view/49005/wp-email-encoder-bundle/</link>
<description><![CDATA[ <p>Encode mailto links and (plain) email addresses on your site and hide them from spambots. Easy to use, plugin works directly when activated.

Features
* Protect all emails and mailto links
* Check posts, widgets, comments and RSS feeds
* Encode all kind of content (text and html)
* Email Encoder Form (in admin and also for your site)
* Use params in mailto links, like: cc, bcc, subject, body
* And more.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 23:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/49005/wp-email-encoder-bundle/</guid>
</item>
<item>
<title>(PHP) Собственный скрипт записи писем в webform - nuwak</title>
<link>http://snipplr.com/view/43403/-----webform/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Nov 2010 02:51:01 GMT</pubDate>
<guid>http://snipplr.com/view/43403/-----webform/</guid>
</item>
<item>
<title>(PHP) Send mail with Swift Mailer - juanchifc</title>
<link>http://snipplr.com/view/42659/send-mail-with-swift-mailer/</link>
<description><![CDATA[ <p>Script to send mails with Swift Mailer</p> ]]></description>
<pubDate>Thu, 21 Oct 2010 09:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/42659/send-mail-with-swift-mailer/</guid>
</item>
<item>
<title>(PHP) Send UTF-8 encoded mail with custom to and reply-to - stz184</title>
<link>http://snipplr.com/view/41851/send-utf8-encoded-mail-with-custom-to-and-replyto/</link>
<description><![CDATA[ <p>Parameters:\r\n- $to - email address to send the mail\r\n- $subject - subject\r\n- $message - message body (HTML allowed)\r\n- $from_name - sender\'s name\r\n- $from_email - sender\'s email\r\n- $reply_to_name = custom, different from $from_name name to be used for replying to this message\r\n- $reply_to_email = custom, different from $from_email email to be used for replying to this message</p> ]]></description>
<pubDate>Fri, 08 Oct 2010 18:25:16 GMT</pubDate>
<guid>http://snipplr.com/view/41851/send-utf8-encoded-mail-with-custom-to-and-replyto/</guid>
</item>
<item>
<title>(PHP) Mime mail - sybrex</title>
<link>http://snipplr.com/view/41791/mime-mail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 00:55:27 GMT</pubDate>
<guid>http://snipplr.com/view/41791/mime-mail/</guid>
</item>
<item>
<title>(PHP) symfony html mail via swift mailer - metoikos</title>
<link>http://snipplr.com/view/41673/symfony-html-mail-via-swift-mailer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Oct 2010 00:49:44 GMT</pubDate>
<guid>http://snipplr.com/view/41673/symfony-html-mail-via-swift-mailer/</guid>
</item>
<item>
<title>(PHP) Envio de emails em modo autenticado no PHP usando  phpmailer - gpupo</title>
<link>http://snipplr.com/view/41366/envio-de-emails-em-modo-autenticado-no-php-usando--phpmailer/</link>
<description><![CDATA[ <p>O envio de emails deve ser feito de modo autenticado, utilizando o smtp do servidor.
 Este script é um exemplo de envio desta forma, usando a classe phpmailer para isso.</p> ]]></description>
<pubDate>Sun, 03 Oct 2010 00:28:59 GMT</pubDate>
<guid>http://snipplr.com/view/41366/envio-de-emails-em-modo-autenticado-no-php-usando--phpmailer/</guid>
</item>
<item>
<title>(PHP) Send mail - ricosushi</title>
<link>http://snipplr.com/view/37266/send-mail/</link>
<description><![CDATA[ <p>Sends mail</p> ]]></description>
<pubDate>Wed, 14 Jul 2010 07:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/37266/send-mail/</guid>
</item>
<item>
<title>(PHP) Php Feedback Form w/ Session and Browser Info - vagrantradio</title>
<link>http://snipplr.com/view/35628/php-feedback-form-w-session-and-browser-info/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Jun 2010 10:52:26 GMT</pubDate>
<guid>http://snipplr.com/view/35628/php-feedback-form-w-session-and-browser-info/</guid>
</item>
</channel>
</rss>