Forum Moderators: coopster

Message Too Old, No Replies

Program to Process Mail Form

And send results to TWO recipients

         

jk3210

6:29 pm on Feb 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Does anyone know of a [cgi, perl, php, whatever...] program that will process a simple mail form and send the results to 2 recipients?

I'm currently using BNB [B]irdcast, but it triggers a user's anti-virus protection.

coopster

7:38 pm on Feb 7, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Have you considered writing it yourself? You could monitor for the user to click on the submit button and use PHP's mail() [php.net] function to send the requests off as desired.

Timotheos

8:23 pm on Feb 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi jk3210,

I'm with coopster in that I now write my own. It's not too hard if you know PHP.

I used to use something from my host called Matt's Formmail Script which had some security issues. Since then it's been fixed by the NMS project [nms-cgi.sourceforge.net]. I'd give that one a try if you don't want to do your own.

Tim

jk3210

9:03 pm on Feb 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<<Have you considered writing it yourself?>>

<<It's not too hard if you know PHP>>

Therein lies the problem. I actually have my form up and running right now using FrontPage's webbot, but it only sends the form results to 1 recipient and I need 2 recipients.

I'll take a look at those two resources you guys provided tonight and see if I can figure it out. Thanks

jk3210

2:20 am on Feb 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<<I'm currently using BNB [B]irdcast, but it triggers a user's anti-virus protection.>>

Any ideas on what would cause a simple form that connects to a .cgi to trigger an anti-virus program?