Can"t get my mail system to work

Can"t get my mail system to work

yazan Irith Herman -
Yanıt sayısı: 4

I"m using moodle 1.99

My site is hosted in godaddy.

I wrote this in the smtphosts line

smtpout.secureserver.net

but it didn"t work

Irith Herman yanıt olarak

Re: Can"t get my mail system to work

yazan Rick Jerz -
Particularly helpful Moodlers 'ın resmi Testers 'ın resmi

There is no Moodle 1.99.

How did you install Moodle?  Did you use GoDaddy's one button install, or did you install it yourself?  Do you have the ability to edit CRON jobs?  Have you talked with GoDaddy?

Rick Jerz yanıt olarak

תשובה ל: Re: Can"t get my mail system to work

yazan Irith Herman -

I installed moodle myself.

I ran cron from Notifications,

where is the place to edit Cron jobs?

 

Irith Herman yanıt olarak

Re: תשובה ל: Re: Can"t get my mail system to work

yazan Rick Jerz -
Particularly helpful Moodlers 'ın resmi Testers 'ın resmi

Since you installed Moodle yourself, you will need to edit CRON yourself in order to get email working.  CRON (or CRONTAB) can be found in your control panel.  You will need to add an entry to it that looks something like:

/usr/bin/wget -O - -q "http://yourdomain.com/moodle/admin/cron.php" > /dev/null 2>&1

This is what I use, and it seems to work well.  You can find out more about this in the Moodle docs.  Some folks know how to do this from SSH, but I find it easier to do this from the control panel tool.

By the way, you don't need to edit Moodle's cron.php.

(Edited by Helen Foster by request of poster to amend the URL - original submission Tuesday, 29 January 2013, 7:37 PM)