Membership 1.10 HTML mail template

By ht1080z - December 12, 2013

Hello,

I try to embed an HTML mail template file for signup, password-reset,... but the wysiwyg editor change my original code and in the mail content the link for images are modified (the image path in the sent mail are only local path).

<img src="http://www.exapmle.com/images/email/logo.jpg">

is changed to:

<img src="images/email/logo.jpg">

Any suggestion how to fix this?

Thank you in advance,
Karls

By Toledoh - December 12, 2013

Same issue here.  I've tried using the placeholders below, but it strips the "http://"

#server.http_host#
#server.remote_addr#

Cheers,

Tim (toledoh.com.au)

By Toledoh - December 12, 2013

That works - thanks Dave!

Cheers,

Tim (toledoh.com.au)

By ht1080z - December 12, 2013

Hi Dave,

Thank you for the quick reply and solution.

Karls