close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UE 4.0.1 Sending Problem

Thread began 3/14/2011 4:24 pm by Paul | Last modified 3/17/2011 7:11 am by Jason Byrnes | 2185 views | 7 replies |

PaulBeta Tester

UE 4.0.1 Sending Problem

Not sure if im missing something.

I have a Security Assist Insert page created which works fine.
I've Just used UE4 to add a confirmation email triggered on form button press.

Have followed and updated UE wizard but the nothing is being sent.
I have checked all wizard entries but nothing looks out of place

I know my host is functioning ok, because the email password works fine.

Any trouble shooting suggestions please?

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a copy of your page please so i can look at the code.

Sign in to reply to this post

PaulBeta Tester

File attached as requested.

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

Jason ByrnesWebAssist

the insert record behavior is set to redirect to the thank you page, this redirect happens before the universal email behavior can send the email

Clear the redirect from the insert record behavior to allow universal email to function.

Sign in to reply to this post

PaulBeta Tester

Thanks Jason. Great, it worked.
Embarrassing to admit missing that.

Finally, I created the following response using UE email body editor page, however the link in center should open my confirmation page but is instead causing a server 500 error on submit. Does the code look valid or is there another UE related issue?

<html><body>
<p>Dear <?php echo ((isset($_POST["mem_fname"]))?$_POST["mem_fname"]:"")?>,</p>
<p>Thank you for joining us.</p>

<p>In order to confirm and activate your membership, please either click on the link below
or copy and paste it into your internet browser. </p>

<a href="http://homes.crazyplum.com/members/confirm.php?UID=<?php echo (mysql_insert_id())?>&ID=<? echo ((isset($_POST["mem_conf_id"]))?$_POST["mem_conf_id"]:"")">Click here to complete the account setup.</a>

<p>Your password is <?php echo ((isset($_POST["mem_password"]))?$_POST["mem_password"]:"")?></p>

<p>Thankyou and regards, </p>
<p>Crayplum Homes Website Team </p>
</body></html>

Thanks, Paul.

Sign in to reply to this post

Jason ByrnesWebAssist

you have a syntax error where you are outputting the mem_conf_id, that is missing a closing php tag "?>"

php:
ID=<? echo ((isset($_POST["mem_conf_id"]))?$_POST["mem_conf_id"]:"")">Click




should be:

php:
ID=<? echo ((isset($_POST["mem_conf_id"]))?$_POST["mem_conf_id"]:"") ?>">Click
Sign in to reply to this post

PaulBeta Tester

Thanks for the hint Jason.
A quality response as always.
My email issue now resolved.

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear it is working.

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