Repository List
/
Contenido
/
koi8
/
core
/
comps
/
inc
/
sendmail.msn @ HEAD
English
Checkout
View File
Blame/Annotate
View Revision Log
RSS Feed
sendmail.msn
401
402
2
2
3
3
$email => undef
4
4
$etype => 'mixed'
5
$smtp => undef
5
6
6
7
</%args>
7
8
<%init>
…
…
70
71
'Disposition' => '',
71
72
);
72
73
73
$msg->send();
74
if ( $smtp ) {
75
$msg->send('smtp', $smtp, Debug => 0)
76
} else {
77
$msg->send();
78
}
74
79
75
80
</%init>