PHP 클래스 MailModel, thinksns

Copyright (c) 2013 http://www.WanPin123_OA.com All rights reserved. Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) Author: jinzhu.yin Support: https://git.oschina.net/WanPin123_OA/WanPin123_OA -------------------------------------------------------------------------
상속: extends CommonModel
파일 보기 프로젝트 열기: medz/thinksns-4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowed 允许发送邮件的类型
$message

공개 메소드들

메소드 설명
__construct ( ) 初始化方法,加载phpmailer,初始化默认参数
send_email ( string $sendto_email, string $subject, string $body, array $senderInfo = '' ) : boolean 发送邮件
setMessage ( $message )
test_email ( array $data ) : boolean 测试发送邮件

메소드 상세

__construct() 공개 메소드

初始化方法,加载phpmailer,初始化默认参数
public __construct ( )

send_email() 공개 메소드

发送邮件
public send_email ( string $sendto_email, string $subject, string $body, array $senderInfo = '' ) : boolean
$sendto_email string 收件人的Email
$subject string 主题
$body string 正文
$senderInfo array 发件人信息 array('email_sender_name'=>'发件人姓名', 'email_account'=>'发件人Email地址')
리턴 boolean 是否发送邮件成功

setMessage() 공개 메소드

public setMessage ( $message )

test_email() 공개 메소드

测试发送邮件
public test_email ( array $data ) : boolean
$data array 邮件相关内容数据
리턴 boolean 是否发送成功

프로퍼티 상세

$allowed 공개적으로 정적으로 프로퍼티

允许发送邮件的类型
public static $allowed

$message 공개적으로 프로퍼티

public $message