View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012099 | mantisbt | public | 2010-06-20 11:46 | 2011-08-05 02:15 | |
| Reporter | istvanb | Assigned To | jreese | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.2.1 | ||||
| Summary | 0012099: Can not send mail thru smtp.gmail.com | ||||
| Description | I know there are topics dealing with this issue however none of them solved my problem yet. I tried to configure the config_inc.php (see below) but no success. I have tried port 586 and 465 (even port 25) and tried to use tls and ssl as well since it is not clear for me which one is correct. Please let me know what is the problem with the script below. I'd love to use Mantis at our company enviroment, but it MUST be able to send email before we move forward! Thanks a lot! <?php $g_phpMailer_method = PHPMAILER_METHOD_SMTP; | ||||
| Additional Information | Using: I have triple-checked my username and password. When the Mantis tries to send an email (like reseting PW, or new user registration) there is some internet trafic generated (the internet connection icon in the tray turns on)! After 3-4 seconds it says the email is successfully sent, but its not. | ||||
| Tags | No tags attached. | ||||
|
I have added the following line to my config_inc.php: $g_email_send_using_cronjob = ON; Personally I dont have a clue what is cronjob, but in another bugreport I saw this as a recommendation. I have tried the new config with ssl and tls, 465 and 586. Now its definitely gives me a faster response but still no mail :) |
|
|
and when I mean 568 I mean 587, it was a typo |
|
|
Ok! I have tried a ride with XAMPP server. On that server the script above works fine. I still dont know what is the problem with the WAMP, but if you have the same issue then just try XAMPP. install XAMPP to C:\ I think we can close this issue! |
|
|
Are you uncomment extension=php_openssl.dll at php.ini in WAMP server? |
|
|
Closed by request of reporter. |
|