Page 1 of 1

Simple Email Script Problems

Posted: Sat Jan 31, 2004 2:46 pm
by rb2k1
Hey everyone,
1st off i am new here and would like to say hi =)

2nd haha, im having some trouble with a php script i wrote to send email from a form. (example: http://www.rb2k1.com - contact section)
It was working for a while, but now it wont work anymore.

To See the PhP Code here it is: ( http://www.rb2k1.com/email.phps )

To See the Version of PhP my host is running: ( http://www.rb2k1.com/phpinfo.php )

Well, thank you very much i appreciate the help greatly!

~Ross B

Posted: Sat Jan 31, 2004 2:54 pm
by Straterra
What SMTP server do you use? Ever since the newest worm aimed at MS users, ISPs have been either closing off SMTP ports, or requiring ASMTP (Authenticated) login. The only way I am aware of to use ASMTP is PEAR. What I have done in responce to this is run my own SMTP server..But, you can only do this if your ISP hasn't blocked off the SMTP port.