发送邮件Swiftmailer Symfony不起作用

时间:2018-03-16 13:32:28

标签: php symfony swiftmailer

您好我尝试通过swift邮件程序symfony发送电子邮件但它不起作用这是我的代码

config.yml

transport: '%mailer_transport%'
host: '%mailer_host%'
port: '%mailer_port%'
encryption: '%mailer_encryption%'
username: '%mailer_user%'
password: '%mailer_password%'
spool: { type: memory }  

parameters.yml

mailer_transport: smtp 
mailer_host: cloud4679.adk-media.com 
mailer_port: 465 
mailer_encryption: SSL 
mailer_user: tst@u3s.ma 
mailer_password: mypassword

1 个答案:

答案 0 :(得分:1)

mailer_port: 25 
mailer_encryption: tls

请尝试这个,让我知道它的工作。