Jump to content

Usage of mail()


luisda2994

Recommended Posts

Hello,

 

I need to be able to send a form to a real email address using mail(), however every solution I find has to do with uploading the website to a host, and due to the nature of my project that's not possible. It must run in my own computer and still be capable of sending emails.

 

Any example, code or help appreciated.

 

Thanks

Link to comment
Share on other sites

You'll need to look into installing an SMTP server on your computer if you want to be able to send mail, then you need to configure PHP to use it. I've tried before and it's complicated.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...