How to send an email via telnet

Monday, October 29th, 2007

Run the command telnet [host] port
for example:

-telnet mail.domain.tld 25
Right after the connection is established (more…)

Email Header Injection in PHP

Monday, June 4th, 2007

It has become apparent that spammers are getting even smarter than we take them for. Rather than abuse open relays, which are almost non-existent, these scum-of-the-earth ‘traders’ are now abusing contact forms.

(more…)

PHP Email Contact form with Captcha

Wednesday, May 30th, 2007

PHP Contact form with image verification.

(more…)

PHPMailer

Wednesday, May 30th, 2007

PHP Email Class:

Email form & class with image verification (antispambot protection).

(more…)