Should I prepend all lines with '> '
? Is that sufficient? Will it be accepted and understood by all major email clients?
In this case will a original.replace(/\n/g, '\n> ')
regex replacement do what I want with the message?
What about the HTML version of the email? Use a big <blockquote>
? Just prepending a <blockquote>
and appending a </blockquote>
will suffice?
Should I, like Gmail and others, prepend a line saying something like "someone <[email protected]> wrote at some time:"
?
We have received your quotation in good order. We will procces your quotation as soon as possible, we will keep in touch!
You can also say "quote-unquote" after the quoted material: "He said he couldn't come, because he was 'busy,' quote-unquote."
A quotation mail requires the recipient's mail id and the subject. Take care to mention the list of items for which you would like to know the availability and price. Ensure that you let the recipient know that you are expecting a reply from them within a particular date. Thank the recipient for their time.
Plain text and by that I mean: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable just requires ">" to quote the previous message (1 per line).
HTML version - depends on the client you're rendering in.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With