D
D
dillyghost2014-07-21 16:41:31
gmail
dillyghost, 2014-07-21 16:41:31

Why does the GMAIL email client cut out part of the email's HTML code?

Good afternoon. Actually the problem is indicated in the title of the question. GMAIL cuts out part of the HTML code. In the rest of the clients I have tested, the text is completely preserved.
The example below specifically cuts

<p style="margin-bottom: 20px;>Уважаемый #NAME# ваша заявка на вступление в члены Российско-Белорусского Делового Совета получена. Она будет рассмотрена в течении 5 рабочих дней, и в случае положительного результата, Вам на e-mail, указанный при регистрации, будут высланы доступы для входа в систему.</p>

The html example itself:
<table cellspacing="0" cellpadding="0" style="margin: 0px; padding: 0px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
  <tr>
    <td style="padding: 20px; background: url('#SERVER_NAME#/images/bg.png') repeat;">
      <table cellpadding="0" cellspacing="0" width="580">
        <tbody>
        <tr style="height: 150px;">
          <td width="30%" valign="top" style=" border-bottom: 1px solid #eaeaea;">
            <a href="#SERVER_NAME#">
              <img src="#SERVER_NAME#/images/flags.png" alt=""/>
            </a>
          </td>
          <td width="30%" valign="middle" style=" border-bottom: 1px solid #eaeaea;">
            <h1 style="font-size: 25px; font-weight: normal;">Российско- <br/>
              Белорусский <br/>
              Деловой Совет</h1>
          </td>
          <td width="30%" valign="top" style=" border-bottom: 1px solid #eaeaea; padding-top: 20px;">
            <a href="http://www.tpprf.ru/ru/" target="_blank"><img src="#SERVER_NAME#/images/logo.png" alt=""/></a>
          </td>
        </tr>
        <tr>
          <td colspan="3" style="padding-top: 40px; font-size: 13px; color: #4f4f4f;">
<p style="margin-bottom: 20px;>Уважаемый #NAME# ваша заявка на вступление в члены Российско-Белорусского Делового Совета получена. Она будет рассмотрена в течении 5 рабочих дней, и в случае положительного результата, Вам на e-mail, указанный при регистрации, будут высланы доступы для входа в систему.</p>
<p style="font-size: 14px; color: #000000; margin: 25px 0px;">С уважением, команда РБДС.</p>
          </td>
        </tr>
        </tbody>
      </table>
    </td>		
  </tr>
</table>
<table cellspacing="0" cellpadding="0" style="margin: 0px; padding: 0px;" width="580">
  <tr style="height: 100px; background: #fff;font-size: 11px;color: #797979; padding-top: 40px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
    <td width="30%" style="padding-left: 20px;">
      &copy; 2014 Российско-Белорусский Деловой Совет
    </td>
    <td width="70%">

    </td>
  </tr>
</table>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin, 2014-07-21
@dillyghost

Well, why cuts out - I think everyone understands - for the sake of security, since you are sending an HTML body.
And also you have a non-closed style attribute in the first phrase

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question