You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
238 B

<?php
namespace PHPEMS;
/**
* Created by PhpStorm.
* User: 火眼
* Date: 2018/1/9
* Time: 19:33
*/
class sendmail {
/**
* @var string 邮件传输代理用户名
* @access protected
*/
protected $_userName;