Page 1 of 1

help for setup email by use xampp and linux(redhat) os

PostPosted: 08. March 2009 11:59
by abdullah_82
Hi,
I have a website and I want to send an e-mail to the user who forget his password.Iwrote the codes and its work fine, but when it is send e-mail it shows that the e-mail has been send successfully,however it doesn't deliver the message to the user.

I use Linux RedHat as operating system and xampp server as a localhost and I wrote my codes in php. Also i opened file /opt/lampp/etc/php.ini and put

sendmail_path = /usr/sbin/sendmail -t , but unfortunately it is not work.

Any suggestion or help please, realy I need this to work as soon as possible.

thanks.

my email is anm414@hotmail.com

Re: help for setup email by use xampp and linux(redhat) os

PostPosted: 08. March 2009 15:12
by Wiedmann
but when it is send e-mail it shows that the e-mail has been send successfully,however it doesn't deliver the message to the user.

You must look into the logs from your mailserver (e.g. sendmail or postfix).

Re: help for setup email by use xampp and linux(redhat) os

PostPosted: 10. March 2009 08:31
by abdullah_82
thank you Wiedmann

I'm sorry I can't understand "look into the logs from your mailserver (e.g. sendmail or postfix)." how can i see that. please can you explain more .

thank so much for your help.