mail headers - Joomla! Forum - community, help and support
hi,
there problem send mail via joomla! server has php mail function disable. file configuration.php has statements: public $mailer = 'sendmail'; , public $sendmail = '/usr/sbin/sendmail'; , public $smtphost = 'localhost'; .
the file sendmail.cf has: # "smart" relay host (may null)
dsrelay.”yy”.”zz”
the server site hosted servername.”xx”.”yy”.”zz” , mailserver domains mailservername.”yy”.”zz”.
the administrators tell in header of e-mail must put the:
no-reply@servername.”xx”.”yy”.”zz”
would please tell me how , change joomla! code achieve send mail?
thank in advance
there problem send mail via joomla! server has php mail function disable. file configuration.php has statements: public $mailer = 'sendmail'; , public $sendmail = '/usr/sbin/sendmail'; , public $smtphost = 'localhost'; .
the file sendmail.cf has: # "smart" relay host (may null)
dsrelay.”yy”.”zz”
the server site hosted servername.”xx”.”yy”.”zz” , mailserver domains mailservername.”yy”.”zz”.
the administrators tell in header of e-mail must put the:
no-reply@servername.”xx”.”yy”.”zz”
would please tell me how , change joomla! code achieve send mail?
thank in advance
Comments
Post a Comment