![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm going to be setting up a donation system for a nonprofit client, and I was originally thinking of basing it on a shopping cart system to make it easier for them to upgrade, but I was thinking something simpler would be better. |
#3
| |||
| |||
|
|
wpalco124 (AT) techie (DOT) com (Mike) wrote: I'm going to be setting up a donation system for a nonprofit client, and I was originally thinking of basing it on a shopping cart system to make it easier for them to upgrade, but I was thinking something simpler would be better. Anyone? Actually, I should probably clarify this. It doesn't need to be anything fancy, what I'm looking for is a SSL-capable encrypted Formmail. :-) |
|
PGP would be nice, but if not, sending the information in two bunches would be good. |
#4
| |||
| |||
|
|
That works - you send the form over https and then process as pgp mail - assuming you have a SSL cert and PGP on your server. |
#5
| |||
| |||
|
|
"William Tasso" <news27 (AT) tbdata (DOT) com> wrote: That works - you send the form over https and then process as pgp mail - assuming you have a SSL cert and PGP on your server. OK, cool! I think I'll probably do that: run formmail on https. I am running PGP but not overly familiar with it's web integration features. How would you export the formmail to PGP and then have it send? |
#6
| |||
| |||
|
|
Here's how it works on my server. Form sends data using POST and SSL to Script Script creates text file Script calls PGP to encrypt text file Script mails encrypted text file to target Script deletes text file |
#7
| ||||
| ||||
|
|
"William Tasso" <news27 (AT) tbdata (DOT) com> wrote: Here's how it works on my server. Form sends data using POST and SSL to Script Script creates text file Script calls PGP to encrypt text file Script mails encrypted text file to target Script deletes text file What are you using for the script? A CGI? PHP? |
|
Or a formmail hack? |
|
I'd be interested in seeing that if it's OK. |
|
Or is there a similar thing available on CGI RS or another site? |
![]() |
| Thread Tools | |
| Display Modes | |
| |