Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我将使用 PHPMailer 通过 cron 发送大量电子邮件。
我应该只打开一次与 smtp 服务器的连接吗?还是每次发送都打开和关闭它?
我会做类似的事情:
while( ... { OPEN SMTP SEND CLOSE SMTP }
或者
OPEN SMTP while( ... { SEND } CLOSE SMTP
我的意思是关于性能。
谢谢。
obs:这不是相同的味精,每封电子邮件都会收到不同的味精。
一个连接应该可以正常工作。Havin multiple 会使服务器处理器过载