Emailid
Password
         
  
    Forgot password

New user Sign Up
 

 

Trouble on sending Email                            

Author Name Status Posted Time
Cleopatra Kolmkeita 12/14/2007 2:41:21 AM
Author is Offline

Hi every one,

I'm just wondering if anyone could help sorry if i seem abit dumb but im a newbie to it all
ive got to asign a mail program on my auction site in the config.pl files (i think this is the problem)but im not sure how as i have tryed a couple of things and dont seem to be getting any where the problem is that its just not sending any emails at all no password sent to customers no end of auction
i cant send any from the admin either.
here is a copy of some of the config.pl
hope some one can make sence of it all
please let me no if you need any other bit of code

Code: ( perl )

  1. ## Do not edit or delete these use commands ##
  2. use strict;
  3. require "rbanner.pl";
  4. ##
  5. local %config;
  6. local %form = &get_form_data;
  7. #-#############################################
  8. # Configuration Section
  9. # Edit these variables Below!
  10. #################################################
  11. # Accounting
  12. # This needs the full server path to the accounting.pl file
  13. # on Windows NT/2000 servers only you need to specify
  14. # the drive letter (c:,d:,e:) with the server path example:
  15. # require "c:/your/server/path/cgi-bin/accounting/accounting.pl";
  16. require "/full/path/to/accounting.pl";
  17. #############################
  18. # The Base Directory to your auctiondata.
  19. # This needs the full server path to the auctiondata directory.
  20. # Include the trailing slash. 
  21. # THIS SHOULD NOT BE WEB-ACCESSIBLE!
  22. # on Windows NT/2000 servers only you need to specify
  23. # the drive letter (c:,d:,e:) with the server path example:
  24. # $config
    {'basepath'}
    = 'c:/your/server/path/cgi-bin/auction/auctiondata/';
  25. $config
    {
    'basepath'}
    = '/full/path/to/auctiondata/';
  26. ##########################
  27. # The Base Directory to your auction dir.
  28. # This needs the full path to the base auction directory.
  29. # Include the trailing slash. 
  30. # on Windows NT/2000 servers only you need to specify
  31. # the drive letter (c:,d:,e:) with the server path example:
  32. # $config
    {'require'}
    = 'c:/your/server/path/cgi-bin/auction/';
  33. $config
    {
    'require'}
    = '/full/path/to/auction/';
  34. ###############################
  35. # BidFind.com MegaList Generator
  36. # This should point to the megalist dir in
  37. # your html docment root dir no trailing slash.
  38. # on Windows NT/2000 servers only you need to specify
  39. # the drive letter (c:,d:,e:) with the server path example:
  40. # $config
    {'megalist'}
    = 'c:/your/server/path/megalist';
  41. # the url bidfind.com needes is:
  42. # http://www.your.com/megalist/mega.htm
  43. $config
    {
    'megalist'}
    = '/full/path/to/megalist';
  44. #############################################
  45. # Feedback Directory
  46. # This needs the full server path to the feedback dir no trailing slash.
  47. # on Windows NT/2000 servers only you need to specify
  48. # the drive letter (c:,d:,e:) with the server path example:
  49. # $config
    {'feeddir'}
    = 'c:/your/server/path/cgi-bin/auction/auctiondata/feedback';
  50. $config
    {
    'feeddir'}
    = '/full/path/to/feedback';
  51. #############################################
  52. # My Page directory
  53. # This is where My Page will be stored under the auctiondata dir
  54. # no need to do anything here
  55. $config
    {
    'mypagedir'}
    = 'mypage';
  56. #############################################
  57. # My Store directory
  58. # This is where My Store will be stored under the auctiondata dir
  59. # no need to do anything here
  60. $config
    {
    'mystoredir'}
    = 'mystore';
  61. ##################################
  62. # Users auction tracking directory
  63. # This is where auction tracking will be stored under the auctiondata dir
  64. # no need to do anything here
  65. $config
    {
    'trackpath'}
    = 'auctiontrack';
  66. #-#################################
  67. # Seller Banned Bidders Directory
  68. # This is where Banned Bidders will be stored under the auctiondata dir
  69. # no need to do anything here
  70. $config
    {
    'bandir'}
    = 'banned';
  71. ###############################
  72. # Closed Auction Directory
  73. # This is where closed auction items are stored under the auctiondata dir.
  74. # no need to do any thing here
  75. $config
    {
    'closedir'}
    = 'closed';
  76. ##################################
  77. # User Registration Directory
  78. # This needs the full server path to the user registration directory no trailing slash..
  79. # on Windows NT/2000 servers only you need to specify
  80. # the drive letter (c:,d:,e:) with the server path example:
  81. # $config
    {'regdir'}
    = 'c:/your/server/path/cgi-bin/auction/auctiondata/reg';
  82. $config
    {
    'regdir'}
    = '/full/path/to/reg';
  83. #####################################
  84. # Limit the number of auction items
  85. # a user can bid on till the have so many positive
  86. # feedback left Turn on or off
  87. $config
    {
    'limitbidding'}
    = 'off';
  88. ##############################
  89. # The Max auction items a user can post or bid on
  90. # if there postive feedbacks left are less than
  91. # the FeedBack points setup on the next setting below
  92. $config
    {
    'bidsallowed'}
    = 0;
  93. ##############################
  94. # Postive FeedBack points needed for a user
  95. # to be able to place bids
  96. # on unlimited auction items
  97. # set to 0 to turn off
  98. $config
    {
    'feedbackpoints'}
    = 0;
  99. ##############################
  100. # Allow Auction Item Image uploads yes or no
  101. $config
    {
    'allowimageuploads'}
    = 'yes';
  102. ##############################
  103. # Allow Dutch Auctions yes or no
  104. $config
    {
    'dutchauctions'}
    = 'no';
  105. ###############################
  106. # Allow But It Now Auctions yes or no
  107. $config
    {
    'buyitnow'}
    = 'yes';
  108. #######################################
  109. # Turn on or off rotating banners
  110. # on or off
  111. $config
    {
    'banners'}
    = 'off';
  112. #######################################
  113. # Max banners users are allowed to post
  114. # if the rotating banners are turned on
  115. $config
    {
    'maxbanners'}
    = '1';
  116. ##################################
  117. ## Special things sent by E-Mail
  118. ##################################
  119. #########################
  120. # E-mail the site admin when a
  121. # new user registers
  122. # on or off
  123. $config
    {
    'newregsendtoadmin'}
    = 'on';
  124. #########################
  125. # E-mail the site admin when a
  126. # new auction item is posted
  127. # on or off
  128. $config
    {
    'newitemsendtoadmin'}
    = 'off';
  129. #############################
  130. # Turn on or off the New auction Items
  131. # Billing E-Mail send to the user
  132. $config
    {
    'newpostbill'}
    = 'on';
  133. ##############################
  134. # Turn on or off the auction relist
  135. # E-Mail confirmation sent to the user
  136. $config
    {
    'relistemail'}
    = 'on';
  137. ######################################
  138. # This is the password for the admin
  139. # Used for deleting, editing, users and
  140. # auction items.
  141. $config
    {
    'adminpass'}
    = 'webmaster';
  142. ########################################
  143. # You need to assign either a mail program or
  144. # a mail host so auction e-mails can be sent out.
  145. # If you are using sendmail ( most commenly used on UNIX/LINX Servers )
  146. # type the full directory path to your servers sendmail here.
  147. # Example: $config
    {'mailprog'}
    = '/usr/bin/sendmail';
  148. # If you are using Sockets(SMTP) mail, rem this out using the # sign
  149. # like this #$config
    {'mailprog'}
    = '/usr/sbin/sendmail';
  150. $config
    {
    'mailprog'}
    = '/full/path/to/sendmail';
  151. # If your server uses Sockets (SMTP) mail routine most commenly used on
  152. # WINDOWS NT/@2000 Example: $config
    {'smtp_addr'}
    = 'mail.your.com';
  153. # If not rem this out using the # sign
  154. # like this 
    #$config
    {'smtp_addr'}
    = 'mail.your.com';
  155. $config
    {
    'smtp_addr'}
    = 'smtp.address.com';
  156. #########################################
  157. # This line should be your e-mail address
  158. # your using for this auction site
  159. # this is where any of the admin and support
  160. # emails will be sent (to you)
  161. $config
    {
    'admin_address'}
    = 'email address';
  162. #######################################
  163. # This line should point to the URL of
  164. # your server. 
    It will be used for sending
  165. # "you have been outbid"
    e-mail. 
    The script
  166. # name and auction will be appended to the
  167. # end automatically, so DO NOT use a trailing
  168. # slash.
  169. $config
    {
    'scripturl'}
    = 'http://www.ibidnation.co.uk';
  170. ###############################
  171. # This line should point to the URL of
  172. # the auction-images dir
  173. $config
    {
    'imagedir'}
    = 'http://www.ibidnation.co.uk/auction-images/';
  174. ##################################
  175. # This line should point to the URL of
  176. # the auction music files dir
  177. $config
    {
    'musicdir'}
    = 'http://www.ibidnation.co.uk/music/';
  178. ####################################
  179. # Site Name (will appear at the top of each auction page)
  180. # Site Name also used to display your auction name in help
  181. # and contract displays exc...
  182. $config
    {
    'sitename'}
    = 'www.ibidnation.Co.uk';
  183. # URL to your Graphic/Logo Site name
  184. # if blank $config
    {'sitegif'}
    = "";
    the text name above
  185. # will be displated at the top of each page
  186. $config
    {
    'sitegif'}
    = "";
  187. # Site logo or banner width
  188. $config
    {
    'width'}
    = "280";
  189. # Site logo or banner height
  190. $config
    {
    'height'}
    = "60";
 

</
Subject Author Status Date

Re: Trouble on sending Email

Poicramuikri Cevilto 12/15/2007 3:20:16 AM

Re: Trouble on sending Email

Dan D'Souza 12/15/2007 3:21:54 AM

Re: Trouble on sending Email

Poicramuikri Cevilto 12/15/2007 3:23:12 AM

Re: Thanks for the replies

Cleopatra Kolmkeita 12/15/2007 3:24:42 AM

Re: Ask the seller

Dan D'Souza 12/15/2007 3:25:49 AM