|
|
|
@ -14,7 +14,7 @@ sub sendmail
@@ -14,7 +14,7 @@ sub sendmail
|
|
|
|
|
|
|
|
|
|
$smtp->auth(option("MonitorUser"), option("MonitorPass")) if option("MonitorUser"); |
|
|
|
|
$smtp->mail("$user\@milkbone.org"); |
|
|
|
|
$smtp->to('savannah@batkins.com'); |
|
|
|
|
$smtp->to(option('MonitorRecipient')); |
|
|
|
|
|
|
|
|
|
$text =~ s/<.*?>//g; |
|
|
|
|
|
|
|
|
|