Welcome Guest, Not a member yet? Register   Sign In
how to format text in email body
#3

[eluser]megabyte[/eluser]
That does not work because the email is a plain text not html email.

I tried it already.

You also test it like this in your browser:

Code:
<?php
header('Content-Type: text/plain');

echo str_pad('test', 50, ' ', STR_PAD_LEFT);
?>


Any other ideas?


Messages In This Thread
how to format text in email body - by El Forum - 06-29-2010, 01:08 PM
how to format text in email body - by El Forum - 06-29-2010, 01:11 PM
how to format text in email body - by El Forum - 06-29-2010, 01:19 PM
how to format text in email body - by El Forum - 06-29-2010, 04:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB