Welcome To Snipplr
Everyone's Recent Snippets Tagged email
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet is a PHP function that checks if an email address is valid
2
970
posted 14 years ago by visudex
Uses LDAP to find EMail address by using the sAMAccountName.
Add System.DirectoryServices to references.
0
1152
posted 14 years ago by poxet
Uses LDAP to find sAMAccountName by using the Email address.
Add System.DirectoryServices to references.
0
1454
posted 14 years ago by poxet
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
1118
posted 14 years ago by kyrathaba
A simple example of how to send an email using PHP's build in mail() function.
0
764
posted 14 years ago by jprochazka
Stop a spam email form header injection attack - ie stop spammers from hijacking a web form to send junk mail
0
733
posted 14 years ago by flatearthcomms
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
1023
posted 14 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
867
posted 14 years ago by philsown
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
1157
posted 14 years ago by fackz
With 10.5 Apple deprecated the use of NSMailDelivery – without a replacement. So the questions comes up regulary – how does one send emails from Cocoa? Turns out there are couple of frameworks available that can also be used to do the job.
*...
0
1472
posted 15 years ago by zingo