browse by tag: mail
sort by
PHP Security: Sending an email
in PHP added by CombinedMinds, on 10/9/2007 email mail security
You probably wouldn't expect it, but the well known function mail() is a often a goldmine for spammers. In this tutorial we'll talk about the danger of using mail() in your PHP powered website.
comment save reportGetting Intimate With PHP's Mail() Function
in PHP added by goodphptutorials, on 26/6/2006 beginner tutorials email mail
Interested in sending advanced email using PHP's mail() function, or even by piping output directly to sendmail? PHP provides a handy and convenient way to send email. As you probably already know, this is through the mail() function.
comment save reportPHP Networking
in PHP added by goodphptutorials, on 27/2/2006 e-mail mail networking whois
I thought I'd take some time to acquaint you with yet another facet of my favorite language: the network-related functions. In this article I touch upon several cool applications, including how to use PHP to send e-mail, verify e-mail addresses, call operating system functions from within a script, and finally conclude the article with an explanation of how to query a WHOIS database for domain information.
comment save report