-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email not rendering images #36
Comments
I'm having the same issue. Did you end up having any luck figuring this out? |
Yes, you put url of where the image is hosted - |
So you have to manually specify the url? Is that the only way? |
I am having the same problem; maybe you could help me out ? http://stackoverflow.com/questions/36498601/rendering-pictures-in-emails-template-in-meteor |
With HTML Email Templates, you MUST USE absolute path for image. So, please upload your image to your hosting and get link to display |
Hey I am attempting to send images and they are not rendering. I put the images in ./public/images/ and tried two methods of rendering them:
This doesnt serve the image.
This errors with:
Any ideas? Seems like a simple syntax error. The only other option I can think of is to attach the absolute Image URL with a variable to the template data and then plug that in.
The text was updated successfully, but these errors were encountered: