<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 16:44:48 +0000</lastBuildDate>
    <item>
      <title>(Regular Expression) Regular Expression - E-mail validation - cyrilfr</title>
      <link>https://snipplr.com/view/328099/regular-expression--email-validation</link>
      <description>&lt;p&gt;RFC 5322 compliant regex&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jun 2018 04:58:08 UTC</pubDate>
      <guid>https://snipplr.com/view/328099/regular-expression--email-validation</guid>
    </item>
    <item>
      <title>(PHP) Email Validation For Form Submission - Hexasoft</title>
      <link>https://snipplr.com/view/327745/email-validation-for-form-submission</link>
      <description>&lt;p&gt;This code will demonstrate how to implement the email validation for form submission by using php.&#13;
You can obtain a free account at https://www.mailboxvalidator.com/pay/9&lt;/p&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:38:40 UTC</pubDate>
      <guid>https://snipplr.com/view/327745/email-validation-for-form-submission</guid>
    </item>
    <item>
      <title>(C#) How to Copy Message from One Mailbox Folder to Another in .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how .NET developers can Copy Message from one Mailbox folder to another. Aspose.Email API provides the capability to copy message from one mailbox folder to another. It allows copying a single as well as multiple messages using the CopyMessage and CopyMessages methods. The CopyMessages method provides the capability to copy multiple messages from source folder of a mailbox to the destination mailbox folder. The following code sample illustrates this by copying two messages.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:30:52 UTC</pubDate>
      <guid>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</guid>
    </item>
    <item>
      <title>(C#) Clean metadata from documents created by a particular author - muhammadsabir</title>
      <link>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</link>
      <description>&lt;p&gt;This source code uses public classes and interfaces exposed by GroupDocs.Metadata for .NET to clean metadata from the documents created by a particular author in some directory. Steps include:&#13;
&#13;
1) Scan all documents from an author in a directory (input)&#13;
2) Clean metadata associated with the documents.&#13;
3) Save documents without metadata in a new directory (output)&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:35:42 UTC</pubDate>
      <guid>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</guid>
    </item>
    <item>
      <title>(C#) How to Retrieve Email Messages from Server with Paging Support inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how to .NET developers can list email messages with paging support inside their .NET Applications. In scenarios, where the email server contains a large number of messages in mailbox, it is often desired to list or retrieve the messages with paging support. Aspose.Email API's ImapClient lets you retreive the messages from the server with paging support.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:13:34 UTC</pubDate>
      <guid>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</guid>
    </item>
    <item>
      <title>(JavaScript) Verify email address - flatearthcomms</title>
      <link>https://snipplr.com/view/105332/verify-email-address</link>
      <description>&lt;p&gt;Allows for forname.o'surname@place.com&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:21:25 UTC</pubDate>
      <guid>https://snipplr.com/view/105332/verify-email-address</guid>
    </item>
    <item>
      <title>(Python) Email verifying - brm</title>
      <link>https://snipplr.com/view/102705/email-verifying</link>
      <description>&lt;p&gt;check email address whether valid or not by checking list of MX servers and send email command - will work as long as the SMTP server of target domain not be protected / the VRVY not be disabled in MX server.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Jun 2015 19:18:54 UTC</pubDate>
      <guid>https://snipplr.com/view/102705/email-verifying</guid>
    </item>
    <item>
      <title>(Perl) Send email from gmail account via command line - jsinix</title>
      <link>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</link>
      <description>&lt;p&gt;This scripts can be used to send email from your gmail account by authenticating. It can be modified to login to any SMTP server.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 03:35:34 UTC</pubDate>
      <guid>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</guid>
    </item>
    <item>
      <title>(PHP) Magento New Order Email Extension - magestore</title>
      <link>https://snipplr.com/view/80550/magento-new-order-email-extension</link>
      <description>&lt;p&gt;This is a free Magento extension that allows notifications to be sent to administrators when there are new orders placed&#13;
&lt;p&gt;_ Check new orders through mails without logging in&lt;/p&gt;&#13;
&lt;p&gt;_ Permits multiple email addresses to get notifications&lt;/p&gt;&#13;
&lt;p&gt;_ Admin can customize email templates&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:44:38 UTC</pubDate>
      <guid>https://snipplr.com/view/80550/magento-new-order-email-extension</guid>
    </item>
    <item>
      <title>(PHP) Einfacher Formmailer mit PflichtfeldÃ¼berprÃ¼fung und Feedbackmail an Absender - ulfinger</title>
      <link>https://snipplr.com/view/78606/einfacher-formmailer-mit-pflichtfeldberprfung-und-feedbackmail-an-absender</link>
      <description>&lt;p&gt;Einfache PHP-Auswertung auf ausgefÃ¼llte Pflichtfelder und korrekte Email. Nachricht geht an EmpfÃ¤nger, BestÃ¤tigungsmail geht an Absender.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:26:20 UTC</pubDate>
      <guid>https://snipplr.com/view/78606/einfacher-formmailer-mit-pflichtfeldberprfung-und-feedbackmail-an-absender</guid>
    </item>
    <item>
      <title>(ColdFusion) email address validation - dreamstarter</title>
      <link>https://snipplr.com/view/77373/email-address-validation</link>
      <description>&lt;p&gt;I simple find to validate a user email address.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Sep 2014 00:24:36 UTC</pubDate>
      <guid>https://snipplr.com/view/77373/email-address-validation</guid>
    </item>
    <item>
      <title>(ColdFusion) Coldfusion Email validation - dreamstarter</title>
      <link>https://snipplr.com/view/75694/coldfusion-email-validation</link>
      <description>&lt;p&gt;A simple find function on an email string to identify of the string is a correctly formatted email address.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jul 2014 01:01:39 UTC</pubDate>
      <guid>https://snipplr.com/view/75694/coldfusion-email-validation</guid>
    </item>
    <item>
      <title>(PHP) email tracking image logging - stiva71</title>
      <link>https://snipplr.com/view/75549/email-tracking-image-logging</link>
      <description>&lt;p&gt;Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true.&#13;
&#13;
any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif image.&#13;
&#13;
the log file name will be as the requested gif file in this case loggingname.txt in the /log directory&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jul 2014 07:19:18 UTC</pubDate>
      <guid>https://snipplr.com/view/75549/email-tracking-image-logging</guid>
    </item>
    <item>
      <title>(Ruby) Convert Email to Other Formats using Cloud API in Ruby - johansonkatherine</title>
      <link>https://snipplr.com/view/74784/convert-email-to-other-formats-using-cloud-api-in-ruby</link>
      <description>&lt;p&gt;This technical tip shows how developers can convert email messages to other formats like EML, MSG &amp; MHT in cloud using ruby language.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2014 17:28:58 UTC</pubDate>
      <guid>https://snipplr.com/view/74784/convert-email-to-other-formats-using-cloud-api-in-ruby</guid>
    </item>
    <item>
      <title>(Java) Load Existing Email Message and Modify its Contents inside Android Apps - johansonkatherine</title>
      <link>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</link>
      <description>&lt;p&gt;This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In addition, it is important to specify the correct MailMessageSaveType when saving the message back to disk.&#13;
&#13;
To update and save an email, the following steps can be used:&#13;
1.	Create an instance of the MailMessage class.&#13;
2.	Load an existing message using the MailMessage class' load() method and specifying the MessageFormat of the existing message.&#13;
3.	Get the subject using getSubject().&#13;
4.	After modifying the subject, set it again using the setSubject() method.&#13;
5.	Get the body using getHtmlBody().&#13;
6.	AFter modifying the body, set it using the setHtmlBody() method .&#13;
7.	Create an instance of the MailAddressCollection class.&#13;
8.	Get the recipients from the TO field into a MailAddressCollection object using the getTo() method exposed by the MailMessage class.&#13;
9.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
10.	Get the recipients from the CC field into a MailAddressCollection object using the getCC() method exposed by MailMessage class.&#13;
11.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
12.	Call the save() method exposed by the MailMessage class, specifying the correct MailMessageSaveType to save the message file to the disk in MSG format.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2014 14:54:02 UTC</pubDate>
      <guid>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</guid>
    </item>
    <item>
      <title>(PHP) Block temporary email account and email validation - ginoplusio</title>
      <link>https://snipplr.com/view/73087/block-temporary-email-account-and-email-validation</link>
      <description>&lt;p&gt;Sometimes fake users use temporary emails account. Block them within email validation function.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:31:22 UTC</pubDate>
      <guid>https://snipplr.com/view/73087/block-temporary-email-account-and-email-validation</guid>
    </item>
    <item>
      <title>(PHP) url, email and ip validation with php - codingforever99</title>
      <link>https://snipplr.com/view/73020/url-email-and-ip-validation-with-php</link>
      <description>&lt;p&gt;Simple PHP functions to validate url, email address and ip, functions will return TRUE for valid data and FALSE for invalid data.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Nov 2013 21:06:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73020/url-email-and-ip-validation-with-php</guid>
    </item>
    <item>
      <title>(PHP) AyeEmtract - PHP Class that implements Curl in Parallel to extract Email Addresses - pantuts</title>
      <link>https://snipplr.com/view/72737/ayeemtract--php-class-that-implements-curl-in-parallel-to-extract-email-addresses</link>
      <description>&lt;p&gt;&lt;a href="http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/"&gt;http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 08:36:36 UTC</pubDate>
      <guid>https://snipplr.com/view/72737/ayeemtract--php-class-that-implements-curl-in-parallel-to-extract-email-addresses</guid>
    </item>
    <item>
      <title>(HTML) HTML5 email regexp validate - MistaTwista</title>
      <link>https://snipplr.com/view/72529/html5-email-regexp-validate</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:31:54 UTC</pubDate>
      <guid>https://snipplr.com/view/72529/html5-email-regexp-validate</guid>
    </item>
    <item>
      <title>(HTML) Email Validated Input - HTML5 - tcspinks</title>
      <link>https://snipplr.com/view/72440/email-validated-input--html5</link>
      <description>&lt;p&gt;HTML5 input field with strict email validation&lt;/p&gt;</description>
      <pubDate>Tue, 24 Sep 2013 02:44:34 UTC</pubDate>
      <guid>https://snipplr.com/view/72440/email-validated-input--html5</guid>
    </item>
    <item>
      <title>(PHP) Check University Email (.edu) - phpdev</title>
      <link>https://snipplr.com/view/72365/check-university-email-edu</link>
      <description>&lt;p&gt;**Example of use:**&#13;
    &#13;
    if (!isUniversityEmail('you@post.harvard.edu'))&#13;
         exit('You must have a valid and .edu email address to register for an account.');&lt;/p&gt;</description>
      <pubDate>Sat, 14 Sep 2013 10:26:02 UTC</pubDate>
      <guid>https://snipplr.com/view/72365/check-university-email-edu</guid>
    </item>
    <item>
      <title>(JavaScript) email validation - dreamstarter</title>
      <link>https://snipplr.com/view/70726/email-validation</link>
      <description>&lt;p&gt;Use a regex to check the email address input&lt;/p&gt;</description>
      <pubDate>Tue, 09 Apr 2013 23:33:35 UTC</pubDate>
      <guid>https://snipplr.com/view/70726/email-validation</guid>
    </item>
    <item>
      <title>(Bash) host email off server linux commands - bitsculptor</title>
      <link>https://snipplr.com/view/70530/host-email-off-server-linux-commands</link>
      <description>&lt;p&gt;see source&lt;/p&gt;</description>
      <pubDate>Sun, 24 Mar 2013 06:10:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70530/host-email-off-server-linux-commands</guid>
    </item>
    <item>
      <title>(PHP) PHP Email Validator â€“ Email MX DNS Record Check - mafhh14</title>
      <link>https://snipplr.com/view/70403/php-email-validator--email-mx-dns-record-check</link>
      <description>&lt;p&gt;Validating an email address is one of the hardest feats on the web. A valid email can be marketing&#13;
gold, but an invalid email address is dead weight. Not only does it require a CPU-taxing PHP regular&#13;
expression ("/^[A-z0-9\._-]+"."@" . "[A-z0-9][A-z0-9-]*". "(\.[A-z0-9_-]+)*"."\.([A-z]{2,6})$/"),&#13;
the regular expression can be useless even after it's validated for format if the domain doesn't&#13;
exist. &#13;
&#13;
A regular expression simply wont do -- we need to think more low-level. What does email at any&#13;
domain require? A DNS MX record. Well, PHP provides a great solution to validate that there's a MX&#13;
record for the provided email address' domain.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Mar 2013 19:07:33 UTC</pubDate>
      <guid>https://snipplr.com/view/70403/php-email-validator--email-mx-dns-record-check</guid>
    </item>
    <item>
      <title>(JavaScript) Email Validation in JavaScript - apphp-snippets</title>
      <link>https://snipplr.com/view/70239/email-validation-in-javascript</link>
      <description>&lt;p&gt;One of the important things about user input is to verify that the user has supplied the email that you have requested. The function below allows you to verify email address with easy.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Mar 2013 20:16:37 UTC</pubDate>
      <guid>https://snipplr.com/view/70239/email-validation-in-javascript</guid>
    </item>
    <item>
      <title>(PHP) Check email validity with domain name - NaetoH</title>
      <link>https://snipplr.com/view/69814/check-email-validity-with-domain-name</link>
      <description>&lt;p&gt;Check the email validity with filter_var and checkdns&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:05:26 UTC</pubDate>
      <guid>https://snipplr.com/view/69814/check-email-validity-with-domain-name</guid>
    </item>
    <item>
      <title>(PHP) Validating email - laxman2021</title>
      <link>https://snipplr.com/view/68732/validating-email</link>
      <description>&lt;p&gt;This is a script for a validating Email.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Nov 2012 22:39:18 UTC</pubDate>
      <guid>https://snipplr.com/view/68732/validating-email</guid>
    </item>
    <item>
      <title>(jQuery) JQuery Email Field Validation - boondoklife</title>
      <link>https://snipplr.com/view/66525/jquery-email-field-validation</link>
      <description>&lt;p&gt;Used to automatically give feedback on email address validity.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Aug 2012 02:27:06 UTC</pubDate>
      <guid>https://snipplr.com/view/66525/jquery-email-field-validation</guid>
    </item>
    <item>
      <title>(PHP) Ultimate Email Validation PHP Function - thewickedchemist</title>
      <link>https://snipplr.com/view/65332/ultimate-email-validation-php-function</link>
      <description>&lt;p&gt;Checks for fake DNS as well as utilizes regex functions to check the string for proper length &amp; characters.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Jun 2012 14:35:49 UTC</pubDate>
      <guid>https://snipplr.com/view/65332/ultimate-email-validation-php-function</guid>
    </item>
    <item>
      <title>(PHP) IP Blacklist Check Script - DNSBL</title>
      <link>https://snipplr.com/view/64564/ip-blacklist-check-script</link>
      <description>&lt;p&gt;Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button&lt;/p&gt;</description>
      <pubDate>Sun, 15 Apr 2012 18:44:22 UTC</pubDate>
      <guid>https://snipplr.com/view/64564/ip-blacklist-check-script</guid>
    </item>
    <item>
      <title>(C#) Email Validator - ryanfiorini</title>
      <link>https://snipplr.com/view/64244/email-validator</link>
      <description>&lt;p&gt;A simple utility method to validate an Inputted Email Address.&lt;/p&gt;</description>
      <pubDate>Sat, 31 Mar 2012 00:13:10 UTC</pubDate>
      <guid>https://snipplr.com/view/64244/email-validator</guid>
    </item>
    <item>
      <title>(PHP) gpg encrypt message and file on upload, then email - davo</title>
      <link>https://snipplr.com/view/62047/gpg-encrypt-message-and-file-on-upload-then-email</link>
      <description>&lt;p&gt;Simple script utilising the `gpg_encrypt.php` code (`http://business-php.com/opensource/gpg_encrypt/`) that will encrypt both the body and attachment of an email on upload.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 14:04:29 UTC</pubDate>
      <guid>https://snipplr.com/view/62047/gpg-encrypt-message-and-file-on-upload-then-email</guid>
    </item>
    <item>
      <title>(PHP) Automatically Notify Your Members on New Posts on WordPress 3.1+ - eniris</title>
      <link>https://snipplr.com/view/60887/automatically-notify-your-members-on-new-posts-on-wordpress-31</link>
      <description>&lt;p&gt;Send an email to all registered users when a post is published, for wordpress 3.1+&lt;/p&gt;</description>
      <pubDate>Wed, 16 Nov 2011 20:36:27 UTC</pubDate>
      <guid>https://snipplr.com/view/60887/automatically-notify-your-members-on-new-posts-on-wordpress-31</guid>
    </item>
    <item>
      <title>(PHP) HTML Emails with wp_mail()  - florent</title>
      <link>https://snipplr.com/view/60030/html-emails-with-wpmail-</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2011 02:29:14 UTC</pubDate>
      <guid>https://snipplr.com/view/60030/html-emails-with-wpmail-</guid>
    </item>
    <item>
      <title>(PHP) Adjust from name and email for wp_mail() - florent</title>
      <link>https://snipplr.com/view/60012/adjust-from-name-and-email-for-wpmail</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2011 02:26:39 UTC</pubDate>
      <guid>https://snipplr.com/view/60012/adjust-from-name-and-email-for-wpmail</guid>
    </item>
    <item>
      <title>(PHP) php valid email - genseric</title>
      <link>https://snipplr.com/view/59284/php-valid-email</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 30 Sep 2011 17:34:00 UTC</pubDate>
      <guid>https://snipplr.com/view/59284/php-valid-email</guid>
    </item>
    <item>
      <title>(PHP) Change Wordpress default FROM email address - RainyDayMedia</title>
      <link>https://snipplr.com/view/58864/change-wordpress-default-from-email-address</link>
      <description>&lt;p&gt;Add to the bottom of the your theme's function.php file. Change to your site's name&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 03:43:33 UTC</pubDate>
      <guid>https://snipplr.com/view/58864/change-wordpress-default-from-email-address</guid>
    </item>
    <item>
      <title>(CSS) Center an HTML Email in Hotmail - i-am-andy</title>
      <link>https://snipplr.com/view/58674/center-an-html-email-in-hotmail</link>
      <description>&lt;p&gt;A small tip I picked up yesterday while developing a HTML email for a client. If you are testing in Hotmail using a browser other than Internet Explorer, you may notice that the email seems to left align and doesnâ€™t display any background colours or background images the full width of the window. This is because Hotmailâ€™s email container only stretches to fit the width of your most outer table defined with a fixed pixel width.&#13;
&#13;
There is however an easy CSS fix as picked up by Email Center. Simply place the following css in your header:&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 19:54:35 UTC</pubDate>
      <guid>https://snipplr.com/view/58674/center-an-html-email-in-hotmail</guid>
    </item>
    <item>
      <title>(PHP) Hide your e-mail address using PHP - fackz</title>
      <link>https://snipplr.com/view/58326/hide-your-email-address-using-php</link>
      <description>&lt;p&gt;usage:&#13;
&lt;?php&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 31 Aug 2011 03:53:03 UTC</pubDate>
      <guid>https://snipplr.com/view/58326/hide-your-email-address-using-php</guid>
    </item>
    <item>
      <title>(Other) Validate email address - antti</title>
      <link>https://snipplr.com/view/57678/validate-email-address</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 08 Aug 2011 21:46:30 UTC</pubDate>
      <guid>https://snipplr.com/view/57678/validate-email-address</guid>
    </item>
    <item>
      <title>(PHP) Magento Send email easily using Zend_Mail with attached file - necode</title>
      <link>https://snipplr.com/view/57242/magento-send-email-easily-using-zendmail-with-attached-file</link>
      <description>&lt;p&gt;send mail with attached file&#13;
examples: http://framework.zend.com/svn/framework/standard/trunk/tests/Zend/Mail/MailTest.php&lt;/p&gt;</description>
      <pubDate>Thu, 28 Jul 2011 07:37:49 UTC</pubDate>
      <guid>https://snipplr.com/view/57242/magento-send-email-easily-using-zendmail-with-attached-file</guid>
    </item>
    <item>
      <title>(C#) Sending different Email types  with ASP.Net - derebus</title>
      <link>https://snipplr.com/view/57068/sending-different-email-types--with-aspnet</link>
      <description>&lt;p&gt;Como insertar imgenes en un envio via email en ASP.NET&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jul 2011 09:29:25 UTC</pubDate>
      <guid>https://snipplr.com/view/57068/sending-different-email-types--with-aspnet</guid>
    </item>
    <item>
      <title>(ActionScript 3) EmailValidation - zackattack27</title>
      <link>https://snipplr.com/view/57012/emailvalidation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:02:27 UTC</pubDate>
      <guid>https://snipplr.com/view/57012/emailvalidation</guid>
    </item>
    <item>
      <title>(PHP) VALIDAR EMAIL Y STRING CON PHP - serialk89</title>
      <link>https://snipplr.com/view/55337/validar-email-y-string-con-php</link>
      <description>&lt;p&gt;Validacion de email y string con php&lt;/p&gt;</description>
      <pubDate>Fri, 17 Jun 2011 02:42:00 UTC</pubDate>
      <guid>https://snipplr.com/view/55337/validar-email-y-string-con-php</guid>
    </item>
    <item>
      <title>(PHP) BASICO ENVIO DE EMAIL CON PHP - serialk89</title>
      <link>https://snipplr.com/view/55331/basico-envio-de-email-con-php</link>
      <description>&lt;p&gt;CÃ³digo bÃ¡sico para enviar un email con contenido HTML&lt;/p&gt;</description>
      <pubDate>Fri, 17 Jun 2011 00:45:49 UTC</pubDate>
      <guid>https://snipplr.com/view/55331/basico-envio-de-email-con-php</guid>
    </item>
    <item>
      <title>(PHP) Email Validation PHP Regex - nebojsac</title>
      <link>https://snipplr.com/view/55133/email-validation-php-regex</link>
      <description>&lt;p&gt;Full email validation with regex.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Jun 2011 23:06:51 UTC</pubDate>
      <guid>https://snipplr.com/view/55133/email-validation-php-regex</guid>
    </item>
    <item>
      <title>(PHP) Change Default WordPress 'From' Field in Emails - uteman23</title>
      <link>https://snipplr.com/view/54851/change-default-wordpress-from-field-in-emails</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jun 2011 02:07:18 UTC</pubDate>
      <guid>https://snipplr.com/view/54851/change-default-wordpress-from-field-in-emails</guid>
    </item>
    <item>
      <title>(PHP) Display a User Gravatar from an Email Address - dubogii</title>
      <link>https://snipplr.com/view/53678/display-a-user-gravatar-from-an-email-address</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 19:59:57 UTC</pubDate>
      <guid>https://snipplr.com/view/53678/display-a-user-gravatar-from-an-email-address</guid>
    </item>
    <item>
      <title>(PHP) Tectite formmail email recipient split depending on dropdown selection - stephcode</title>
      <link>https://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 14 May 2011 01:28:35 UTC</pubDate>
      <guid>https://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection</guid>
    </item>
    <item>
      <title>(PHP) Call to Email Class - JonnySnip3r</title>
      <link>https://snipplr.com/view/51623/call-to-email-class</link>
      <description>&lt;p&gt;Just a simple script showing how to make calls to an Email script.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Apr 2011 04:11:54 UTC</pubDate>
      <guid>https://snipplr.com/view/51623/call-to-email-class</guid>
    </item>
  </channel>
</rss>
