Active Articles: 2038
Total Categories: 16
Sub Categories:616
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. ... learn more
| ||||||||
| ||||||||
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 application. This can be in direct response to a user's ... learn more
| ||||||||
| ||||||||
Quick and Dirty E-mail Validation | ||||||||
If you use this code, you will be able to validate a submitted e-mail address. It checks for an @ character, and actually checks the DNS of the e-mail address domain to make sure it has a mail server. ... learn more
| ||||||||
| ||||||||
Send this page to a friend tutorial | ||||||||
A php tutorial that shows how to realize a useful feature like the one to send an url of your site via mail. ... learn more
| ||||||||
| ||||||||
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. If you have ever had to deal with ... learn 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 getting people in their mail box is ... learn more
| ||||||||
| ||||||||
Random email addresses | ||||||||
This will display random email addresses on a page. The user enters how many addresses they want and the script produces that amount. This is intended for spammers who use email harvesters and gives them a few new ones to use :-) ... learn more
| ||||||||
| ||||||||
phpAiB Contact Us Form | ||||||||
Easy to use contact form that you can easily implement on your site. Features Include: - Admin Panel for Contact Form - Form is Includeable on website - Admin Panel Controls the Names/Email Addresses of the people your visitors can contact using the form. Also has categories of people. - Script is great for sites with lots of ... learn 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 ... learn more
| ||||||||
| ||||||||
Mail() From Start To Finish | ||||||||
Ever wanted to know how to send basic text emails/Html emails and emails with attachments? In this tutorial you will learn how to send emails in text, html and with attachments. ... learn more
| ||||||||
| ||||||||
PHP email form script tutorial | ||||||||
This article breaks down the coding behind stargeek's popular email contact form script. ... learn more
| ||||||||
| ||||||||
IMAP Mail Reading With PHP3 | ||||||||
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. ... learn 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. All you need to do is put in your email address, and ... learn more
| ||||||||
| ||||||||
Send email using the PHP mail() function | ||||||||
How to send an email from within a PHP page using the built in mail() function. ... learn more
| ||||||||
| ||||||||
Form Mail | ||||||||
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. ... learn 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 path. ... learn more
| ||||||||
| ||||||||
E-Mail Address Hiding - Fight Spam at the Source | ||||||||
This HOWTO shows some ways of how you can fool email spiders to not detect published email addresses. ... learn more
| ||||||||
| ||||||||
Accepting Email from your Website | ||||||||
One of the keys to running a good website, is allowing your visitors to contact you when they have a question or comment on your website. Yet, in this day of email harvesting and spam, how do you allow your website visitors to contact you, without exposing yourself to a deluge of unwanted vi*gra ads? ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Feedback form | ||||||||
Learn how to use files system as the storage for messages. This feedback form does not need to have email address associated to it. ... learn more
| ||||||||
| ||||||||
