my website does not sent emails - Joomla! Forum - community, help and support
hi,
i have trouble sending emails contact form on website.
i tried mail settings in site/global configuration/server (php mail function, sendmail , smtp) , 2 latest send something, copies sender's email. nothing sent webmaster email given in contact form.
after hitting 'send' message
phpmailer_execute/usr/sbin/sendmail
thank you email
but apparently website sends nothing addressee (that me - web master).
could please give me hints how fix it?
this remote installation , joomla updated.
thanks,
jack
i have trouble sending emails contact form on website.
i tried mail settings in site/global configuration/server (php mail function, sendmail , smtp) , 2 latest send something, copies sender's email. nothing sent webmaster email given in contact form.
after hitting 'send' message
phpmailer_execute/usr/sbin/sendmail
thank you email
but apparently website sends nothing addressee (that me - web master).
could please give me hints how fix it?
this remote installation , joomla updated.
thanks,
jack
only smtp reliable me - check what's in configuaration.php - below variable need check have correct values mail server:
stuart.
code: select all
var $mailer = 'smtp';
var $mailfrom = 'webmaster@mydomain.com';
var $fromname = 'my domain';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpuser = 'myemail@mydomain.com';
var $smtppass = 'mypassword';
var $smtphost = 'mail.mydomain.com';
stuart.
Comments
Post a Comment