PDA

View Full Version : E-commerce mail question


glenn martin
3rd of May 2004 (Mon), 14:03
Hi,


I am having dome trouble with the e-mail set-up foe the EE-Commerce. I made changes on the mail.php script to something similar to this:

// script's send mailbox (usually this must be a real mailbox)
$remoteaccount = "My Name";
$remoteemail = "mymail@mail.com";

// receiver's mailbox
$localaccount = "My Name";
$localemail = "mymail@mail.com";

After making this change, I still receive the message "Sending email did not succeed."

These were the only changes I made. Are there other changes needed on this script?

Pekka
3rd of May 2004 (Mon), 15:16
Might be a PHP configuration problem. PHP uses your servers mail system with function mail() which is quite simple and needs to know location of mail program in server.

More info about this http://fi.php.net/manual/en/ref.mail.php

Sorry for not being able to help more at this time. PM me if you can't solve this soon.

I'm going to write an internal mail system like I did with ftp - the EE would communicate directly with remote mail server with tcp protocol.