Re: Mantis not sending emails
John Reese <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.mantis.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > *My configuration details: > *$g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */ > $g_smtp_connection_mode= 'ssl'; > $g_smtp_port = 25; > $g_smtp_username = 'name'; > $g_smtp_password = 'password'; > > We have tried all the possible help which we could get from google but > not much use. > > So, pls let us know is we are missing any configuration. You probably missed setting the mail method to SMTP. In your config_inc.php, set $g_phpMailer_method = PHPMAILER_METHOD_SMTP; Cheers -- John Reese LeetCode.net ------------------------------------------------------------------------------