I created the following cron job:
It doesn't seem to work and I don't get an email conformation.Code:*/5 * * * * /home/greeffq/public_html/sendmail.php
I created the following cron job:
It doesn't seem to work and I don't get an email conformation.Code:*/5 * * * * /home/greeffq/public_html/sendmail.php
Hi,
How many times have you tried it? There are known issues with hotmail accounts, and potentially gmail. If you've been sending to one of those types of account, you may want to try sending to another provider.
If it still doesn't work someone will investigate further.
Also, if you exceed 100 messages in an hour, and following are blocked from being sent.
-stpvoice.
The sendmail script works fine, is my cron job correct?
no, you actually need to tell the cron you want to execute that file with php...
Code:*/5 * * * * /usr/bin/php /home/greeffq/public_html/sendmail.php
Do you have trouble reaching your site?
Check here first: News and Announcements
Don't forget that x10hosting has an irc server as well. Come and join the fun
server: irc.x10hosting.com, main channel: #x10hosting
There's a lot helpful users there if need help building your site
Hi Anna
Thank you for the feedback.
I changed the command and it works! Now that I look at it, it makes more sense.