Class email

Description

This class handles email issues, such as post subscription or pm notificaitons

  • author: Abdul Al-Hasany
  • version: 2010
  • copyright: Abdul Al-hasany (c) 2010
  • todo: rewrite this class to conform with the new updated phpmailer
  • access: public

Located in /includes/email.class.php (line 44)


	
			
Variable Summary
mixed $field
mixed $from_email
mixed $from_name
mixed $header
mixed $mailuser
mixed $mail_temp
mixed $message
mixed $phpmailer
mixed $postid
mixed $subject
mixed $to_email
mixed $userid
mixed $use_html
Method Summary
email email ()
void mail_user ()
void send (mixed $_toemail, mixed $_subject, mixed $_message, mixed $_from_name, mixed $_from_email, [integer $html = 0])
void send_mail ()
void send_mail_html ()
void send_to_moderate (mixed $cat_id)
void send_to_users (mixed $_field, mixed $_userid, mixed $_postid, mixed $url, mixed $_mailuser)
void set_use_html (mixed $_html)
Variables
mixed $field (line 55)
mixed $from_email (line 50)
mixed $from_name (line 49)
mixed $header (line 51)
mixed $mailuser (line 52)
mixed $mail_temp (line 57)
mixed $message (line 48)
mixed $phpmailer (line 58)
mixed $postid (line 54)
mixed $subject (line 47)
mixed $to_email (line 46)
mixed $userid (line 53)
mixed $use_html (line 56)
Methods
Constructor email (line 67)

email::email()

email email ()
mail_user (line 179)

email::mail_user()

void mail_user ()
send (line 113)

email::send()

void send (mixed $_toemail, mixed $_subject, mixed $_message, mixed $_from_name, mixed $_from_email, [integer $html = 0])
  • mixed $_toemail
  • mixed $_subject
  • mixed $_message
  • mixed $_from_name
  • mixed $_from_email
  • integer $html
send_mail (line 136)

email::send_mail()

void send_mail ()
send_mail_html (line 155)

email::send_mail_html()

void send_mail_html ()
send_to_moderate (line 272)

email::send_to_moderate()

void send_to_moderate (mixed $cat_id)
  • mixed $cat_id
send_to_users (line 209)

email::send_to_users()

void send_to_users (mixed $_field, mixed $_userid, mixed $_postid, mixed $url, mixed $_mailuser)
  • mixed $_field
  • mixed $_userid
  • mixed $_postid
  • mixed $url
  • mixed $_mailuser
set_use_html (line 96)

email::set_use_html()

void set_use_html (mixed $_html)
  • mixed $_html

Documentation generated on Fri, 16 Apr 2010 12:54:43 +1000 by phpDocumentor 1.4.1