This question has been flagged

I tried to send password reset emails to our company users, but the received email not showing our logo. Please look into the screenshot of the received email.







Attaching the email template too..






I properly upload the company logo in the template right? and tried to include it by using ${object.company_id.log} but unfortunately, it's not working.


Advance thanks for your valuable comments.

Avatar
Discard
Best Answer

Hi,

Can you use via below code as a template?

<td valign="middle" align="right">
<img src="/logo.png?company=${object.company_id.id}" style="padding: 0px; margin: 0px; height: auto; width: 80px;" alt="${object.company_id.name}"/> 
</td>

See in attached image for your reference.



Thanks & Regards,


Avatar
Discard
Author

I included these code in the template , but unfortunately these code shows in the mail too

where did you add that code in the template? Can you send a screenshot?

Thanks

Author

please check the screenshot , added as answer, no other option to share screenshot

Hi,

Answer updated with GIF / Clip for your reference for how to edit in the template.

Author

let me check from my side..thanks

Author

not working

Author Best Answer





please check this

Avatar
Discard