close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem getting Universal Email to send anything.

Thread began 1/06/2010 7:52 am by jajja | Last modified 1/06/2010 12:22 pm by jajja | 1671 views | 4 replies |

jajja

Problem getting Universal Email to send anything.

I can't get Universal email to send any mail from a site I've made. I have used Universal Email several times before, sometimes with problems of this kind, sometimes not, but now I'm stuck.

The mail is to be sent in conjunction with eCart, sending the order to the store owner.

I have tried "everything", made the checkout procedure over from scratch several times, read these forums and so on but still no mail get's sent nor do I get any error message.

I have attached the files as a zip file.

Thanks.

Attached Files
ue_problem.zip
Sign in to reply to this post

Jason ByrnesWebAssist

on the tilattu_ok.php page, you have the universal email behavior set to trigger on the checkout button being pressed.

The checkout page will not trigger this because the checkout form action is to post to itself:
<form action="" method="post" >

it then redirects to the tilattu_ok.php, change the forms action to post to the tilattu_ok.php page instead:
<form action="tilattu_ok.php" method="post" >

Sign in to reply to this post

jajja

This was my initial setup. Tried changing it now again as you wrote but no, nothing is sent nor do it give me any error.

Sign in to reply to this post

Jason ByrnesWebAssist

you are setting the from address to come from hidden_e_post element, it does not look like this will yield a valid email address:


<input name="hidden_e_post" type="hidden" value="<?php if(isset($_SESSION['kt_e-post'])){ echo "Sähköposti: " . $_SESSION['kt_e-post'] . "<br>" ;}?>">


the from email address must be a valid email address

Sign in to reply to this post

jajja

Of course! Oh man you saved my day (night). Thanks a million times!

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