Currently, I am in the process of developing a webshop for the company I work for. One of the tasks on my agenda is to work on the order confirmation emails that are sent out to our customers once they complete their purchase.
The webshop itself is built using the CMS Joomla, and we are still in the testing phase to ensure everything runs smoothly.
However, there seems to be an issue:
The order confirmation email I have created so far is designed using HTML and CSS. In this email, I have inserted the company logo at the top. When my colleague (acting as a test customer) places an order, both he and I receive the same email notification. Interestingly, the email received by my colleague displays the logo properly, resizing proportionally with the window. But the email I receive shows the logo completely out of proportion. It remains the original size despite defining it to be smaller in the code.
- Does anyone have any insights into why this might be happening?
- Is there anything specific that needs to be adjusted in Outlook settings?