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?
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?