vasanth.easyrider has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks i am generating formatted tabular data in perl script and sending it in the body of an email using Mail::Sender module. But when the mail is received the data is visible in unorganized format. When i copy it from mail and paste it in notepad, it is again coming up in correct format. Can you help me how to receive in correct format in mail as well

Replies are listed 'Best First'.
Re: Changed format on mail
by Corion (Patriarch) on Aug 03, 2016 at 11:53 UTC

    Change the font in the mail client to be fixed width.

    Alternatively, send HTML formatted mail instead of sending text/plain.

      Thanks Corion Can you help me how to generate HTML formatted data and send it in mail? Do you have any sample script?
        What have you tried?