close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

no emails received

Thread began 2/09/2011 12:11 pm by i.edwards384429 | Last modified 2/09/2011 2:32 pm by i.edwards384429 | 1561 views | 3 replies |

i.edwards384429

no emails received

Hi

using css form builder v2

contact.php

the form validates and sends me to my thankyou page but no emails are received.

Cant remember how to show errors

As a secondary how do you increase the size of the submoit button?

thanks

Ian

Sign in to reply to this post

i.edwards384429

further info

Hi

the script below works OK

I know fasthosts needs the -f switch and I have it at line 296 of mail_php.php

if ($mailObj->useAddParams) {
$mailObj = @mail($mailTo,$mailSubject,$mailContent,$mailHeader,"-f".$mailFrom);



All rather confusing

cheers

Ian

<?
if (! empty($_POST['email']) )
{
$message=$_POST["message"];
$email=$_POST["email"];
$fname=$_POST["fname"];
$sname=$_POST["sname"];
$fromadd=$_POST["fromadd"];

$content = "You have a New Message From {$fname} {$sname}: {$message}";

ini_set("sendmail_from" , $fromadd);
$mailSent = false;
$mailSent = mail( $email, "Website Test Contact Form", $content, "From: $fromadd", "-f".$fromadd );

if ($mailSent)
{
echo 'Mail sent';
}
else
{
echo 'Problem';
}
}
else
{

?>

<html>
<head>
<title>SendMail Test - Linux Based</title>
</head>

<body bgcolor="white">
<font face="Verdana" size="-9">
<p> The From address <b>MUST</b> be Fasthost Based </p>
<FORM method="post" action="<? echo $_SERVER['PHP_SELF']; ?>">
<b>From Address: </b><br><INPUT name="fromadd" type="text"><br>
<b>First Name: </b><br><INPUT name="fname" type="text"><br>
<b>Surname: </b><br><INPUT name="sname" type="text"><br>
<br>
<b>Email Address (To): </b><br><INPUT name="email" type="text"><br>
<br>
<br>
<b>Your Message:</b><br>
<TEXTAREA name="message">
</textarea><br>
<input type=submit>
</FORM>

</body>
</head>
</html>
<?
}
?>

Sign in to reply to this post

Jason ByrnesWebAssist

Double click on the universal Email server behavior.

Click the folder icon and check the box to include the from address as an extra parameter.

make sure that the from address is a valid address for your domain.

Sign in to reply to this post

i.edwards384429

update

Thanks Jason

silly me ! was using

<?php echo((isset($_POST["Email_Address"]))?$_POST["Email_Address"]:"") ?>

in the first field. Forgot I should put a local domain email address

thanks

Ian

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...