close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

eCard Confirmation email not working

Thread began 4/11/2012 2:57 pm by Steve | Last modified 4/12/2012 7:31 am by Jason Byrnes | 847 views | 1 replies |

Steve

eCard Confirmation email not working

Hello,
At some point of development the email confirmations stopped working from my eCart (latest version) confirm.php page.

I need to figure out how to troubleshoot/debug the problem.

So far, I have created a separate test page with a simple form and one field that I use to enter an email and then submit. It creates an email using the same server and port as the page not working.

Next I take the Universal Email object (?) from the add some code to echo at the start after entrance to the code such as:

php:
<?php

if (!isset($_SESSION))session_start();
if ((isset(
$_POST["Submit_order"])))     {
  
//WA Universal Email object="mail"
echo "we are here"'
exit;

  set_time_limit(0);
  $EmailRef = "waue_confirm_1";
  $BurstSize = 2;



I also stopped the page redirect on success so the I am here can show in the page. This happens fine

Next I compare the "waue_confirm_1.php" page with another working site (different client same server) and do not see any dramatic differences...

I'm out of things to test... Any suggestions?

Sign in to reply to this post

Jason ByrnesWebAssist

remove this code:

echo "we are here"'
exit;

the exit line will stop the script from processing


make sure there is no redirect to another page, and add the following code at the bottom:

php:
<?php var_dump($_SESSION); ?>



this will write the session contents the screen, the session will contain a status of the email to let you know if it was sent to the SMTP server successfully or not, if the status is successful, then you'll need to lock at the SMTP Server settings you are using, if it is not successful, then look at the from and to email address settings.

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