Hi I have searched the code discussion group on a way to e-mail from my script. I have found lots of cool stuff. However, the only mail command the seems to be supported by my web host is the unix mail command (no mail perl modules)
So this is what I have put together but it dosn't work
Thanks Vincer$add = "name\@isp.com\n"; $msg = "some message\n"; $end = "\cD"; system "mail $add $msg $end"; print "ok the msg was sent";
20030325 Edit by Corion: Added formatting
In reply to mail from script help by vincer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |