It seems that mail function in phpwcms 1.3.9 does not work.
I am constantly receivnig:
Any sugestions or doubts?Could not instantiate mail function
Regards,
Dracus
Any sugestions or doubts?Could not instantiate mail function
Code: Select all
{{{
$phpwcms['SMTP_FROM_EMAIL'] = 'postmaster@domain.com';
$phpwcms['SMTP_FROM_NAME'] = 'Postmaster';
$phpwcms['SMTP_HOST'] = 'smtp.domain.com';
$phpwcms['SMTP_PORT'] = 25;
$phpwcms['SMTP_MAILER'] = 'smtp';
$phpwcms['SMTP_AUTH'] = 1;
$phpwcms['SMTP_USER'] = 'postmaster@domain.com';
$phpwcms['SMTP_PASS'] = '[password for postmaster@domain.com]';
}}}