SwiftMailer on Symfony2.SwiftMailer 오류 로그에 아무것도 표시되지 않습니다.
SqiftMailer가 전자 메일을 보내려고하는데이 코드는 [SWIFTMAILER] Success!!
을 반환하지만 로그가 나타나지 않고 전자 메일이 전송되지 않습니다.
로거 플러그인을 삽입했지만 $mailLogger->dump()
에는 로그가 표시되지 않습니다. 내 config.yml
swiftmailer:
transport: smtp
host: smtp.zoho.com
username: taro
password: ********
port: 465
encryption: ssl
auth_mode: plain
spool:
type: file
path: "%kernel.root_dir%/spool"
# spool: {type: memory}
구성 파일을 인쇄 할 수 있습니까? –
@Delparo config.yml을 추가했습니다 – whitebear
auth_mode 설정 라인이 잘못되었을 수 있습니까? 구성을 가지고 놀려고 했습니까? SSL 모드 대신 TLS 모드를 시도하는 것과 마찬가지로? –