Re:smtp送信時のポートの指定について

和田 (2014-08-12 01:58:31) www.synck.com

すいません、現状ポートの設定ができません。
ポートを変更する場合はlibrarys/SMTP/initialize.cgi.cgi内の
$SMTP = Net::SMTP->new($config{’SMTPserver’}, Hello=>$config{’SMTPserver’});

$SMTP = Net::SMTP->new($config{’SMTPserver’}, Port => 587,Hello=>$config{’SMTPserver’});
と、してみてください。