267451
phlewis
Re: contact us form not sending mail
  • 2004/3/18 5:53

  • phlewis

  • Just popping in

  • Posts: 19

  • Since: 2003/6/16


HughG,
It still doesn't seem to be working. I looked in /usr/sbin.
Sendmail is listed there 21 bytes. Also some file named sendmail.postfix 92680 bytes. And also postfix is there 58232 bytes.
Should I try postfix?



267452
Anonymous
Re: Using Include
  • 2004/3/18 5:53

  • Anonymous

  • Posts: 0

  • Since:


The inc file isn't the problem. It's straight HTML. Here it is...

<p
 
This Website Terms of Use Agreement and Disclaimer of Liability ("this Agreement"governs the use of this Website including the content contained therein ("this Website"). This Agreement is a legal contract between all associated entities
 
(referred to in this Agreement as the "HOA") and youthe user of this Website (referred to in this Agreement as "User") and your principals as
 
described below in Section 1. This Website may be used only by persons who have accepted the terms of this Agreement. If you do not intend to accept this
 Agreement you should refrain from using this Website in any manner
. </p>
<
br><br>



267453
IShades
Re: What would you recommend is the best galary module?
  • 2004/3/18 5:49

  • IShades

  • Just popping in

  • Posts: 96

  • Since: 2004/2/20


Woah that looks just like coppermine gallery.

Where did you get that module man, thats exactly what I want! :)



267454
HughG
Re: contact us form not sending mail
  • 2004/3/18 5:42

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


cool. Ok change the method to sendmail, make sure the sendmail path is correct just below [Path to sendmail]

and try that.

if that doesnt work...try the path to postfix ...



267455
phlewis
Re: contact us form not sending mail
  • 2004/3/18 5:39

  • phlewis

  • Just popping in

  • Posts: 19

  • Since: 2003/6/16


Hi HughG,

here's what phpinfo.php sez:
sendmail_from me@localhost.com
me@localhost.com

sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i



267456
HughG
Re: contact us form not sending mail
  • 2004/3/18 5:30

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


try this....

copy this to a text file and name it "test.php"

<?php
 phpinfo
(); 
 
?>


and load it on your server and call it up in your browser.

then search for the term MAIL and see if it provides a sendmail path... (i know you said you dont use it...) but it's worth a look

if all else fails.. you could use smtp...



267457
Stewdio
Re: Using HTML in the FAQ module.
  • 2004/3/18 5:27

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Also found this solution here.

I'm not sure if it's related or not, so if it doesn't work, revert your changes back to the originals before debugging further.

To solve this, in the SITE/html/modules/xoopsfaq/admin
directory edit the index.php file.
Goto line 219 and edit this line:
$contents_contents =
$myts->makeTareaData4Edit(myrow['contents_contents']);
change it to:
$contents_contents =
$myts->makeTareaData4Edit(htmlentities($myrow['contents_contents']));



267458
phlewis
Re: contact us form not sending mail
  • 2004/3/18 5:22

  • phlewis

  • Just popping in

  • Posts: 19

  • Since: 2003/6/16


Hi HughG,
Tried that. No help. Do I need to do something with php.ini?
Thanks for the suggestion.
Paul



267459
HughG
Re: contact us form not sending mail
  • 2004/3/18 5:18

  • HughG

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/2/21


admin > system > preferences > mail setup > what is listed in Mail Delivery Method Try using php mail.



267460
phlewis
Re: contact us form not sending mail
  • 2004/3/18 5:15

  • phlewis

  • Just popping in

  • Posts: 19

  • Since: 2003/6/16


I tried another email address. Thanks for the suggestion. No help.

I don't think this form has ever worked. I have postfix not sendmail. Linux Mandrake 9.2 box.

Can you help me get the phpmail thingy to run?

Thanks/







Login

Who's Online

87 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 87


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits