Webhosting Perl and CGI Scripts: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
m clean up, typos fixed: Referer → Referrer |
||
| Line 9: | Line 9: | ||
Within the script, the mail program used for sending mail is /usr/lib/sendmail . You should not use this with the -t argument (which find the From and To in the email) but use -f 'from-email-address' 'to-email-address' in place of the -t argument. |
Within the script, the mail program used for sending mail is /usr/lib/sendmail . You should not use this with the -t argument (which find the From and To in the email) but use -f 'from-email-address' 'to-email-address' in place of the -t argument. |
||
A simple mailer is available - [[ |
A simple mailer is available - [[Webhosting Form Mailer]] |
||
There are various perl scripts available on the internet, and many books on the subject. You do not have access to php or mysql on the server, and you may have to change the use of sendmail as above. |
There are various perl scripts available on the internet, and many books on the subject. You do not have access to php or mysql on the server, and you may have to change the use of sendmail as above. |
||
| Line 72: | Line 72: | ||
==Other Webhosting pages |
==Other Webhosting pages== |
||
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1>Category:Webhosting</ncl> |
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1>Category:Webhosting</ncl> |
||