external smtp server php script

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
ThinkGeekness
Forum Newbie
Posts: 16
Joined: Sat May 17, 2003 8:00 pm

external smtp server php script

Post by ThinkGeekness »

I need to create a contact form that uses another server for smtp mail. The mail server is still internal though. I am wondering how I would approach this. I don't need this done, but if it helps, the fields that I am going to have are:
name (textfield)
username (textfield)
email (textfield)
subject (menu)
information (textfield)

The menu (subject) does not need to be the subject of the message... If anybody could help with anything it would be greatly appreciated.

Thanks
ThinkGeekness
Forum Newbie
Posts: 16
Joined: Sat May 17, 2003 8:00 pm

Post by ThinkGeekness »

Bump?
Post Reply