Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged email



« Prev 1 2 3 4
This code will demonstrate how to implement the email validation for form submission by using php. You can obtain a free account at https://www.mailboxvalidator.com/pay/9
0 2835 posted 8 years ago by Hexasoft
This is a free Magento extension that allows notifications to be sent to administrators when there are new orders placed <p>_ Check new orders through mails without logging in</p> <p>_ Permits multiple email addresses to get notifications</p> <p>_...
0 1876 posted 11 years ago by magestore
Einfache PHP-Auswertung auf ausgefüllte Pflichtfelder und korrekte Email. Nachricht geht an Empfänger, Bestätigungsmail geht an Absender.
0 1619 posted 11 years ago by ulfinger
Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true. any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif i...
0 1853 posted 11 years ago by stiva71
Simple PHP functions to validate url, email address and ip, functions will return TRUE for valid data and FALSE for invalid data.
0 3186 posted 12 years ago by codingforever99
<a href="http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/">http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/</a>
1 3546 posted 12 years ago by pantuts
**Example of use:** if (!isUniversityEmail('[email protected]')) exit('You must have a valid and .edu email address to register for an account.');
1 2923 posted 12 years ago by phpdev
Validating an email address is one of the hardest feats on the web. A valid email can be marketing gold, but an invalid email address is dead weight. Not only does it require a CPU-taxing PHP regular expression ("/^[A-z0-9\._-]+"."@" . "[A-z0-9][A-...
1 1805 posted 13 years ago by mafhh14
Check the email validity with filter_var and checkdns
1 2718 posted 13 years ago by NaetoH
This is a script for a validating Email.
0 2584 posted 13 years ago by laxman2021
Checks for fake DNS as well as utilizes regex functions to check the string for proper length & characters.
0 3004 posted 13 years ago by thewickedchemist
Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button
1 4777 posted 14 years ago by DNSBL
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.
0 2988 posted 14 years ago by davo
Send an email to all registered users when a post is published, for wordpress 3.1+
0 1565 posted 14 years ago by eniris
0 2497 posted 14 years ago by genseric
Add to the bottom of the your theme's function.php file. Change to your site's name
0 1820 posted 14 years ago by RainyDayMedia
usage: <?php>
1 1782 posted 14 years ago by fackz
send mail with attached file examples: http://framework.zend.com/svn/framework/standard/trunk/tests/Zend/Mail/MailTest.php
0 1688 posted 14 years ago by necode
Validacion de email y string con php
0 1743 posted 14 years ago by serialk89
Código básico para enviar un email con contenido HTML
0 1502 posted 14 years ago by serialk89
Full email validation with regex.
0 3434 posted 14 years ago by nebojsac
Just a simple script showing how to make calls to an Email script.
0 1280 posted 15 years ago by JonnySnip3r
A simple PHP function to obfuscate an email address. Usage: <?=> <?php>
1 1410 posted 15 years ago by ajbatac
found this somewhere online...not the author, but works like a charm
0 1771 posted 15 years ago by sadus
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...
0 2872 posted 15 years ago by freelancephp
0 1671 posted 15 years ago by Turek
« Prev 1 2 3 4