0
我需要通過symfony的,但在我的factories.yml文件發送電子郵件它有這樣的事情Symfony的奇怪factories.yml文件
all:
routing:
class: sfPatternRouting
param:
generate_shortest_url: true
extra_parameters_as_query_string: true
view_cache_manager:
class: sfViewCacheManager
param:
cache_key_use_vary_headers: true
cache_key_use_host_name: true
我修改他們喜歡的東西:
all:
mailer:
param:
transport:
class: Swift_SmtpTransport
param:
host: smtp.gmail.com
port: 465
encryption: ssl
username: [email protected]
password: password
會它影響什麼?或者什麼是最上面的原始呢?