This topic is locked
[SOLVED]

 sending a multi line email with data

9/21/2012 3:16:23 PM
PHPRunner General questions
S
scoobysteve author

I am sure this is quite a easy resolve, but how do you send a large email with multiple lines in it including paragraphs and data.

at the moment I am using the following
$msg="my message here in one long line including data but I want to break up into multiple lines, what do I insert to make a break please"
Steve

C
cgphp 9/21/2012

Check the user manual: http://xlinesoft.com/phprunner/docs/runner_mail_function.htm The runner_mail function has an option for this task: htmlbody

S
scoobysteve author 9/23/2012



Check the user manual: http://xlinesoft.com/phprunner/docs/runner_mail_function.htm The runner_mail function has an option for this task: htmlbody


Thanks Steve