nostradamus
New Member
- Messages
- 10
- Reaction score
- 0
- Points
- 1
Hi, all. I'm a bit confused about PHP's mail() function. Can someone help me figure it out? I've a few questions.
I've read many tutorials about mail() already, and they still haven't been able to help me fully understand the process.
I'm running WAMP and am using localhost to test PHP scripts. From what I've heard of mail(), I need a mail server to send mails from scripts.
- I do not want to use my ISPs mail server.
- I want to be able to write out my mail() script, and send it off.
- Can I use AOL's mail server to send off mails from my scripts? If so, how is this done? What should I change in my php.ini file?
Thank you.
I've read many tutorials about mail() already, and they still haven't been able to help me fully understand the process.
I'm running WAMP and am using localhost to test PHP scripts. From what I've heard of mail(), I need a mail server to send mails from scripts.
- I do not want to use my ISPs mail server.
- I want to be able to write out my mail() script, and send it off.
- Can I use AOL's mail server to send off mails from my scripts? If so, how is this done? What should I change in my php.ini file?
Thank you.