我想使用包装类HtmlMimEmail 2.0版(可从phpguru获得)发送电子邮件。
我想知道它是否像其他邮件包装一样提供TLS身份验证选项,例如PHPMailer见下文:
<?php
require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // set mailer to use SMTP
$mail->Host = 'mail.xxx.com.br'; // my host here
$mail->**SMTPSecure** = "tls";
?>
答案 0 :(得分:0)
这是一个提问的真正可怕方式。你提到的包裹(甚至没有链接!)甚至不再存在 - 它现在被称为rmail。它使用了糟糕的包装 - PHP文件保存为.txt
!
回答一个简单的问题,read the code!
简而言之,不,rmail类不提供TLS支持。