이메일에 첨부 파일을 보내려고하는데 아래 오류 이 표시되지만 주어진 URL 파일이 있는지 확인하고 다운로드 작업을합니다.Laravel mail Swift_IoException 읽기 용 파일을 열 수 없습니다.
Swift_IoException in FileByteStream.php line 144:
Unable to open file for reading [http://sendemail.domain.com/attachment/warburg_brochure.pdf]
그 디렉토리의 허가를 확인하십시오, 그것은 무엇입니까? 읽기가 가능한지 아닌지 확인하고 명령을 입력하여 권한을 755로 변경하십시오.'chmod 755 –
d3r1ck
이 질문과 답변은 정말 도움이 될 수 있습니다 : http://stackoverflow.com/questions/4531180/php-swift-mailer-problem 그리고 이것 또한 : http://laravel.io/forum/05-05-2014-problem-sending-an-email-with-attachment – d3r1ck
파일의 디렉토리와 상위 디렉토리는 755. even 파일을 다운로드 중입니다. –