param_nirvana Posted May 18, 2006 Posted May 18, 2006 It was destined to doom. And it happened. I'm stuck with e-mails. E-mails don't work. Even in all instances the notice says that e-mails are sent successfully. I'm running my store on my Windows 2003 running IIS 6. I use my ISP SMTP server. I haven't configured any E-mail server on Windows 2003. My outlook and outlook express both work on Windows 2003. I can send and receive e-mails. my ISP doesn't open port 25 by default. Though I have asked them to open it which will take few days. But I think port should not be a problem? I have all available post on osc forum and on internet and tried all of them but still no success. My steeings in store are Configuration->E-mail Options: E-Mail Transport Method = SMTP E-Mail Linefeeds = CRLF Verify E-Mail addresses through DNS = false Send E-mails = true Any help woldd be appreciated. I'm in the last stages of making my stor elive. cheers Nirvana
param_nirvana Posted May 18, 2006 Author Posted May 18, 2006 Tis simple test program always returns failure. I have tried with different e-mail accounts. <?php define('TEST_EMAIL_ACCOUNT', '[email protected]'); echo TEST_EMAIL_ACCOUNT; if(mail("[email protected]", "TEST EMAIL", "Test Email ")) { echo"SUCCESS"; }else{ echo"FAILURE"; } ?>
param_nirvana Posted May 19, 2006 Author Posted May 19, 2006 Finally figured it out. The problem was with some other thig and not with OSC. cheers
atolby Posted May 31, 2006 Posted May 31, 2006 Finally figured it out. The problem was with some other thig and not with OSC. cheers Pls share your solution since this may help other even if it is not related directly to osc
param_nirvana Posted June 8, 2006 Author Posted June 8, 2006 Pls share your solution since this may help other even if it is not related directly to osc If it help others There were 2 problems 1) my DNS setting was not correct 2) I had MacAfee OnAccess scan enabled. I disabled it and it worked. Its strange but I don't know how onAccess scan affects sending of e-mails? cheers
jmotos Posted June 9, 2006 Posted June 9, 2006 If it help others There were 2 problems 1) my DNS setting was not correct 2) I had MacAfee OnAccess scan enabled. I disabled it and it worked. Its strange but I don't know how onAccess scan affects sending of e-mails? cheers i have the exact same problem, PLEASE SOMEONE HELP, Someone must no how to fix this.
param_nirvana Posted June 16, 2006 Author Posted June 16, 2006 i have the exact same problem, PLEASE SOMEONE HELP, Someone must no how to fix this. Could you describe your exact problem then you may get better help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.