equal
deleted
inserted
replaced
386 "[This is just a test mail to you. If this wasn't a test mail, then it should have been sent to [$u]]\n\n" |
386 "[This is just a test mail to you. If this wasn't a test mail, then it should have been sent to [$u]]\n\n" |
387 . $messages->{$u}, |
387 . $messages->{$u}, |
388 $fallback |
388 $fallback |
389 ) if $dont_send_to_real_uploader; |
389 ) if $dont_send_to_real_uploader; |
390 |
390 |
391 $to = encode_mimewords($to, (Charset => $1)) if setlocale(NULL) =~ /.*\.([^.]+)$/; |
391 $to = encode_mimewords($to, (Charset => $1)) |
|
392 if setlocale(NULL) =~ /.*\.([^.]+)$/; |
392 |
393 |
393 sendmail( |
394 sendmail( |
394 From => $from, |
395 From => $from, |
395 Subject => $subject, |
396 Subject => $subject, |
396 To => $to, |
397 To => $to, |