The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> Problem with e-mail sending
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1174141383

Message started by Kristaps307 on 03/17/07 at 15:23:01

Title: Problem with e-mail sending
Post by Kristaps307 on 03/17/07 at 15:23:01

I have problem with e-mails. There are no e-mails sent.
My hosting provider no SMPT. Could it be the problem? My E-mail Features are:
 3 POP3 accounts
 3 Email aliases
 SpamAssassin protection
 E-mail filters
 Webmail service
 POP3 access/no SMTP
 "Catch-all" e-mails
Is it enough? What should i write in mail info!
Thnx! Awsome script!

Title: Re: Problem with e-mail sending
Post by Dieter Werner on 03/17/07 at 15:27:22

Which kind of server (operating system) do you use?

Title: Re: Problem with e-mail sending
Post by Kristaps307 on 03/17/07 at 23:14:52

Stable Linux with Apache

Title: Re: Problem with e-mail sending
Post by Dieter Werner on 03/17/07 at 23:28:01

Ask your provider for the path to sendmail

Title: Re: Problem with e-mail sending
Post by Kristaps307 on 03/17/07 at 23:57:26

I have asjed! It's /usr/sbin/sendmail    So I should make the script like that?
Is it posible to send trough some remote SMTP
server like gmail?


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: Problem with e-mail sending
Post by Dieter Werner on 03/18/07 at 12:30:52

Try
Code:
# 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
Code:
# 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

Title: Re: Problem with e-mail sending
Post by Kristaps307 on 03/18/07 at 20:57:32

Both cases there is written:
Error
eMail Service not available

Is there anything that could help?
Is there posibility to use remote SMTP server?

Title: Re: Problem with e-mail sending
Post by Dieter Werner on 03/20/07 at 19:27:38


Kristaps307 wrote:
Both cases there is written:
Error
eMail Service not available

Is there anything that could help?
Is there posibility to use remote SMTP server?

Yes - there is ...
see the line below $config{'mailprog'}

(Sorry, I'm out of town for a few days)


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