請我想知道如何在Symfony2中配置Swiftmailer的SMTP。Swiftmailer的SMTP配置Symfony2,Servage
我使用FOSUserBundle,並且在註冊後啓用了通過電子郵件激活的功能,但是在註冊後,我收到消息說明激活電子郵件已經發送,但沒有收到任何郵件。
我使用Servage.net託管,我已經試過這種配置:
app/config/config.yml
# Swiftmailer Configuration
swiftmailer:
transport: smtp
host: smtp1.servage.net
auth_mode: login
username: [email protected]
password: mypassword
port : 25
感謝。