frozenpeas
Technical User
Hi,
The mail is sending fine but I am having trouble with the message formatting.
Here is what I have:
But it comes through like this:
Thanks. frozenpeas
The mail is sending fine but I am having trouble with the message formatting.
Here is what I have:
Code:
$mailcontent = 'The \n following \n account \n information was requested from '.$REMOTE_ADDR.'\n\n'
.'Username: '.$result['username'].'\n'
.'Password: '.$result['password'].'\n\n'
.'Have a nice day.\n\n';
But it comes through like this:
Code:
The \n following \n account \n information was requested from
123.456.78.9\n\nUsername: myself\nPassword: mypass\n\nHave a nice
day.\n\n
Thanks. frozenpeas