AJAX Recommend: Inline / Attach Images
- meistamuck
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 8 months ago #4032
by meistamuck
Hi @all,
does anybody know how I can show an image within my HTML E-Mail which is sent by AJAX Recommend? I tried with the absolute path, but it didn't work... I've red something about CIDs, very confusing... Does anybody have a very little example on this?
Thanks so much,
michael
does anybody know how I can show an image within my HTML E-Mail which is sent by AJAX Recommend? I tried with the absolute path, but it didn't work... I've red something about CIDs, very confusing... Does anybody have a very little example on this?
Thanks so much,
michael
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
15 years 8 months ago - 15 years 8 months ago #4033
by Saka
Emir Sakic
www.sakic.net
You can use module parameters. If you use additional message that user can enter, in the "Mail body addition" in parameters add:
<img src=" www.domain.com/your_image.gif " />
If you don't use message field you can't use this option.
<img src=" www.domain.com/your_image.gif " />
If you don't use message field you can't use this option.
Emir Sakic
www.sakic.net
Last Edit: 15 years 8 months ago by Saka.
Please Log in or Create an account to join the conversation.