Is there a simple way to insert a logo at the bottom of the auto response email?
Is there a simple way to insert a logo at the bottom of the auto response email?
Hey Mike, the email responder accepts HTML so you can place an IMG reference in there. Not sure how familiar you are with HTML, but below would be a quick snippet, obviously changing the src to the path of where your image is hosted.
[html]
<img src="http://www.mysite.com/imagefilepath/imagename.jpg" />
Thanks Rob.. it worked! thanks.
Great! Glad to help.