Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java mail incorrect formatting

I am sending mail using java mail. I can not use mime type as HTML. When i am sending mail it is looking bad because of spacing. How to fix this?

Text I am sending
enter image description here

How it appears in mail

enter image description here

like image 289
Arvind Avatar asked May 08 '26 05:05

Arvind


1 Answers

The question isn't how you're sending it, the question is what are you using to display it?

You can line up everything nicely assuming you're using a fixed width font, but if the mail reader displays it using a variable width font, all your alignment will be lost. You don't get to control what font is used to display the message you're sending.

like image 162
Bill Shannon Avatar answered May 10 '26 19:05

Bill Shannon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!