PHP Classes
Icontem

File: Documentation.txt


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alexandre Tedeschi (d)  >  All In One - dSendMail2  >  Documentation.txt  
File: Documentation.txt
Role: Documentation
Content type: text/plain
Description: Reference (Methods and Properties)
Class: All In One - dSendMail2
Mass Send, Attach, Embed, Through SMTP or MAIL()
 

Contents

Class file image Download
##############################################################
# Class dSendMail2
#
#  Author:  Alexandre Tedeschi (d)
#  E-Mail:  alexandrebr at gmail dot com
#  Company: www.imaginacom.com
#  Londrina - PR / Brazil
#
#  Requirements:
#    If you want to use SMTP, sockets must be enabled
#    If your SMTP server uses SSL, SSL extension must be enabled
#    No other classes are required
#
##############################################################

-- CREDITS --
  Thanks to Manuel Lemos  (SMTP and SASL classes)
  Thanks to Richard Heyes (MIME classes)

-- Public properties --
$m->error (Read-only property)
$m->delay (default: 1. Seconds of delay when mass-mailing)

$m->debug (dumping-debug)
$m->logFolder (default: false. fill it if you want to save logs)
$m->logFile   (default: false. fill it if you want to save logs)

-- Public methods --
$m->easyMail   ($to, $subject, $message[, $from[, $html[, $attach]]])
$m->setPriority($priority)   (1=High, 3=Normal, 5=Low)
$m->setCharset ($charset)
$m->setFrom    ($from_mail[, $from_name])
$m->setTo      ($visible_targets)
$m->setBcc     ($hidden_targets)
$m->setSubject ($subject)
$m->setMessage ($body[, $isHtml[, $autoNl2br]])
$m->autoAttachFile($filename, $filedata)
$m->send       ([$startInPart])

$m->setHTMLFile($filename[, $importImages])
$m->setEMLFile ($filename)
$m->importHTML ($filebody, $baseDir[, $importImages])
$m->importEML  ($filebody)
$m->exportEML  ([$setUnsent])

$m->sendThroughSMTP($server[, $port[, $user[, $pass[, $ssl]]]])
$m->sendThroughMail()
$m->sendThroughGMail  ("username@gmail.com",   "password");
$m->sendThroughYahoo  ("username@yahoo.com",   "password");
$m->sendThroughHotMail("username@hotmail.com", "password");

$m->allowDupe() (Allow duplicated targets)
$m->blockDupe() (Automatically remove duplicated targets in To/Cc/Bcc list - Default)

----- TO KNOW MORE ABOUT, READ EXAMPLES OR THE SOURCE CODE.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products