Class Email

Description

Send an HTML and/or text email

This class can be used by any module as follows:-

  • $this->exec_module_action('Email', 'send_HTML_email', $from, $to, $subject, $html_data, $text_data);

Located in /modules/Email.php (line 9)


	
			
Method Summary
Returns send_HTML_email (string $from, string $to, string $subject, [string $html_data = 0], [string $text_data = 0])
Methods
send_HTML_email (line 21)

Construct the email headers and send email using mail()

  • return: true if mail sent successfully, false otherwise
Returns send_HTML_email (string $from, string $to, string $subject, [string $html_data = 0], [string $text_data = 0])
  • string $from: The from email address
  • string $to: The to email address
  • string $subject: The subject of the email
  • string $html_data: The HTML portion of the email (default: 0)
  • string $text_data: The text portion of the email (default: 0)

Documentation generated on Sat, 23 Jun 2007 21:28:19 -0500 by phpDocumentor 1.3.2