The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Discussion of Functions >> e-mails w/ sendmail
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1146776227

Message started by aecvizpro on 05/04/06 at 22:57:07

Title: e-mails w/ sendmail
Post by aecvizpro on 05/04/06 at 22:57:07

Hi;
I have the script running, but e-mails are not appearing to be sent out.  I get a msg. on the screen like "You are on your local server
so this is just for testing"

here are my settings:

# The name of your servers cgi-bin directory
   $config{'cgi_dir'}            = 'cgi-bin'; # Default for most servers
   
# The cgi-bin subdirectory where your eAuction.pl will be stored
   $config{'auction_dir'}      = 'eAuction161';
   
# The Path to a 'NON-WEBACCESSABLE' directory of your system
# Maybe you have to chmode it if you use your own setting

  $config{'get_path'}              = 1; # Set this from 1 to 0 if you want to use your own setting  
  $config{'basepath'}              = '/home/aecvizpr/public_html/eAuctions';

# 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'; # no additional options please
 
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'}      = 'http://YourSMTP-Host';    
   
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 1;

Title: Re: e-mails w/ sendmail
Post by mars on 05/05/06 at 01:11:17

That means "the script can't find the the path to the 'sendmail' program."

Take a look at the following thread on this forum, it might help you:

http://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1127140583/7#7

mars

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