Categories
PHPTips and Tutorials → Email Systems

Sending Mail with PHP

Despite what you may think, sending mail is a widely used practice in most scripts. Some use other methods, but the simple PHP mail() function is safe, reliable, easy to use and very useful. Below we''ll show you step-by-step different ways to u...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Send automated emails to your users (including Hotmail Users) with PHP

Send automated email to your customers with php mail function, With this script emails will be delivered to inboxes of Hotmail, AOL and other strict email providers. We will be changing the envelop address without having to pass it over to the sendma...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Creating a simple mail sender class with PHP

In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Using function mail() in windows xp part 2

Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration.
  • Platforms
    • Windows
  • Licenses
    • BSD Style
DETAILS

Using function mail() in windows xp

mail() function is one of important function in php, simply to use in hosting environment. The problem come for beginner who want to test mail() function in their windows xp. This guide will show step required to install mail server in windows xp to ...
  • Platforms
    • Windows
  • Licenses
    • BSD Style
DETAILS

Safe Ajax contact form

Providing a simple contact form could be a big security issue if the form script doesn''t have any validation or security features. In the past it was very common to use simple mail scripts to post a web form to some e-mail address. A lot of the...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Fighting Spam

Anti-Spam Coalition will show you how to protect your inbox as well as semi-actively fight back spammers. You can contribute by linking to antispamcoalition.org or install our simple PHP script. There are two versions available, basic and advan...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple HTML mailing list

This tutorial will show you how to make a double opt-in email list with activation. It will also show you how to delete emails and send emails to the list.
  • Platforms
    • Linux,
    • FreeBSD,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Sending Email (Text/HTML/Attachments)

Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP. So, you want to send automated email messages from your PH...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP HTTP Mail

Most mail readers are HTML compliant these days. I had a client that needed to send HTML. It turns out a number of sites have it wrong. Here is some code that works.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com