Commit 1b04daae0b485dc5d6477504224a53288b0caf9a
1 parent
0dc379d0
Changing logs
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
calexium_lib/mail/send_mail.anubis
| ... | ... | @@ -369,7 +369,7 @@ define SendMailResult |
| 369 | 369 | reply(code, lines) then |
| 370 | 370 | if code = 250 then |
| 371 | 371 | send_quit(conn); |
| 372 | - logInfo(send_mail_log,"SENT Mail FROM "+param.sender.str+" TO "+param.recipient.str); | |
| 372 | + logTrace(send_mail_log,send_mail_mask,"SENT Mail FROM "+param.sender.str+" TO "+param.recipient.str); | |
| 373 | 373 | ok |
| 374 | 374 | else |
| 375 | 375 | reply_handling(code, lines, enhanced_status) |
| ... | ... | @@ -491,7 +491,7 @@ define Send_Mail_Session |
| 491 | 491 | { |
| 492 | 492 | failure then 0, |
| 493 | 493 | success(value) then |
| 494 | - logDebug(send_mail_log, "smtp server with SIZE "+value); | |
| 494 | + logTrace(send_mail_log, send_mail_mask, "smtp server with SIZE "+value); | |
| 495 | 495 | value |
| 496 | 496 | } |
| 497 | 497 | }, | ... | ... |