Page 1 of 1

[Solved]Mail Issue

PostPosted: Thu Jul 06, 2006 2:44 pm
Author: Scissors
(This is kinda solved, the problem was not fixed but was worked around)

I am getting this error:

"Failed sending email :: PHP ::

DEBUG MODE

Line : 233
File : emailer.php"

I'm fairly certain it's a configuration issue but I have no clue where to start. Can anyone help out? I am using the integrated mail feature, not smtp, and I opened up port 25 as well. (I'm assuming that's what it's using)

I own the server that i'm running the site from, so any changes / adds I will have to make myself.

PostPosted: Thu Jul 06, 2006 4:50 pm
Author: Okki
Port 25 is used by smtp, why not use smtp

Can you give an url, and is there a phpinfo.php ??

PostPosted: Thu Jul 06, 2006 5:03 pm
Author: Scissors
I have no objections to smtp, however all I have setup before is Exchange, and to be honest I don't want to mess with it again <img> Resource hog.

site: http://www.thegreenshouse.org

php info: http://www.thegreenshouse.org/phpinfo.php

PostPosted: Thu Jul 06, 2006 5:11 pm
Author: Okki
You can use the smtp of your internet connection provider if you have.
Or you can install a mail server, no need for exchange <img>

Is the server a seperate box, or is it your workstation?

Re: Mail Issue

PostPosted: Thu Jul 06, 2006 5:16 pm
Author: Okki
i see a difference with my'n

i think you sould set the ''sendmail_path''

PostPosted: Thu Jul 06, 2006 5:21 pm
Author: Scissors
Seperate box, running server 2k3 and IIS. I run a few other apps on it but nothing intensive.

And I usually do the flavor of the month IP :P So I may end up going the SMTP route after all. Know of any free and easy to install mail servers?

PostPosted: Thu Jul 06, 2006 5:25 pm
Author: Scissors
Tried that, but I think that's for unix only, i'm running on w32

Re: Mail Issue

PostPosted: Thu Jul 06, 2006 5:32 pm
Author: Okki
<img> , i have been there also, but then with NT4

No i don't no of a mail server package, i used some copy then.

PostPosted: Thu Jul 06, 2006 6:17 pm
Author: Scissors
Here's an interesting follow up then: I had an old phpbb site that had smtp working on it with some crazy account I set up with my DDNS provider. However most of it is gone.

Is that information somewhere in the mysql database? If so would you know where it is? I've been digging but i'm not sure what i'm looking for <img>

Re: Mail Issue

PostPosted: Fri Jul 07, 2006 3:15 am
Author: Okki
The smtp settings, for php to send mail, need to be in the php.ini

[mail function]
; For Win32 only.
SMTP = smtp.yourprovider.com
sendmail_from= <a>email@yourprovider.com</a>
smtp_port = 25

then in your IntegraMOD installation i think you can set smtp for localhost

PostPosted: Fri Jul 07, 2006 5:45 am
Author: Scissors
Cool, thanks for your help. I got everything plugged in and it's working.

Re: Mail Issue

PostPosted: Fri Jul 07, 2006 7:41 am
Author: Okki
YW

can you put [solved] in front of the subject line of the first post