browse by tag: email
sort by
Sending e-mails via SMTP with PHPmailer and Gmail
in PHP added by finalwebsites, on 3/9/2009 email gmail php5 phpmailer smtp
Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.
comment save reportSending emails with php
in PHP added by ineedtutorials, on 29/12/2007 email general phpmailer
In this tutorial, we'll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.
1 comment save reportSimplify e-mail validation routines with PHP
in PHP added by goodphptutorials, on 29/10/2007 email general regex regular expression verification
A very common task when building Web sites involves validating user-supplied e-mail addresses. In this article we'll show you how to use the powerful regular expression engine built into PHP.
comment save reportPHP Tell-A-Freind Form
in PHP added by mig35, on 3/10/2007 content management email form process
See how to create a tell-a-friend script in PHP. The source code shows how to validate user data and then safely process it. Check the demo.
comment save reportPHP 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 reportRead your e-mail with PHP!
in PHP added by goodphptutorials, on 21/8/2006 email networking web interface
Ever wanted to build your own web mail interface or auto-responder? In this tutorial Dennis Pallett shows you the basics of reading e-mail with PHP and a POP3 class.
comment save reportNo more spam; Akismet and PHP to the rescue!
in PHP added by goodphptutorials, on 10/7/2006 advanced tutorials akismet email spam
In this article you'll learn how to use the Akismet anti-spam service to prevent any spam from being added to your PHP website. Live examples and demo's are included.
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 report