Class SimpleMail
Used to send basic or complex emails
License:
GNU/GPL
Author: Cyril Nicodème
Version: 0.1
Since: 09/07/2008
Located at: app/vendors/simplemail/simplemail/Email/SimpleMail.php
Author: Cyril Nicodème
Version: 0.1
Since: 09/07/2008
Located at: app/vendors/simplemail/simplemail/Email/SimpleMail.php
Methods summary
public
|
|
public
Void
|
|
public
Mixed
|
|
public
Void
|
#
addAttachment( String $sFilePath, String $sType = 'Application/Octet-Stream', String $sFileName = null, iCompression $oCompress = null, $sCid = null )
Add an attachment to the email (will be found on Multipart/mixed) |
public
Void
|
|
public
Void
|
|
public
String
|
#
inlineAttachment( Array $aMatches )
Modify the src="" element to be joined with the mail as an inline statement |