Click to See Complete Forum and Search --> : I Need help with FormMail.cgi script
shaul
01-25-2010, 08:28 AM
Hi all
First of all i don't have so much experience with scripts. But it will be nice if someone can help me wit my problem.
I want to use a FormMail.cgi.
The script works fine if I use in my form English letters. If i use Hebrew letters and check the mail that arrived in my Outlook the text looks like this "ïéãâ,ëòïéã,âëéò",
I try a lot of things that i found in the forums but without success.
The HTTP-EQUIV charset to "windows-1255" and Language" CONTENT="he".
It would be great if someone can help me with this issue.
Thanks in forward
shaul
ArtphotoasiA
01-25-2010, 10:43 AM
I suggest you to use another script, formail is dangerous as used by spammers to exploit your mailbox sending out mail like it was you to send as in formail is written your email address.
Major Payne
02-09-2010, 11:24 PM
Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent "mailto:" action to get the form info sent to you.
Your current hosting package MUST allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.
Use any of the below sites to make the workable form you need:
For making forms:
These are really good online form makers. Just follow the instructions for making it and uploading file(s).
http://www.phpform.org/
http://www.tele-pro.co.uk/scripts/contact_form/
http://www.jotform.com/?gclid=CNKhqei1wJ4CFRQhnAod6laUqA (WYSIWYG Form Maker)
http://www.thesitewizard.com/wizards/feedbackform.shtml
http://www.thepcmanwebsite.com/form_mail.shtml
http://emailmeform.com/
http://www.freecontactform.com/
http://www.reconn.us/content/view/12/34/ (Download - Contact Us Script)
http://formsmarts.com/
PHP Mailer Script Step by Step: http://www.htmlgoodies.com/beyond/php/article.php/3855686
PHP Sending E-mails: http://www.w3schools.com/PHP/php_mail.asp
Freebie: Good looking Fluid Contact Form: http://www.flashuser.net/flash-components/freebie-good-looking-flash-contact-form.html
Forms with Attachments:
FormMail (Paid - Encryption, etc.): http://www.tectite.com/formmailpage.php
Flash Attach contact forms ($10 for all): http://www.flashattach.com/
Form to Email with Attachment: http://www.hotscripts.com/listing/form-to-email-with-attachment/
PHP Email Form With Attachment: http://www.jaymeblackmon.com/php-email-form-with-attachment
Solution for a custom contact form with file attachment (use form API): http://drupal.org/node/68265
Those should help.