Simple Email Script Problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rb2k1
Forum Newbie
Posts: 1
Joined: Sat Jan 31, 2004 2:46 pm

Simple Email Script Problems

Post 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
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Post 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.
Post Reply