browse by tag: phpmailer
sort by
Sending e-mails via SMTP with PHPmailer and Gmail
in PHP added by finalwebsites, on 3/9/2009 email gmail php5 phpmailer smtp
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.
comment save reportSending emails with php
in PHP added by ineedtutorials, on 29/12/2007 email general phpmailer
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.
1 comment save reportA (safe) contact form using Xajax and PHPmailer
in PHP added by finalwebsites, on 30/4/2007 AJAX advanced tutorials forms php phpmailer xajax
Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and the form is processed with Xajax.
comment save report