Gossamer Forum
Home : Products : DBMan : Customization :

Prohosting and Sendmail

Quote Reply
Prohosting and Sendmail
Dear Forum, may be someone is familair wiht it. I using a prohosting.com domain for free for testing our database. I installed the secure mod and the friendly-html. It seems to work, but i don't receive any email. May be someone is familiar with it !
Regards
Theo

Quote Reply
Re: Prohosting and Sendmail In reply to
The thing you need to do is find out where sendmail is.

Go to http://www.scriptsolutions.com/...rams/free/perldiver/ and download and install PerlDiver. Then run it from your browser. You'll get more information than you ever wanted to know about your system. Smile Included in the list is the path to sendmail.

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Prohosting and Sendmail In reply to
It know where it was, but i checked it. It is still not working. www.prohosting.com is for free so that may be the reason why it's not working i don't know

some lines of default.cfg

# Full path to sendmail on your system
$mailprog = "|/usr/sbin/sendmail";

I add this fields to my default.cfg to get it working/

# Your email address
$admin_email = 'theovis@hotmail.com';
#Autorisatieveld
$auth_user_field = 0;
# Fieldname that contains the email address of the user
$db_email_field = 'Email';

Quote Reply
Re: Prohosting and Sendmail In reply to
# Full path to sendmail on your system
$mailprog = "|/usr/sbin/sendmail -t";


I'm not exactly sure what it does, but the -t is necessary. (Actually, I looked it up once, but I don't remember what it said.) Smile

JPD
http://www.jpdeni.com/dbman/