Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About the OSC email setup, Please help!


SuperCharger

Recommended Posts

Posted

My server information:

Windows Server 2003

PHP, MySQL

Email server installed and working well.

 

 

i have installed the OSC in my dedicated sever for test.

and i have setuped the email of Configuration >> My Store

 

finally i setup the E-mail Option like this:

E-Mail Transport Method smtp

E-Mail Linefeeds LF

Use MIME HTML When Sending Emails false

Verify E-Mail Addresses Through DNS false

Send E-Mails true

 

but when i try to use "Contact Us". i didn't get any email from the flowing email account i was setup

 

i saw somebody said need to change the php.ini. but how?

Beauty Drive Me Crazy . . . . . . >_<

Posted

Hey

 

Instead of using SMTP, try sendmail command instead, that may work better for you.

 

Craig

... Too close for missiles, I'm switching to guns ...

Posted

it's still not working..........>_<

 

i used it tested my email sending. got the error as flow.

http://www.oscommerce.com/community/contri...ll/search,email

 

PHP Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Websites\51Happy\mall\email_test.php on line 15 PHP Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Websites\51Happy\mall\includes\classes\email.php on line 500

 

can anyone give a help? Please!!! :(

Beauty Drive Me Crazy . . . . . . >_<

Posted

I fixed the problem by my self

 

code form the php.ini

;;;;;;;;;;;;;;;;;;;

; Module Settings ;

;;;;;;;;;;;;;;;;;;;

 

[syslog]

; Whether or not to define the various syslog variables (e.g. $LOG_PID,

; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In

; runtime, you can define these variables by calling define_syslog_variables().

define_syslog_variables = Off

 

[mail function]

; For Win32 only.

;SMTP = 51passion.com

 

; For Win32 only.

sendmail_from = [email protected]

 

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").

;sendmail_path =

 

[Java]

;java.class.path = .\php_java.jar

;java.home = c:\jdk

;java.library = c:\jdk\jre\bin\hotspot\jvm.dll

;java.library.path = .\

 

If u want use the sendmail, just earse the";", pretty simply! :P

Beauty Drive Me Crazy . . . . . . >_<

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...