Welcome To Snipplr


Everyone's Recent Snippets Tagged email



2 690 posted 13 years ago by relish
Instead of writing the link in the HTML, just write the email address inside any tag you want (p, spam, div...) with the class "email", and put "[at]" instead "@". This script replace the "[at]" and create the link outside the spam robot sight
1 712 posted 13 years ago by thefricky
3 823 posted 13 years ago by alyssonweb
This snippet is a PHP function that checks if an email address is valid
2 712 posted 13 years ago by visudex
0 446 posted 13 years ago by dkevey
Uses LDAP to find EMail address by using the sAMAccountName. Add System.DirectoryServices to references.
0 845 posted 13 years ago by poxet
Uses LDAP to find sAMAccountName by using the Email address. Add System.DirectoryServices to references.
0 1083 posted 13 years ago by poxet
1 552 posted 13 years ago by sandrews_06
Notes:\r\n\r\n(1) your namespace\'s using section should include the following:\r\nusing System.Net.Mail;\r\n\r\n(2) my example code places the email-sending code in a Button\'s Click() event-handler
3 860 posted 13 years ago by kyrathaba
0 600 posted 13 years ago by tuffo19
A simple example of how to send an email using PHP's build in mail() function.
0 551 posted 13 years ago by jprochazka
Definitivo. Errore bassissimo.
2 727 posted 13 years ago by tuffo19
Stop a spam email form header injection attack - ie stop spammers from hijacking a web form to send junk mail
0 501 posted 13 years ago by flatearthcomms
Requires PHP 5.2 with filter_var()
1 725 posted 13 years ago by Calvista
2 812 posted 13 years ago by daipratt
0 851 posted 13 years ago by jmiller
For both gmail and gApps, use smtp.gmail.com on port 25 with SSL and NetworkCredentials. Neither can send email to their own address, but they can send to other addresses. [NLog](http://nlog-project.org/) has [an example](http://nlog-project.or...
1 741 posted 13 years ago by pckujawa
I used to have the strlen block and the 2 preg if blocks each separately return false throughout, but lately I'm in a single point of exit mindset. I cannot take credit for the regexps - I borrowed them from someone who borrowed them. If the real...
0 633 posted 13 years ago by philsown
1 725 posted 13 years ago by daipratt
0 613 posted 14 years ago by errkk
PHP encrypts your E-mail address and generates the javascript that decrypts it. Most bots and spiders can't execute javascript and that is what makes this work.
3 891 posted 14 years ago by fackz