For my website, I have set up a very basic and nooby email service. It will take the message and write it to a text file.

However, I want to set up the email so that it will send the message as an email to [email]___@___.com[/email].

How do I do that? Also, I am not looking for 'mailto' function..

From what I was told, it will open up a local email app like Outlook or Windows Live Mail and A LOT of people do not have that set up.

EDIT::
My website is running on IIS and has PHP 4.X something...

Recommended Answers

All 2 Replies

Have a look at the PHP mail command. If you do a search you can find libraries that support this and examples.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.