Attached files not attached when I receive email
-
I have created a contact form that allows for files to be attached. When I receive the email, I see the name of the file attached listed attachedfile.doc (or whatever the name of the file is), however it is not actually attached to the email and I am not sure where it would be stored if it does not get sent to me directly in the email. I will attached the Form and email templates for reference.
This is the form:
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Position You Are Seeking (required)
[text* your-subject] </p><p>Your Cover Letter/Message
[textarea your-message] </p>Or attach your coverletter:
<p>Your Cover Letter
[file Cover Letter filetypes:.doc|.docx|.pdf]<p>Your Resume (required)
[file* Resume filetypes:.doc|.docx|.pdf]Please copy the combination to the left of the box
[captchac captcha-859] [captchar captcha-859]<p>[submit “Send”]</p>
And this is the email:
Applicant: [your-name] <[your-email]>
Desired Position: [your-subject]Cover Letter:
[your-message][Cover]
[Resume]
How the email comes in:
Applicant: Test Name <[email protected]>
Desired Position: AnyCover Letter:
Test cover letterdocument1.doc
document2.doc
- The topic ‘Attached files not attached when I receive email’ is closed to new replies.