Dear all
how is possible to attach a file from a public HTTP url into an email?
Regards
HWS
how is possible to attach a file from a public HTTP url into an email?
Regards
HWS
You can't just using the CF mailer. You'd probably have to do it yourself using the PHPMailer.
Also though: Why?
Also though: Why?
Because I have some PDF files on my HTTP server and I would like to attach them when I send an email to a my customer.
Could I ask to evaluate to add this functionality to a next release?
Regards
Could I ask to evaluate to add this functionality to a next release?
Regards
Use the contact button up top and ask the developer.
Hi hwsassisi ,
You can include a download link to the files in the email - or if they are on the same server as the form you can attach the files themselves.
Bob
You can include a download link to the files in the email - or if they are on the same server as the form you can attach the files themselves.
Bob
Yes, they are on the same server, but it seems to me that setting the full url into the attachment property of the email, no file is attached
Regards
Regards
Needs to be a file path not a url if you want to attach them to the email.
This topic is locked and no more replies can be posted.