I dont receive an email notification after running
« on: July 08, 2008, 03:21:39 PM »
I am not seeing my email notifications.  I have the email to send to but nothing...

What assumptions does it make for location of mail?

my executables tend to be in /usr/bin and not /usr/local/bin
Re: I dont receive an email notification after running
« Reply #1 on: July 09, 2008, 04:49:24 PM »
It uses PHP mail() function to send emails, please check with your host that's working correctly.
Re: I dont receive an email notification after running
« Reply #2 on: July 10, 2008, 11:52:02 PM »
yes.. I can email on the system via my phpmailer class

What are the assumptions that Sitemaps makes?   location

I tried it on another server and it works fine...
Re: I dont receive an email notification after running
« Reply #3 on: July 12, 2008, 04:44:41 AM »
Emails are sent with function call like:
Code: [Select]
mail($xs_email, $ttl, $mcont, 'From: '.$xs_email);