Hi All,
 
  I have one doubt.  Does mail goes out in test environment.  Because I didn't receive any mail after making orders on [EMAIL PROTECTED].
 
  This is what I set in the configuration file OpenSRS.conf.
 
  I have set
 
  $ADMIN_EMAIL          = '[EMAIL PROTECTED]';
 
################################################################
#### select type of mail delivery and adjust any necessary variables
 
#### 'sendmail' option is recommended for servers on UNIX based systems
#### if you do not have sendmail on your system, set $MAIL_TYPE to 'smtp'
%MAIL_SETTINGS = (
    MAIL_TYPE => "sendmail",     # valid options: sendmail, smtp
#    MAIL_TYPE => "smtp",
 
    #### define this if you set $MAIL_TYPE = 'sendmail'
    MAILPROG => '/usr/lib/sendmail -t -oi -oem',
        # path and args for sendmail
    #MAILPROG => "cat >>mail.log",#for test system
 
    #### recommended option for servers on win32 platform
    #### define these values if you set $MAIL_TYPE = 'smtp'
    LOCALHOST => '',
    SMTP_SERVER => '',
    SMTP_PORT => 25,
);
#################################################################
 
  I am using reg_system.cgi.
 
  Am I missing anything here. 
 
  Have a great day.
 
karthikeyan.
-----------------------------------------------------------------------------------
Judge not, that ye be not Judged - Abraham Lincoln
-----------------------------------------------------------------------------------

Reply via email to