Jump to content

Email setup


hostxls

Recommended Posts

Hello,

 

Here is Vincent,

 

 

I have a question.

 

How do I setup our company logo in our emails:

- client email

- support emails

- sales email

- invoices

 

I need this to be setup in the Header and the Footer of the emails.

 

Thank you for your suggestions and help

 

Regards, ;)

logo email header.png

Logo email footer.png

Link to comment
Share on other sites

Client Email Header Content

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

<style type="text/css">

[EmailCSS]

</style>

</head>

<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">

<center>

<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">

<tr>

<td align="center" valign="top" id="bodyCell">

<table border="0" cellpadding="0" cellspacing="0" id="templateContainer">

<tr>

<td align="center" valign="top">

<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">

<tr>

<td valign="top" class="headerContent">

<a href="{$company_domain}">

<img src="{$company_logo_url}" style="max-width:600px;padding:20px" id="headerImage" alt="{$company_name}" />

</td>

</tr>

</table>

</td>

</tr>

<tr>

<td align="center" valign="top">

<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody">

<tr>

<td valign="top" class="bodyContent">

 

--------------------------------------------------------------------------------------------------------

 

Client Email Footer Content

 

</td>

</tr>

</table>

</td>

</tr>

<tr>

<td align="center" valign="top">

<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter">

<tr>

<td valign="top" class="footerContent">

<a href="{$company_domain}">visit our website</a>

<span class="hide-mobile"> | </span>

<a href="{$whmcs_url}">log in to your account</a>

<span class="hide-mobile"> | </span>

<a href="{$whmcs_url}submitticket.php">get support</a> <br />

Copyright © {$company_name}, All rights reserved.

</td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

</table>

</center>

</body>

</html>

Link to comment
Share on other sites

oh ok - just noticed that it looks like an admin email... :?:

if so, they use a hard-coded template - in the footer should be the WHMCS logo (perhaps you've deleted it or it's being blocked), and in the header, it should be using the image specified in the logo url setting.

 

in fact, I think there is some blocking occurring at your end because the WHMCS logo in the footer is hosted externally - https://cdn.whmcs.com/images/whmcs_email_footer.png

Edited by brian!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated