Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 367 Bytes

UPGRADE.md

File metadata and controls

3 lines (2 loc) · 367 Bytes

UPGRADE FROM 4.0 TO 5.0

The container parameters mailer_transport, mailer_host, mailer_port, mailer_encryption, mailer_user, mailer_password, mailer_from_address have been removed. Instead, the env var MAILER_URL should be set like smtp://localhost:25?encryption=tls&auth_mode=login&username=foo&password=bar&sender_address=no-reply@example.com.