using php to automaticlly send email...

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
gavinbsocom
Forum Commoner
Posts: 71
Joined: Tue Sep 30, 2003 9:51 pm

using php to automaticlly send email...

Post by gavinbsocom »

can someone give me a hint on where to start, to make information in a form be sent to an email adress automaticlly without opening a program?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

http://se.php.net/manual/en/ref.mail.php

See the usercomments further down. You might find something interesting there.
Post Reply