Swift_IoException Unable to open file for reading yii2
问题 I am developing a web application in Yii2. I have attached a file while sending the email. But after attaching the file in email I am facing this error. error Image My code for sending email with attachment goes like this Yii::$app->mailer->compose() ->setFrom('sender email') ->setTo('reciever email') ->setSubject('test') ->setHtmlBody('test') ->attach('path of attachment file') ->send(); I am really facing a big problem please help. 回答1: According to this link http://www.yiiframework.com/doc