XFileSharing Pro - sendmail email function not working

Message
Author
Joseph
Posts: 16
Joined: Jan 26, 2007 4:35 am

sendmail email function not working

#1 Postby Joseph » Dec 10, 2008 5:53 am

Everything is setup with no errors. I inputted a valid email address. I attempted to register as a regular member 2 times. The feedback said a mail was being sent. Over an hour has passed and I have not received anything yet.

Here is the code in my XFileCOnfig.pm script...

Code: Select all

 # Path to sendmail
 sendmail_path      => '/usr/sbin/sendmail',

 # SMTP settings (optional)
 smtp_server   => '',
 smtp_user     => '',
 smtp_pass     => '',
That is the correct path to my sendmail, I think. At that path there seems to be a "sendmail" shortcut on my server. I am not sure if this is normal or not?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Dec 10, 2008 7:44 am

Have u set email_from in XFileConfig.pm ?
Do you have registration_confirm_email ON?