Status: offline

d404

Forum User
Chatty
Registered: 01/21/05
Posts: 41
i am working thru safe mode ..

i tried this all :

http://www.geeklog.net/search.php?query=send+mail&type=all&mode=search

1-
http://www.geeklog.net/faqman/index.php?op=view&t=33

2-
http://www.geeklog.net/forum/viewtopic.php?forum=3&showtopic=51510

etc ...


Nothing work with me

Remark :

in php value :-

sendmail_from | no value | no value
sendmail_path |/usr/sbin/sendmail -t -i -f user@domain.com

| /usr/sbin/sendmail -t -i


any help ?

Status: offline

suprsidr

Forum User
Full Member
Registered: 12/29/04
Posts: 555
Have you set your sendmail_path in php.ini?
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com

Status: offline

d404

Forum User
Chatty
Registered: 01/21/05
Posts: 41
Quote by suprsidr: Have you set your sendmail_path in php.ini?


i can't i am om share host i can't edit php.ini

Status: offline

Kelvin

Forum User
Chatty
Registered: 10/08/02
Posts: 50
Is your Geeklog installation able to send any emails at all? Do you get any error messages in your log files? I had this problem myself because my site name has an ampersand in it, and PEAR apparently refused to validate the address. Lots of messages in error.log though.

Status: offline

d404

Forum User
Chatty
Registered: 01/21/05
Posts: 41
Quote by Kelvin: Is your Geeklog installation able to send any emails at all? Do you get any error messages in your log files? I had this problem myself because my site name has an ampersand in it, and PEAR apparently refused to validate the address. Lots of messages in error.log though.


// Name and slogan of your site
Clear AS
http://www.geeklog.net/forum/viewtopic.php?forum=1&showtopic=42882
=-===

$_CONF['have_pear'] = false;

$_CONF['mail_settings']

mail

Nothing

sendmail

Wed 08 Jun 2005 07:33:33 PM CEST - [pear_error: message="sendmail [/usr/sbin/sendmail] is not a valid file" code=0 mode=return level=notice prefix="" info=""]
Wed 08 Jun 2005 07:33:48 PM CEST - [pear_error: message="sendmail [/usr/sbin/sendmail] is not a valid file" code=0 mode=return level=notice prefix="" info=""]
Wed 08 Jun 2005 07:34:00 PM CEST - [pear_error: message="sendmail [/usr/sbin/sendmail] is not a valid file" code=0 mode=return level=notice prefix="" info=""]
$_CONF['mail_settings'] = array (
'backend' => 'sendmail', // can be one of 'mail', 'sendmail', 'smtp'

// sendmail parameters (only needed for 'backend' => 'sendmail')
'sendmail_path' => '/usr/sbin/sendmail',
'sendmail_args' => '-t -i',


Smtp

Nothing

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
From the error message, it appears you can't use sendmail on your server.

But one of the others must surely work? What does "nothing" mean? Are you sure you've configured things correctly (SMTP only - there's nothing to configure for the "mail" option ...).

Can you send email at all (e.g. "email story to a friend")? And which Geeklog version are you on?

bye, Dirk

Status: offline

d404

Forum User
Chatty
Registered: 01/21/05
Posts: 41
Quote by Dirk: From the error message, it appears you can't use sendmail on your server.

But one of the others must surely work? What does "nothing" mean? Are you sure you've configured things correctly (SMTP only - there's nothing to configure for the "mail" option ...).

Can you send email at all (e.g. "email story to a friend")? And which Geeklog version are you on?

bye, Dirk


i reset all Settings 2 default ...

prob came from $_CONF['site_admin_url']

i renamed it 2 admin agine and every thing work fine ..


BUT I REMARK SOME THING ALSO

IN 'sendmail_path' => '/usr/bin/sendmail',

MY PHP INFO SHOW ME sendmail_path AS

" /usr/sbin/sendmail -t -i "

REMARK "sbin"


WHY ?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Well, if it says that sendmail is in /usr/sbin then that's probably because it's there. So try that path.

bye, Dirk

Status: offline

d404

Forum User
Chatty
Registered: 01/21/05
Posts: 41
Quote by Dirk: Well, if it says that sendmail is in /usr/sbin then that's probably because it's there. So try that path.

bye, Dirk


i told you it running fine befor . and it is work on
'/usr/bin/sendmail'
not on
" /usr/sbin/sendmail -t -i "

all problem came from admin folder

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
If you're saying that sendmail worked before and now, suddenly, it doesn't, then you should really be talking to your hosting service, as that doesn't seem to have anything to do with Geeklog ...

bye, Dirk