Page MenuHomePhabricator

Error while sending out the new password!!
Closed, ResolvedPublic

Description

Author: dexpro

Description:
I am getting the following error when I'm trying to send out the new password.
Below is the error message I recieved (I changed the actual domain name here).
PLease help!

Error sending mail: mail() [<a href='function.mail'>function.mail</a>]: Failed
to connect to mailserver at &quot;smtp.mydomain.com&quot; port 25, verify your
&quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set()


Version: 1.5.x
Severity: blocker
OS: Windows 2000
Platform: PC

Details

Reference
bz2124

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:31 PM
bzimport set Reference to bz2124.
bzimport added a subscriber: Unknown Object (MLST).

avarab wrote:

Have you done as the error message suggested?

dexpro wrote:

Yes I did. Below is the extract from the php.ini file:

[mail function]
; For Win32 only.
SMTP = smtp.mydomain.com
smtp_port = 25

; For Win32 only.
sendmail_from = first.last@mydomain.com

avarab wrote:

Are you able to send mail using your own php scripts with that configuration?

dexpro wrote:

Yes. Since I have Mantis installed on my system as well. And the system is able
to send out the emails from the Mantis system. But I also remeber that in Mantis
system there is a place where you can specify the username and the password. And
where as I do not see that anywhere in the wiki directory.

dexpro wrote:

I fixed it myself. Thanks.