The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> Email Configure
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1082695419

Message started by gkalus on 04/23/04 at 06:43:39

Title: Email Configure
Post by gkalus on 04/23/04 at 06:43:39

I am having a problem getting the program to send email. I am running it on a Unix box. I have tried a lot of different setting and currently I have it set to the following. I still can't get it to sent an email from the "Lost Alias or Password" section. After I enter the user name and click send I get the email message displayed at the bottom of the page that say an email is being sent. I would like to remove the message and have the email sent:

# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM

  $config{'get_mail'}            = 0; # Set this from 1 to 0 if you want to use your own setting  
  $config{'mailprog'}            = '/usr/sbin/sendmail -t'; # no additional options please
 
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'}      = 'mail.cityteam.net';    
   
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 0;
   


Thanks,

Gary Kalus

Title: Re: Email Configure
Post by Forum Admin on 04/23/04 at 09:40:21


Code:
# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM

  $config{'get_mail'}  = 1; # Set this from 1 to 0 if you want to use your own setting    
  $config{'mailprog'}  = '/usr/sbin/sendmail'; # no additional options please
   
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'} = 'mail.cityteam.net';    
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'} = 1;

   

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.