PHP Mail

Mog_m

Weaksauce
Joined
Jan 12, 2003
Messages
97
ok, heres my problem.

I have a mail server installed, but it cant send mail from the command line. Its a smtp server. How can I get php to send mail through it, or some other program while keeping the other SMTP server up?

Dose this make scence? Can anyone help me?
 
First, it's "sense".

Second, what is the mail server? How is it setup?

This is not a php problem so much as it's a mail server problem
 
I know its not a php problem, but the solution would be to edit the php.ini would it not?

And due to my EXTREME newness to Linux Mailservers (Someone I know just asked me to setup this server for him out of the blue, and I decided why not), I am useing eXtremail. (www.extremail.com)

I send an e-mail to the develper asking about this, aswell as some other problems ive been haveing, but im just wondering if theirs a sendmail like program that just sends the mail, rather then recieveing and boxing it that will work with php.ini, or if you can make the php.ini connect to a smtp server.

Thanks.
 
What errors do you get when you try to send an email from the command line.

My thought is this: You need to tell the smtp server that it's ok to relay anonymous mail from localhost.
 
Back
Top