Jump to content

Mail?


Twango

Recommended Posts

The mail thing doesnt work at all
That's not true. It works quite well for very many people.
it does NOTHING.
That's not true either. It uses the settings in php.ini to connect to the mail server which you defined, or it uses sendmail.If the mail function on your server does not do anything in your application (which also wouldn't be true), then I assume that it is in fact doing something, but you probably have error messages disabled so you wouldn't know if it had an error anyway.Try turning on error messages and see what happens then:ini_set('display_errors', 1);error_reporting(E_ALL);If that doesn't answer your question (I don't know why this is posted in Javascript; Javascript doesn't have anything to do with sending mail), then clarify your situation.
Link to comment
Share on other sites

I think he means the mailto: pseudo-protocol (though, since he posted in the JS forum, we can't really tell) - it will only work if you have a default email client set up.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...