[Solved]Mail Issue

General discussion of anything. Discuss a topic in and out of IntegraMOD

Moderator: Integra Moderator

[Solved]Mail Issue

PostAuthor: Scissors » Thu Jul 06, 2006 2:44 pm

(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.
Last edited by Scissors on Sun Jul 09, 2006 6:52 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

PostAuthor: Okki » Thu Jul 06, 2006 4:50 pm

Port 25 is used by smtp, why not use smtp

Can you give an url, and is there a phpinfo.php ??
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00

PostAuthor: Scissors » Thu Jul 06, 2006 5:03 pm

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
Last edited by Scissors on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

PostAuthor: Okki » Thu Jul 06, 2006 5:11 pm

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?
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00

Re: Mail Issue

PostAuthor: Okki » Thu Jul 06, 2006 5:16 pm

i see a difference with my'n

i think you sould set the ''sendmail_path''
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00

PostAuthor: Scissors » Thu Jul 06, 2006 5:21 pm

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?
Last edited by Scissors on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

PostAuthor: Scissors » Thu Jul 06, 2006 5:25 pm

Tried that, but I think that's for unix only, i'm running on w32
Last edited by Scissors on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

Re: Mail Issue

PostAuthor: Okki » Thu Jul 06, 2006 5:32 pm

<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.
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00

PostAuthor: Scissors » Thu Jul 06, 2006 6:17 pm

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>
Last edited by Scissors on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

Re: Mail Issue

PostAuthor: Okki » Fri Jul 07, 2006 3:15 am

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
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00

PostAuthor: Scissors » Fri Jul 07, 2006 5:45 am

Cool, thanks for your help. I got everything plugged in and it's working.
Last edited by Scissors on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Scissors
Newbie
Newbie
 
Posts: 17
Likes: 0 post
Liked in: 0 post
Joined: Thu Jul 06, 2006 5:26 am
Cash on hand: 0.00

Re: Mail Issue

PostAuthor: Okki » Fri Jul 07, 2006 7:41 am

YW

can you put [solved] in front of the subject line of the first post
Last edited by Okki on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[hr][size=99px] [url=http]http][/size]
[color=red][size=99px][/size]
Please visit our advertisers.
User avatar
Okki
Dev Team
Dev Team
 
Posts: 576
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 2:05 pm
Cash on hand: 0.00


Return to General Discussion

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]