Search found 2 matches

by rlacroix
16 Dec 2008, 19:09
Forum: Help
Topic: Urgent questions
Replies: 2
Views: 2602

Re: Urgent questions

Urgent questions do not get answered in the Mantis Forums...actually, pretty much no questions ever get answered in the Mantis Forums, unless another User has some idea and decides to share.
It's pretty much a Black Hole of a Forum, really.
:roll:
by rlacroix
16 Dec 2008, 14:58
Forum: General Discussion
Topic: Problem with sending email on Mantis 1.1.5
Replies: 1
Views: 2236

Re: Problem with sending email on Mantis 1.1.5

$g_smtp_host= 'smtp.mail.yahoo.com'; may not be resolving correctly, you could try:
$g_smtp_host= 209.191.106.160;

That's assuming that the yahoo smtp server allows emails from a third party application like Mantis. I've never tried it, so your mileage will vary...