| Programming C# C++ (7) Delphi (618) Java (8) JavaScript (30) perl (9) mysql (3) perl CGI (3) php (4) VBScript (1) Visual Basic (1) |
Send an email from my perl script
Question: How can my perl script send an email? I'm working under Linux.Answer: The solution below assumes that sendmail is installed as /usr/lib/sendmail. You might have to adjust the first line appropriately.
Comments:
|