Email Systems
Results 1 - 20 of 41
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.
Simple contact form tutorial
In this tutorial I am giving a simple example of a contact for for PHP, using the mail() function. The script has also a confirmation message on a successful send. Enjoy!
Sending e-mails via SMTP with PHPmailer and Gmail
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.
PHP Email Form Easy
PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.
The 'make your own php mail form' tutorial
This is a recipe for a 'simple yet powerful' mail form. Perfect for beginners. Your address will neither be visible on any page nor detected by spambots.
You will receive the mail marked as coming from the form, and your guest will automatically receive...
(show more)
Easy Emailer!
This wonderful 1 page PHP webscript not only is fully customizable, but also hides your email address from spammers, and bots which try to extract your email address. This script also includes easy configuration, setup which will take under a minute....
(show more)
Validate Email Address
This is a very simple function that can be used to validate eMail addresses. The function verifies whether a given eMail address matches a regular expression that eMail addresses should conform and validate the eMail address host.
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 use the...
(show more)
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 sendmail...
(show more)
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.
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...
(show more)
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 spam...
(show more)
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 advanced....
(show more)
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.
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 PHP...
(show more)
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.
Email validation (checks domain aswell)
This script will not only check the email by regex but it will also use mx records to check if the domain exists. It also checks against one of the most popular recieve only free email sites.
Checking your spam status
Spam is a major problem. As spam filters become more effective the spam changes to evade prompting the spam filters to again step up their aggressiveness. In this escalating battle it is all too easy for legitimate email to be filtered out in error. ...
(show more)
Sending emails using php!
This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php
Simple and secure mail function based on php mail()
Contains useful arguments (from, to, subject, text) and protection from malformed headers. Also, there is a simple mail form example.
