Wiki articles in category How-tos tagged with "mail"

Showing 1-3 of 3 items.

How to send emails using SMTP

Created 10 years ago by robregonm, updated 5 years ago by Wade Shuler.
6 0
11 followers
Viewed: 134 768 times
Version: 2.0
Category: How-tos

Using Apostle.io to send formatted, trackable emails from Yii applications

Created 10 years ago by MikeT, updated 4 years ago by Maurizio Domba Cerin.

Apostle provides a nifty facility for sending app-generated, transactional emails from your application including Wordpress-like mail formatting and full tracking (delivery, opening, clicking etc.) of all emails sent. No need to set up email facilities on your app server!

2 1
2 followers
Viewed: 13 220 times
Version: 1.1
Category: How-tos
Tags: email, mail

Using Pear Mail Mail_Mime and Mail_Queue

Created 13 years ago by Loren, updated 13 years ago by Loren.

require_once 'Mail.php'; // PEAR Mail require_once 'Mail/mime.php'; // PEAR Mail_mime require_once 'Mail/Queue.php'; // PEAR Mail_queue require_once 'Mail/Queue/Container/mdb2.php'; // PEAR Mail_queue mdb2

7 0
11 followers
Viewed: 15 839 times
Version: 1.1
Category: How-tos