Email template Header

micha777

New Member
YetiShare User
YetiShare Supporter
Jun 27, 2012
9
0
1
Hello,

the Email template header is standard:
Code:
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body style="background-color: #eee; padding: 0px; margin: 0px; font-family: Arial, Helvetica; font-size: 12px;">
        <div style="padding: 18px 18px 0px 18px; background-color: #ffffff;">
            <a href="[[[WEB_ROOT]]]">
                <div style="background-image: url('[[[SITE_IMAGE_PATH]]]/main_logo_inverted.png'); background-repeat: no-repeat; height: 45px; width: 100%; float: left;"><!-- --></div>
            </a>
            <div style="clear: left;"><!-- --></div>
        </div>
        <div style="background-color: #ffffff; padding: 18px 18px 25px 18px;">
isn't showing into the mail. Complete code is:

Code:
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body style="background-color: #eee; padding: 0px; margin: 0px; font-family: Arial, Helvetica; font-size: 12px;">
        <div style="padding: 18px 18px 0px 18px; background-color: #ffffff;">
            <a href="[[[WEB_ROOT]]]">
                <div style="background-image: url('[[[SITE_IMAGE_PATH]]]/main_logo_inverted.png'); background-repeat: no-repeat; height: 45px; width: 100%; float: left;"><!-- --></div>
            </a>
            <div style="clear: left;"><!-- --></div>
        </div>
        <div style="background-color: #ffffff; padding: 18px 18px 25px 18px;">
        
CONTENT    
        
                </div>
        <div style="color: #aaa; font-size: 10px; padding: 18px; margin-left: auto; margin-right: auto;">
            This e-mail is intended solely for the addressee. If you are not the addressee please do not read, print, re-transmit, store or act in reliance on it or any attachments. Instead, please inform [[[SITE_NAME]]] support and then immediately permanently delete it.<br/><br/>
            Please do not respond to this email. These are generated automatically by the [[[SITE_NAME]]] system and so the return address is not monitored for email. Please submit a request via our <a href="[[[WEB_ROOT]]]">website</a> if you have a query.<br/><br/>
            Message sent from <a href="[[[WEB_ROOT]]]">[[[SITE_NAME]]]</a> on [[[DATE_TIME_NOW]]]
        </div>
    </body>
</html>
Where is the header into the Mail?
 

micha777

New Member
YetiShare User
YetiShare Supporter
Jun 27, 2012
9
0
1
resolved, [[[SITE_IMAGE_PATH]]] isn't a valid
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Was this an issue with the core script code or a custom tweak? Keen to make sure it's in the release code if you've spotted something.

Thanks,
Adam.
 

micha777

New Member
YetiShare User
YetiShare Supporter
Jun 27, 2012
9
0
1
Hello Adam,

[[[SITE_IMAGE_PATH]]] isn't an accepted placeholder in core. Isn't listed in description under the input.
 

Attachments