|
Creating a simple mail sender class with PHP
|
Total Hits :
73
|
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.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Send automated emails to your users (including Hotmail Users) with PHP
|
Total Hits :
60
|
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 path.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Sending Email (Text/HTML/Attachments)
|
Total Hits :
55
|
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 application. This can be in direct response to a user's action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Sending emails using php!
|
Total Hits :
143
|
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
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Simple and secure mail function based on php mail()
|
Total Hits :
58
|
Although PHP has built in function mail() to send email, it's quite insecure and use nonobvious arguments. Here is the example of easy-to-use and reliable mail function.
Contains useful arguments (from, to, subject, text) and protection from malformed headers. Also, there is a simple mail form example.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Form Mail
|
Total Hits :
57
|
This is a detailed tutorial on Sending Email using Forms, in this tutorial you will also learn about alot of Php elements. And other kinda things.
This tutorial will show you how to create a simple form mail that emails a specified email.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Windows
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Send Emails Using Php (basic)
|
Total Hits :
122
|
Sending emails with PHP is a lot easier than you would think.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Windows
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Email Activation in PHP
|
Total Hits :
82
|
Creating your own user registration system allows you to obtain interesting information about the visitors to your site. shows you how to send email activations to users email address's.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Safe Ajax contact form
|
Total Hits :
114
|
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 getting people in their mail box is send with vulnerable form mail scripts. These tutorial will show you how to create a simple mail form using Ajax and PHPMailer.
|
DETAILS
VISIT
|
|
Version:
N/A
| Cost : $
0
| Scripting Language :
Windows
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
Email validation (checks domain aswell)
|
Total Hits :
63
|
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.
|
DETAILS
VISIT
|
|
Version:
1.0
| Cost : $
0
| Scripting Language :
Linux,Windows,FreeBSD,Mac OSX,Sun Solaris
| Last Updated :
Thu, Nov 22, 2007
|
|
|
ASP.NET Version :
PHP 5
|
|
|
|
|
Member Review :
0
| Member Rating :
|
Visitor Reviews:
0
| Visitor Rating :
|
|
|
|