eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1
emails not sending (Read 48 times)
sky23ze
eAuction Novice
*
Offline

I Love Perl

Posts: 2

emails not sending
11/19/07 at 01:53:37
 



Hi everyone ive copied the bit that i think is wrong here from my config.pl file  
i have no error messages it is saying it has been sent but my customers
i no for sure are not recieving anything
hope some one can help me ive been trying to fix for over 2 weeks now
and im just going round and round
thanks in advance for any help.
mark@

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


########################################
# You need to assign either a mail program or
# a mail host so auction e-mails can be sent out.
# If you are using sendmail ( most commenly used on UNIX/LINX Servers )
# type the full directory path to your servers sendmail here.
# Example: $config{'mailprog'} = '/usr/bin/sendmail';
# If you are using Sockets(SMTP) mail, rem this out using the # sign
# like this #$config{'mailprog'} = '/usr/sbin/sendmail';

#$config{'mailprog'} = 'pop3.strato.com/usr/sbin/sendmail';

# If your server uses Sockets (SMTP) mail routine most commenly used on
# WINDOWS NT/@2000 Example: $config{'smtp_addr'} = 'mail.your.com';
# If not rem this out using the # sign
# like this  #$config{'smtp_addr'} = 'mail.your.com';

$config{'smtp_addr'} = 'smtp.strato.com';

#########################################
# This line should be your e-mail address
# your using for this auction site
# this is where any of the admin and support
# emails will be sent (to you)

$config{'admin_address'} = 'staff@ibidnation.co.uk';

#######################################
# This line should point to the URL of
# your server.  It will be used for sending
# "you have been outbid" e-mail.  The script
# name and auction will be appended to the
# end automatically, so DO NOT use a trailing
# slash.

$config{'scripturl'} = 'Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
';

###############################
Back to top
 
 


Advertising
View Profile   IP Logged
Dieter Werner
Administrator
*****
Online

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: emails not sending
Reply #1 - 11/25/07 at 16:17:05
 
I don't know the Strato-Servers but ...
Code:
$config{'smtp_addr'} = 'smtp.strato.com';  


must be written as
Code:
$config{'smtp_addr'} = 'http://smtp.strato.com';  

Back to top
 
 

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Greetings from Germany
Dieter Werner




Advertising
View Profile | WWW   IP Logged
sky23ze
eAuction Novice
*
Offline

I Love Perl

Posts: 2

Re: emails not sending
Reply #2 - 12/28/07 at 19:09:14
 
Thanks for the help
i finally got the problem sorted
i had to change this part
########################################
# You need to assign either a mail program or
# a mail host so auction e-mails can be sent out.
# If you are using sendmail ( most commenly used on UNIX/LINX Servers )
# type the full directory path to your servers sendmail here.
# Example: $config{'mailprog'} = '/usr/bin/sendmail';
# If you are using Sockets(SMTP) mail, rem this out using the # sign
# like this #$config{'mailprog'} = '/usr/sbin/sendmail';

$config{'mailprog'} = '/usr/lib/sendmail -t -i';

# If your server uses Sockets (SMTP) mail routine most commenly used on
# WINDOWS NT/@2000 Example: $config{'smtp_addr'} = 'mail.your.com';
# If not rem this out using the # sign
# like this  #$config{'smtp_addr'} = 'mail.your.com';

#$config{'smtp_addr'} = 'localhost';


everything works fine now
bud could some someone possibly tell me how to get rid of the helpful links secion as i do not need this bit on there
also could you tell me how to display more items in the
todays featured items
as i am only displaying 6 and i would like to display more
thanks for all the help  Smiley
Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only