我在
时遇到错误config.yml中的Swiftmailer配置是,
transport: smtp
host: localhost
username: %mailer_user%
password: %mailer_password%
错误是,
Swift_TransportException:无法与主机127.0.0.1建立连接[无法建立连接,因为目标计算机主动拒绝它。#10061]
任何人都可以帮我配置。
提前致谢。
答案 0 :(得分:0)
swiftmailer:
transport: "%mailer_transport%"
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }