Send mail

A

Anonymous

Guest
Hi, i can send mail from PHP script using mail function but how can i send mail using JavaScript ? :help:
 
you can't unless the client has an email app located on their computer. You would need to use the mailto: thingy.. I'd highly recommend sending the message through php.
 
Back
Top