luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

PHPMailer attachment send to mail #1900

Closed testt23 closed 5 years ago

testt23 commented 5 years ago

Hello, everyone. I found a problem for send file to mail. When trying to email with a file, use the following two principles:

  1. full path to the file /home/user/public_html/storage....
  2. $mail->AddAttachment($path_attachment_file, 'name.extension');

https://github.com/luyadev/luya/blob/master/core/components/Mail.php#L433-L438

Thanks for @nadar for the time spent.

nadar commented 5 years ago

Parameter name should contain the filename from path by default. Thanks for report.