奥凯,我刚刚用了最后四小时的时间,试图说明为什么我实施“网:马普切计划”模块不再工作。
简言之,我这样做(消除错误,为清晰度检查):
my $smtp = Net::SMTP->new(Host => $host);
$smtp->send($from);
$smtp->data;
$smtp->datasend($message);
$smtp->dataend;
$smtp->quit;
在此之前,我一直在努力:
Net::SMTP=GLOB(0x7f9893114798)>>> SEND FROM:<[email protected]>
Net::SMTP=GLOB(0x7f9893114798)<<< 450 Unable to send to "<[email protected]" at this time
这源自我的<代码>send方法。
The Perldoc wasn t too much of a help because the send
, send_and_mail
, send_or_mail
, and mail
commands are all described together, and I had assumed were pretty much aliases of each other.
我研究了其他例子,并决定尝试$smtp->mail
而不是$smtp->send
。 这样做了。
因此,<代码>send、>、
、>send_and_mail
和send_or_mail
方法之间有何区别? 我是否需要逐一尝试? 我知道它们与《SEND
、SO
以前使用的方法?SAML
在员工和管理当局协调处的指挥一致,但我确实能够发现任何东西能告诉我这些差异。 而且,不同的员工和管理当局协调会服务器使用不同的指挥系统。 (5月改为<代码>send