close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Oversættelse fra Dansk til Engelsk

Thread began 11/05/2010 7:32 am by info147418 | Last modified 11/29/2010 7:50 am by Jason Byrnes | 4284 views | 20 replies |

info147418

Oversættelse fra Dansk til Engelsk

Dear WebAssist.
I hope you can help me. I do not have much experience with CSS Form Builder and configuring the email features of the forms (mail object sittings).
I include a pdf files with the sitting windows and information from the server provider.
I have already tried different setups, but until now it has not worked.
I have uploaded the js, SpryAssets and webassist folders.
It would be helpfull if your help files could give some examples of the sittings if possible.

Thank you very much for your professionel help.

John

Attached Files
Email sittings.pdf
Sign in to reply to this post

Jason ByrnesWebAssist

the settings to use are dependent on who your host is.

the smtp server you would use in your email client is not necessarily the same smtp server to use when configuring Universal Email.


who is you host, i will see if I can find any documentation that will help in determining the correct server settings.

Sign in to reply to this post

info147418

Dear Jason.

Thank you very much.

I host the site by www.domain.com.

Could you use the information on the included pdf file?

I look forward to hear from you again.

Thank you.

John

Sign in to reply to this post

Jason ByrnesWebAssist

the info in the pdf is probably not correct for use in universal email.

I am not seeing any info the on the domain.com website about sending emails using a php script.

you should contact them to see if they support sending emails through a php script using the php mail() function, and see if they can provide you with a sample, using this info, i can tell you how to configure Universal Email.

Sign in to reply to this post

info147418

Hi again

I god following answer from www.domain.com.

Unfortunately we do not support coding, web design nor web development, and assisting with a PHP script would fall into this realm. Please refer to the proper documentation to get support.

Please let us know if you have further questions or concerns.

Regards,
Customer Care

So that was not the best help to solve the problem. I have another website hosted by domain.com. There I am using a formmail.php.
I can send this file to you, if you need it.

What can I do to proceed? Do you have experience with the sittings from domain.com or what kind of sittings information do you need.

Best regards

John

Sign in to reply to this post

info147418

istront stared

I will include the code from the formmail.php, which I use on another website. Here it is working even vi a very little programming;

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<META HTTP-EQUIV="refresh" content="0;URL=thankyou.html">
<title>Email Form</title>
</head>

<body>
<?php
$name=addslashes($_POST['name']);
$email=addslashes($_POST['email']);
$comments=addslashes($_POST['message']);

// you can specify which email you want your contact form to be emailed to here

$toemail = "john@easylife.dk";
$subject = "From rent a house in brazil.com";

$headers = "MIME-Version: 1.0\n"
."From: \"".$name."\" <".$email.">\n"
."Content-type: text/html; charset=iso-8859-1\n";

$body = "Name: ".$name."<br>\n"
."Email: ".$email."<br>\n"
."Comments:<br>\n"
.$comments;

if (!ereg("^[a-zA-Z0-9_]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$", $email))
{
echo "That is not a valid email address. Please return to the"
." previous page and try again.";
exit;
}

mail($toemail, $subject, $body, $headers);
echo "Thanks for submitting your comments";
?>
</body>
</html>

I hope it can be to some help to solve my problem.

Best regards

John

Sign in to reply to this post

Jason ByrnesWebAssist

This example code does not use an SMTP Server or port name, so it is getting that information from the php.ini file.

In the Universal Email settings, try leaving the SMTP Server and Port Number blank.

leave the From Display Name blank, and set the from address to a valid email address for your domain.

Sign in to reply to this post

kenneth418049

e-mail accounts

Hi John,
Would you like help in danish or english?

Have you tried to check if your e-mail actually works, have you tested the settings in Outlook?

If you use domain.com, have you made the e-mail from the e-mail function panel?
Do they provide e-mail systems?
(i used to be with another company, and closed my business with them as i werent allowed to have the serversettings altered for an online e-mail function.

Feel free to contact me, ill try to help out.

Sign in to reply to this post

info147418

Dear Kenneth.

Thank you very much. I am danish - are you also?

I have check my e-mail sitting in Outlook and I receive emails.

I know that domain.com also have an e-mail service/product, and I think that is the reason they do not support e-mail sittings.

I need to make some changes in my formular, because when I try to make a reservation on reservas.php I can see, that it do not work when I enter data on the daypicker and hours and I think that is the reason that the formular do not send a message and go to the ThankYou page after submitting.

I will work with the formular Sunday and see about some changes on the formular will solve the problem. At the moment the formular is not working.

Best regards

John

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of your page so i can examine the code

Sign in to reply to this post
loading

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...