Mail settings help - Joomla! Forum - community, help and support
hi guys,
i'm still new joomla pretty basic, i'm having trouble site e-mails. i'm using latest version of jomsocial site's main component , instead of notification e-mails line of "from: mysitename@mysitename.com" users getting notification e-mails "from: hunttwof@host366.hostmonster.com."
i'm not sure if jomsocial problem or joomla problem, i'd appreciate or guidance guys might able give me. convenience, i've attached screen shot of current mail settings.
please let me know think. thanks!
cory
i'm still new joomla pretty basic, i'm having trouble site e-mails. i'm using latest version of jomsocial site's main component , instead of notification e-mails line of "from: mysitename@mysitename.com" users getting notification e-mails "from: hunttwof@host366.hostmonster.com."
i'm not sure if jomsocial problem or joomla problem, i'd appreciate or guidance guys might able give me. convenience, i've attached screen shot of current mail settings.
please let me know think. thanks!
cory
first thing @ configuration.php file located in joomla root. inside file there mail settings section:
/* mail settings */
public $mailer = 'mail';
public $mailfrom = '';
public $fromname = '';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
make sure same information. here additional joomla information section: http://docs.joomla.org/get_locally_host ... ns_to_work
/* mail settings */
public $mailer = 'mail';
public $mailfrom = '';
public $fromname = '';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
make sure same information. here additional joomla information section: http://docs.joomla.org/get_locally_host ... ns_to_work
Comments
Post a Comment