Active Articles: 2038
Total Categories: 16
Sub Categories:616
How to validate an email address with PHP | ||||||||
There are a lot of cases in which you will need to check for a valid email address. For example, you might have a user registration script, an online newsletter or a simple contact form. As merely humans, subscribers to our online newsletters might inadvertently misspell their email address, forget to press and hold the ... learn more
| ||||||||
| ||||||||
How to send email from a contact form with PHP | ||||||||
Want to know how to send email from a PHP script? Need visitors to send feedback to your email? You can use a PHP contact form. In this tutorial you'll learn how to create contact form with a php script that will send a simple text-only email. ... learn more
| ||||||||
| ||||||||
Sending SMS Through HTTP | ||||||||
Find out how webmasters send single or bulk sms messages from their webpages. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Test php mail function on your localhost | ||||||||
When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server. ... learn more
| ||||||||
| ||||||||
Email validation with regular expression | ||||||||
A short tutorial howto validate an email address during form processing. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Display IMAP mailbox Folders | ||||||||
This tutorial will show you how to display your IMAP mailbox folders. ... learn more
| ||||||||
| ||||||||
Connecting to an External IMAP Server | ||||||||
This tutorial will explain how to connect to external IMAP servers such as Gmail, Hotmail AOL. One thing to note connecting to an IMAP server works for your hosted email address without any problems. connecting to other providers such as Hotmail, Gmail will only work if your host allows outbound connections or using a local ... learn more
| ||||||||
| ||||||||
How to Implement Email Verification for New Members | ||||||||
Have you ever created an account with a website, and were required to check your email and click through a verification link sent by the company in order to activate it? Doing so highly reduces the number of spam accounts. In this lesson, we’ll learn how to do this very thing! ... learn more
| ||||||||
| ||||||||
Sending emails with php | ||||||||
In this tutorial, we’ll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments. ... learn more
| ||||||||
| ||||||||
Send SMS cellphone messages from your website | ||||||||
This will allow you to send messages to your cellphone from your website. I use it to send me certain information automatically. ... learn more
| ||||||||
| ||||||||
