This topic is locked

Shopadmin Emails

8/20/2010 8:24:02 AM
PHPRunner General questions
W
webdino author

Hello,

I have the question where must I set the sender adress from admin, that sends emails with ordering confirmation

and must I change something in the code when I load this shop to my webhoster 1blu? Can I use than mail()....?

At home I have a windows System it don´t knows mail() there I must change my php settings.
Thanks for info

A
ann 8/23/2010

Hi,
here is the sample code:

$from="admin@test.com";

$ret=runner_mail(array('to' => $email, 'subject' => $subject, 'body' => $msg, 'from'=>$from));