Forums | Mahara Community
Support
/
Email notifications and text box artefact
13 June 2013, 21:42
Sorry for posting so many questions.
I'm having a problem with email notifications which means people can't register. The settings I'm using are:
$cfg->smtphosts = 'ssl://smtp.gmail.com';
$cfg->smtpport='465';
$cfg->smtpuser = 'username';
$cfg->smtppass = 'password';
Also I have no textbox artefact on the general tab when editing pages. Or do I just use the title and description for adding the bulk of the text.
Thanks
Paul
13 June 2013, 22:51
Hello Paul,
Try with
$cfg->smtphosts = 'smtp.gmail.com'
And check that your cron is working
-dajan
13 June 2013, 23:01
I have tried this with no luck.
I've set this cron. is it ok?
* | * | * | * | * | curl http://www.website.com/mahara2/lib/cron.php |
13 June 2013, 23:28
Problem solved now. Removed all email settings to let php handle it instead.