Formatting a table in a plain text email in C# -


I am trying to send data in a table format via email and I was just told that some of us Receive customer HTML formatted email, what I was using. I tried to manage using this tab, but the length of the strings was too much to make this fair.

Is there a way to easily format tabular data in a plain text email?

I do not think you are going to find broadly reliable - you will fall on :

  • Many people read emails in proportional fonts, so padding does not work with spaces
  • Email clients do not agree with tab presentation You can not use them even without your characters Space problem.

What about sending PDF attachments? I know that anger will diminish the purists - I voted for the courage to suggest this, but it can free you from the endless unsatisfactory fights with the mailers.


Comments