Search found 3 matches

by edkocol
26 Sep 2016, 18:28
Forum: General Discussion
Topic: WAMP WIN10 Localhost not sending emails
Replies: 3
Views: 4961

Re: WAMP WIN10 Localhost not sending emails

Well, with enough googling I have found the solution.

It appears that modifying the mantis config file (for SMTP) was not enough.

It required that I set the SMTP host, port and from email in php.ini (and reboot WAMP of course).

Hope this helps anyone else.
by edkocol
25 Sep 2016, 17:29
Forum: General Discussion
Topic: WAMP WIN10 Localhost not sending emails
Replies: 3
Views: 4961

Re: WAMP WIN10 Localhost not sending emails

Essentially none of the methods will send an email in WAMP under WIN10 64bit.

Does anyone have a solution to this problem?
by edkocol
24 Sep 2016, 19:18
Forum: General Discussion
Topic: WAMP WIN10 Localhost not sending emails
Replies: 3
Views: 4961

WAMP WIN10 Localhost not sending emails

Mantis Ver 1.3.1
Win 10 Pro 64bit
WAMP 64bit
PHP 5.5.12
Apache 2.4.9

I have tried all three:

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtpout.secureserver.net';
$g_smtp_port = 25;
$g_smtp_username = 'me@mydomain.com';
$g_smtp_password = '********';

(using either those ...