Hi,
I have created a webform for a client. This form is an application form for his company. The visitors have the possibility to upload 2 photo's of themselves. The submitted webform is being send to the clients' email so he can see all the applications in his mailbox. Everything is presented in the right way but only the photo's aren't shown as they should be. I only get the name of the image which is a link to the folder where it is located on the server. When I press the like a browser is opened and I can see the image. I'm using the build-in editor of webform to custom its e-mail output. I tryed to put in the next line:
but it doesn't work.
I just want to show the image in the email.
I hope someone can help me with this!
Greetings
Comments
Comment #1
quicksketchHave you tried installing MIME Mail yet? What is the content of your template?
Comment #2
nielskirkels commentedI have installed the MIME Mail module and I can fully customize the e-mail layout but only the images do not show up.
Content of template:
Application form 360 Bar
Submitted on %date
Personal information
Working experience
Relevant working experience:
Education
Relevant education:
Winter association
Job interest
Describe yourself
Comment #3
vernond commentedYou should use the HTML
<img>tag if you want the images rendered in your email body.Comment #4
nielskirkels commentedYeah I tried that: < img src="%value[personal_information][picture_1]" > but this does not work.
Comment #5
smptebars1 commentedI have the same issue. I have it set so the customer can email a webpage to a friend to show them a product.
the email sends and has everything it should except the pictures. I can see the link to the photo which for one is, "img src=http://www.time-master.com/sites/default/files/imagecache/product_full/i..." but it does not work with jpeg files as well.
if I click the placeholder in the email it takes me to the website but will not show the photo as well.
please try this for yourself. goto: time-master.com and find a product, you will find a email link at the bottom of the page.... see what happens?
seems like a lot of people have this issue and if I can figure it out, I will do a write up on this for future users.... thanks
Comment #6
smptebars1 commentedokay, after going around and around all day with different modules that may be causing the problem, checking my hotlink protection...ect. I finally realized it was my .htaccess file blocking the calls.
the rewrite rule for my graphics. If you are experiencing this same issue check this.
#Do not allow these file types to be called
Rewrite engine on
Rewrite rule.*\.(jpeg | jpg | png | gif)$ - [F,NC]
I removed the graphic extensions I need to allow threw and pics now show in the email.
Comment #7
tusshar.kant commentedHello all, I am having the same problem. Actually this %value[personal_information][picture_1] results in the hyperlink and not the url.... I also need suggestion on this and how to rectify it... please reply soon..