Lines 806-811
END_SQL
Link Here
|
806 |
message_transport_type => $effective_mtt, |
806 |
message_transport_type => $effective_mtt, |
807 |
from_address => $admin_email_address, |
807 |
from_address => $admin_email_address, |
808 |
to_address => join(',', @emails_to_use), |
808 |
to_address => join(',', @emails_to_use), |
|
|
809 |
reply_address => $library->inbound_email_address, |
809 |
} |
810 |
} |
810 |
) unless $test_mode; |
811 |
) unless $test_mode; |
811 |
# A print notice should be sent only once per overdue level. |
812 |
# A print notice should be sent only once per overdue level. |
812 |
- |
|
|