Hi guys, I've just found a problem in using the Email library. If the attachment name contains spaces, the attachment won't be sent with the email text. so:
Is there any solution to this? Even if the attachment name is quoted, it doesn't work.
thank you!
Code:
$this->email->attach("path/to/attachment"); //attachment cannot contain spacesIs there any solution to this? Even if the attachment name is quoted, it doesn't work.
thank you!