PDA

View Full Version : ee commerce email


EagleWolf
25th of April 2004 (Sun), 22:30
Could someone please help with getting my ee commerce set up for email usage?

What I need to know is what the variables should be for:
$localaccount and $remoteaccount in mail.php on a unix system running PHP version: 4.3.4 (ie: localhost? mail.myserver.com?)

I think that's all I need to know but not sure.

Pekka
29th of April 2004 (Thu), 13:14
$localemail should usually be an existing mailbox account in your server (because there are firewalls in mail server to prevent external relay). In most cases it is same as $remoteemail .

$remoteemail is the email address where you want the form to be sent.


$localaccount and $remoteaccount are just text strings to describe the mail account owner.