Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 322 Bytes

transport.md

File metadata and controls

10 lines (9 loc) · 322 Bytes

Plain SMTP transport

The default Symfony SMTP transport is enforcing the use of TLS. If you don't want to use TLS configure our custom 'Plain SMTP Transport'. Its very simple to do so. Just change smtp in the mailer DSN to plainsmtp.

framework:
    mailer:
        dsn: 'plainsmtp://127.0.0.1'