标签: php smtp
我正在使用PHP的内置mail()函数来发送批量电子邮件,并希望保持SMTP连接打开。是否有类似PHPMailer的$mail->SMTPKeepAlive = true;
mail()
$mail->SMTPKeepAlive = true;
我不想使用PHPMailer。