Hello good afternoon,
I use EASendMail on my client machines and everything works fine, I can send the email with a PDF attachment, but now, because of Pandemic, clients need to access the server through the Service Terminal, and the same email arrives as noname and not it is possible to access!
I use
// Using HTML FORMAT to send mail
oSmtp.BodyFormat := 1;
Message sent
--
Content-Type: multipart/alternative;
boundary=""
--
Content-Type: text/plain;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Prezado(a) RAMO GOIANIA SISTEMAS DIGITAIS - ME
Segue em anexo seu boleto de aluguel=2E
Atenciosamente,
MY BROKER IMOBILIARIA LTDA-ME
--
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Prezado(a) RAMO GOIANIA SISTEMAS DIGITAIS - ME
</br>
</br>
Segue em anexo seu boleto de aluguel.</br>
</br>
</br>
Atenciosamente,</br>
MY BROKER IMOBILIARIA LTDA-ME
--
Content-Type: application/pdf;
name="=?utf-8?B?Qk9MRVRPXzAwMDAwMjYwNDUxX1JBTU8gR09JQU5JQSBTSVNU?=
=?utf-8?B?RU1BUyBESUdJVEFJUyAgIE1FLnBkZg==?="
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="=?utf-8?B?Qk9MRVRPXzAwMDAwMjYwNDUxX1JBTU8gR09JQU5JQSBTSVNU?=
=?utf-8?B?RU1BUyBESUdJVEFJUyAgIE1FLnBkZg==?="
Content-ID: <BOLETO_00000260451_RAMO%20GOIANIA%20SISTEMAS%20DIGITAIS%20%20%20ME.pdf>
Edited by user Tuesday, July 7, 2020 6:14:44 AM(UTC)
| Reason: Not specified