Добавлена отправка накладных на почту
This commit is contained in:
@@ -67,3 +67,16 @@ observability:
|
||||
waybill_poller:
|
||||
interval_seconds: 30
|
||||
batch_size: 50
|
||||
|
||||
email:
|
||||
smtp_host: "smtp.example.com"
|
||||
smtp_port: 587
|
||||
username: ""
|
||||
password: ""
|
||||
from_address: "no-reply@example.com"
|
||||
use_tls: true
|
||||
timeout_seconds: 10.0
|
||||
|
||||
waybill_email_sender:
|
||||
interval_seconds: 30
|
||||
batch_size: 50
|
||||
|
||||
Reference in New Issue
Block a user