phpformmail

eregi() and eregi_replace() being deprecated as of PHP 5.3.0

Hello,
I implemented a webform using phpformmail a year or so ago and it worked fine...
 
Recently, I found that it had stopped working because my shared hosting provider had decided to enforce using SMTP with authentication.
 
I am in the process of modifying the original phpformmail to allow for STMP with authentication. I think I can figure that out on my own.
 

By DD1954 on

Send email using mail server

Classic v1.07.2
Unix
 
The email form my Form has been taking 30 mins to arrive.  The hosting company says it is because the email is going out using the web server instead of the mail server.  It has fixed itself for now but they say to expect it to happen again if the changes are not made.
I have a numbe of forms on different sites, so this has the potential to affect more sites.
Can Formmal.php send out through the smtp server?
 
Thanks
Geoff
 

By geoff1 on

Unwanted email fields

Hi
Using 1.07.2 version of PHPFormMail which I have modified to incorporate reCapatcha.  All working well except that generated email include the recapatcha_challege_code, the recapatcha response, and the value of the submit button.  Even with a clean version still get the value of the submit button included.  Any ideas on how to stop this happening?

By Dhyland686 on

How can formmail serve as an autoresponder for the website visitor

Hi,Im using formmail and its a great form. But i notice that formmail identifies one email address as being the sender of the form (the one that is being set in the php code). So it cannot be used as an autoresponder for my website visitors. Im trying to adapt formail to be able to detect the email the website visitor types in the email form on my webpage as the sending email (this way it can be used as an autoresponder for the email the visitor uses on the email form).

By afrobeat on

contact.php returning error

Pls help me... i want to create a contact form for my web site, but there is an error when i upload my web site to a server.

Parse error: parse error, unexpected T_VARIABLE in D:\inetpub\vhosts\elemac.net\httpdocs\newversion\contact.php on line 82

Here is my php,
<?php
// declare values
$name = $_POST['name'];
$email = $_POST['email'];
$handphone = $_POST['handphone'];
$fax = $_POST['fax'];
$address = $_POST['address'];
$zipcode = $_POST['zipcode'];
$city = $_POST['city'];
$email_subject = $_POST['emailsubject'];
$enquiry = $_POST['enquiry'];

By ooi on

Stalk me!

Drupal Association Member