Welcome To Snipplr


Everyone's Recent Snippets Tagged email



Easily grabs email addresses from a bulk text (CSV and/or some other email address-filled list/db). Example #2 takes the input (bulk text) from textarea #input and puts the clean emails in the textarea #extractedemails.
1 4508 posted 16 years ago by world_eggplant
3 2409 posted 16 years ago by vikingdread
0 1746 posted 16 years ago by Michael01
An easy way to hide your email from spam bots.
4 2676 posted 16 years ago by fackz
testing tool: http://www.pythonregex.com/
0 2730 posted 16 years ago by backlashblues
The source below is the function from the website with the corrected regular expression found in the site's comments. This is a nigh-one-line function for validating a string as an email address.
4 2545 posted 16 years ago by Winkyboy
This code will loop through any posted variables and print the name of the field as well as the value of the field.
0 1691 posted 16 years ago by BFTrick
Very easy to use and helps keep browsers from jumbling your email up.
0 1649 posted 16 years ago by dmautz1
There are multiple ways of checking email adresses about their validity. This script is based on RFC 2822. Please note that based on RFC 2822 [email protected] is considered valid. The second snippet is the one I prefer, which only accepts T...
2 4002 posted 16 years ago by pacey
from http://www.w3schools.com/php/php_mail.asp
0 1814 posted 16 years ago by rwczippy
nothing special :)
0 2034 posted 16 years ago by adamcoulombe
2 1888 posted 16 years ago by lister
Allow Visitors to Email Posts to Their Friends
0 1532 posted 16 years ago by paulgrenwood
E-mail validation is perhaps the most used validation in web forms, this code will validate email address and also optionally check the MX records of the domain provided in email address to make email validation more robust.
2 2225 posted 16 years ago by paulgrenwood
With this snippet, you can encode any email address into HTML entities so that spam bots do not find it.
0 1763 posted 16 years ago by paulgrenwood
I use this to activate basic forms for clients. Just make sure your form input names are named appropriately. Any inputs such as phone or fax that are separated into different inputs should have the same name.
1 2196 posted 16 years ago by dmautz1
3 2268 posted 16 years ago by jb3622
This regular expression will match almost all valid email addresses. Omits email addresses containing double-quotes and square brackets, which while valid according to [RFC 2822][rfc2822], are almost never used. [rfc2822]: http://tools.ietf.org/ht...
2 2223 posted 16 years ago by chrisdpratt
<form> <input>
0 3261 posted 17 years ago by hotdiggity
5 2365 posted 17 years ago by iTony
sendmail needs to be working and configured properly uses popen and fputs
0 2710 posted 17 years ago by acosonic
Take the contens from a table in MySQL and display it in an email
2 1713 posted 17 years ago by jcroom
Checks if value is an e-mail.
1 1708 posted 17 years ago by NyX