This article breaks down the coding behind stargeek's popular email contact form script.
How to send an email from within a PHP page using the built in mail() function.
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It'll show you how to send html mail, attachments and of course plain mail.
This tutorial will show you how to send email in PHP. Firstly it'll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP.
After that it will show you how to send HTML emails in PHP (instead of just plain text emails).
Finally, it will introduce you to an email class from the PEAR repository which will make your life much easier for sending emails, and allow greater functionality such as including attachments in your email.
This HOWTO shows some ways of how you can fool email spiders to not detect published email addresses.
Ever been spammed on from posting your email address on a website? Well, here's a method we like to use that prevents those web spiders from picking your users email up and spamming them.
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.
This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts that allows you to access and read your email from anywhere in the world via your web browser.