Mail settings are not my strong suit....what is?...but I need some newbie help with mail settings for a cms.
On Dathorn's server cpanel22...
My administrative email for this cms is:
admin@mydomain.com
username: russ123
passworld: [PASSWORD REMOVED]
Are the settings below correct?
Thankee kindly...
On Dathorn's server cpanel22...
My administrative email for this cms is:
admin@mydomain.com
username: russ123
passworld: [PASSWORD REMOVED]
Are the settings below correct?
Code:
// Mail settings // text|html $mailFormat= 'text'; //mail|sendmail|smtp $mailType= 'smtp'; $smtpHost= 'mail.mydomain.com'; $smtpPort= '25'; $smtpAuth= '1'; $smtpUser= 'russ123'; $smtpPassword= '[PASSWORD REMOVED]'; $smPath= '/usr/sbin/sendmail';
Comment