- Jul 20, 2001
- 73,718
- 35,577
- 136
My web host changed the rules on their mail server to require authentication for outgoing mail. I have a perl script that reads user entered form data from a webpage and emails it to my mailbox. However, it has no provision for user authentication. Anyone know of any simple perl scripts to accomplish this? I'm willing to look at scripts in other languages but perl is my strong suit.
With the current script the user enters their name, email address, a subject line, and a message. The script scrubs the input to remove any potential scripts or other unpleasantness and puts it in a formatted email message to my mailbox.
With the current script the user enters their name, email address, a subject line, and a message. The script scrubs the input to remove any potential scripts or other unpleasantness and puts it in a formatted email message to my mailbox.
