The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl eAuction 1.6.1.x >> Discussion of Functions >> Email configuration Help-Please https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1156989247 Message started by ttrabbitry on 08/31/06 at 03:54:07 |
Title: Email configuration Help-Please Post by ttrabbitry on 08/31/06 at 03:54:07 Hi there, I'm having problems with the email configuratin part of the script. When I register for an account it displays the entire email in duplicate directly below this Quote:
If I scroll down on the same page it says this: Quote:
Can you possibly help me figure out what I'm doing or did wrong?? :-? Here's a copy of the script as I've changed it: Quote:
|
Title: Re: Email configuration Help-Please Post by mars on 08/31/06 at 11:03:25 It looks like you have "remarked out" your configuration (see the # sign in front of $config below. Quote:
You could remove the above # sign or first try this configuration and see what happens: # 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'} = '/Your/Path/To/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: Email configuration Help-Please Post by ttrabbitry on 08/31/06 at 17:00:41 Thank you so much, that worked perfectly!! :D |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |