ruffie
02-22-2007, 04:29 AM
I have installed 2 cms applications. Joomla and Elgg.
In both the "out of the box" mailing doesn't work, where on my other host (siteground.com) it does work, I don't have to setup anything there.
So can someone help with getting this working? Do i have to insert special smtp hostnames etc?
An example, in my Elgg config, there is:
// EMAIL HANDLING
//$CFG->smtphosts= ''; // empty (sendmail), qmail (qmail) or hosts
//$CFG->smtpuser = ''; // if using smtphosts, optional smtpuser & smtppass
//$CFG->smtppass = '';
//$CFG->noreplyaddress = ''; // this will default to noreply@hostname (from wwwroot)
I've read that monstermail only sends to email accounts on my host (so no external mailto addresses)? And besides, that requires other implementation into existing cms scripts, so thats a no go.
In Elgg i get the error message: "ERROR: Could not instantiate mail function." and in Joomla i get no error message, but no mail is sent.
Help!
In both the "out of the box" mailing doesn't work, where on my other host (siteground.com) it does work, I don't have to setup anything there.
So can someone help with getting this working? Do i have to insert special smtp hostnames etc?
An example, in my Elgg config, there is:
// EMAIL HANDLING
//$CFG->smtphosts= ''; // empty (sendmail), qmail (qmail) or hosts
//$CFG->smtpuser = ''; // if using smtphosts, optional smtpuser & smtppass
//$CFG->smtppass = '';
//$CFG->noreplyaddress = ''; // this will default to noreply@hostname (from wwwroot)
I've read that monstermail only sends to email accounts on my host (so no external mailto addresses)? And besides, that requires other implementation into existing cms scripts, so thats a no go.
In Elgg i get the error message: "ERROR: Could not instantiate mail function." and in Joomla i get no error message, but no mail is sent.
Help!