отправка слишком большого отступа и показ html-объекта шоу - PullRequest
0 голосов
/ 01 ноября 2019

всем доброго времени суток

У меня проблема, когда текстовое сообщение, которое я отправил на свою электронную почту, выглядит странно из-за отступа, и шрифт на нем тоже странный. Есть идеи, в чем может быть проблема? я приложу снимок экрана: электронная почта, полученная с сообщением от textarea

, как вы можете видеть, часть "Dear Sir / Mdm" вышла хорошо, но остальная часть написана другим шрифтом. код ниже мой код textarea:

<div class="form-group">
                      <label for="email_message">Message</label>
                      <textarea type="text" name="email_message" class="form-control" id="compose_email" placeholder="Email content ..." style="height:500px;">
                      Dear Sir/Mdm,
                      &#13;&#10;
                      Good day, I am writing on behalf of Faculty of Engineering, Computing and Science to enquire regarding internship opportunity with your organisation.&#13;&#10;

                      One of our final year students, {{ $queryStudent->givenName }} {{ $queryStudent->surname }} is interested for a potential placement with your organisation during this coming semester break starting {{ $queryStudent->startDate }}. {{ $queryStudent->givenName }} {{ $queryStudent->surname }} is a final year student from {{ $queryStudent->course }} . Kindly find attached {{ $queryStudent->givenName }} {{ $queryStudent->surname }}'s resume and application letter for your perusal.&#13;&#10;

                      It would be very much appreciated if you can approve or reject the student's application soonest possible.&#13;&#10;

                      Please feel free to let me know if you require any other further information, thank you in advance and I look forward to hearing from you soon.&#13;&#10;
                      </textarea>

пожалуйста, посоветуйте, как решить эту проблему. Спасибо всем большое!

...