Topic awaiting preservation: send mail problems with CGI (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
posted 05-06-2003 15:47
Hi all. I have a strange problem. A breif description: |
Paranoid (IV) Inmate From: California |
posted 05-06-2003 16:18
Hiya C:\, |
Maniac (V) Inmate From: there...no..there..... |
posted 05-06-2003 17:46
Thanks for your help Piper. You're always there when I have these crazy server side things! |
Paranoid (IV) Inmate From: California |
posted 05-06-2003 18:21
An SMTP module will work if all you need to do is send mail. You can probably just download one of the SMTP modules from CPAN and include it with your script without having to compile something or depend on a Sys Admin to install it. If they won't let you have access to the server, even that might not be easy. Do they want you to code the app and send it to them or will they at least give you FTP access? quote:
|
Maniac (V) Inmate From: there...no..there..... |
posted 05-06-2003 19:34
Piper: |
Paranoid (IV) Inmate From: California |
posted 05-06-2003 19:42
Tell them you'll make a static HTML page with their mainling address on it so their customers can mail their requests in That's damn near all you're going to be able to do! |
Maniac (V) Inmate From: there...no..there..... |
posted 05-07-2003 04:19
LOL! Yep, that's about the point that I'm at. I almost have a PHP script that will just write the info to a flat file and then you can view it HTML or just grab it off the server. |