Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

Zip file attachement

posted by abbas 7 years ago

When i try to send the email with the zip file attachment it does not work. Anybody can help me or give me the sample code through which i can send the zip file attachement in the email. with the fSMTP class?

fSMTP handles only the fEmail::send() method if you passes an argument to it. For all the rest of features, check fEmail documentation, and fEmail#Attachments for your specific problem.

Edit: If you are doing it in this way, maybe you need to check de server limitations, like accepted file types or maximum attachment size.

posted by xoan 7 years ago

Yes, Thank you it was a issue in the email web service provider. it is resolved now.

posted by abbas 7 years ago
posted by abbas 7 years ago