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
Simple Email Script Problems
Moderator: General Moderators
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
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.