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

only smtp reliable me - check what's in configuaration.php - below variable need check have correct values mail server:

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

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support