Perl TLS SMTP send failing on authentication step

后端 未结 0 1578
轮回少年
轮回少年 2021-01-23 06:22

I am trying to send mail using authenticated SMTP via Perl. Here is my code:

use strict ;
use warnings ;
use autodie ;
use Net::SMTP; # version 3.11

my $smtp_ser         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题