Class email

Description

Located in /email.class.php (line 16)


	
			
Method Summary
email __construct (string $from, string $subject, [string $replyto = ''], [string $notificationto = ''], [string $useragent = 'PHP/ReptilerEMailClass'])
void addattachment (string $filename, [bool $inline = false])
void addhtmlbody (string $body)
void addrecipient (string $recipient, [string $type = 'To'])
void addtextbody (string $body)
string composemail ()
bool sendmail ()
Methods
Constructor __construct (line 82)
  • access: public
email __construct (string $from, string $subject, [string $replyto = ''], [string $notificationto = ''], [string $useragent = 'PHP/ReptilerEMailClass'])
  • string $from
  • string $subject
  • string $replyto
  • string $notificationto
  • string $useragent
addattachment (line 158)
  • access: public
void addattachment (string $filename, [bool $inline = false])
  • string $filename
  • bool $inline
addhtmlbody (line 123)
  • access: public
void addhtmlbody (string $body)
  • string $body
addrecipient (line 133)
  • access: public
void addrecipient (string $recipient, [string $type = 'To'])
  • string $recipient
  • string $type
addtextbody (line 115)
  • access: public
void addtextbody (string $body)
  • string $body
composemail (line 199)
  • access: public
string composemail ()
sendmail (line 291)
  • access: public
bool sendmail ()

Documentation generated on Sat, 07 Jun 2008 16:33:35 +0800 by phpDocumentor 1.4.1