Search code examples
phpemailgmailpublish-subscribe

Gmail not showing full email message and shows Email Clipped


I have a newsletter designed for website which I send to all subscribers of my website. But at recievers end the message is getting clipped and isn't showing full message. User have to click on link to see full message. I want this email message to be shown in same page and dont want this message to get clipped. Email consists of images and description about the images.

What can I do to achieve this ?

Thanks in advance.


Solution

  • I went through certain solutions and problem I found was with the size of HTML newsletter. If your email exceeds 102K, Gmail will display the first 102K and then it will clip off the remainder with a few different variations depending on the device.

    So to avoid this problem try to keep your design of HTML letter within the limit by removing unnecessary code.

    Hope it will help others too. Thanks