Archive

Posts Tagged ‘email’

PHP Email Validator

September 30th, 2008 programming No comments

Validation is an important factor to develop a reliable aplication in any platform. In this article, we will show you how to validate email address using PHP in the most efficient and accurate way. This email validator is designed to support the complexity of valid email format.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

Sending Email Using PHPMailer

September 4th, 2008 programming No comments

Lets learn how to send email (HTML or plain text) using PHPMailer. It’s easier and simpler than what you think. Before using this mailer class, I have tried using PEAR Mail. PEAR Mail is not as good as PHPMailer. Anyway, PHPMailer is much more flexible than PEAR Mail because not all hosting provider provide this PEAR Mail. As another reason, we can’t attach file using PEAR Mail. Therefore, PHPMailer is the best class for you to send simple to complex email with attachment. PHPMailer is absolutely free to use.

Lets start using this PHPMailer
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)