【发布时间】:2014-03-13 11:32:11
【问题描述】:
当我遇到错误时
config.yml 中的 Swiftmailer 配置是,
transport: smtp
host: localhost
username: %mailer_user%
password: %mailer_password%
错误是,
Swift_TransportException: Connection could not be established with host 127.0.0.1 [No connection could be made because the target machine主动拒绝它。#10061]
谁能帮我做配置。
提前致谢。
【问题讨论】:
标签: symfony configuration smtp swiftmailer