This topic is locked
[SOLVED]

 Send events email to multiple people using fields

4/7/2014 12:21:18 PM
PHPRunner General questions
C
cordaco author

On asp I could send the data entered to my customers and my reps. Will the following code work on PHP. I don't think its working...
$email=$values["Email"];

$email2=$values["Representative"];

$from="info@resourceliving.com";

$msg="Message"."\r\n";

$subject="Customer Proof";

$subject2="Reps copy";
$msg.= "Business: ".$values["Business"]."\r\n";

$msg.= "Email: ".$values["Email"]."\r\n";

$msg.= "Telephone: ".$values["Telephone"]."\r\n";

Sergey Kornilov admin 4/7/2014

There is no email sending code here. See exmples in the manual for proper syntax:

http://xlinesoft.com/phprunner/docs/runner_mail_function.htm