close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Customer conformation Email never received

Thread began 4/12/2015 9:08 pm by Jason | Last modified 4/21/2015 10:22 am by Ray Borduin | 2866 views | 11 replies |

Jason

Customer conformation Email never received

Yar.... I can't seem to get the customer conformation email to work. It is never received. http://jrvdistortedworks.com/print2.html

Sign in to reply to this post

Ray BorduinWebAssist

What page is supposed to send the email? Please attach a copy of that page and I can take a look.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

Its the ecart http://jrvdistortedworks.com/PayBill/PayBillecart7.php on the confirm page I guess

Attached Files
confirm.php
Sign in to reply to this post

Ray BorduinWebAssist

It appears to be applied correctly. What are you using as the FROM address for the email? Who is your hosting provider? Can I see a copy of the page: webassist/email/waue_confirm_10.php

I think the next step is to look in the session after sending the email. We store the send results there and it can be telling. Create a new blank page and put this on it:

php:
<?php

@session_start();
var_dump($_SESSION);
?>



Then, after checkout, browse that page and see the contents. It will tell you whether it thinks the email was sent or not and may give an error message. View source on that page and send me the results and I can help interpret it..

Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

The "FROM" address is paybills@jrvdistortedworks.com which is alias of jasonvirgin@jrvdistortedworks.com which I also put as a "cc" address. GoDaddy is the hosting provider. The "customer" email I'm sending to my own hotmail email and I doubled checked the junk folder to make sure it didn't end up there but no go

Attached Files
waue_confirm_10.php
Sign in to reply to this post

Ray BorduinWebAssist

Update line 15 of that page from:

php:
$WA_MailObject = WAUE_Definition("smtp.office365.com","25","JRV Distorted Works","ecart","","");



to:

php:
$WA_MailObject = WAUE_Definition("","","","","","");



By leaving the values blank, it will use the server defaults for them, which should be correct by default... if not, try:

php:
$WA_MailObject = WAUE_Definition("relay-hosting.secureserver.net","","","","","");
Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

Hey Ray. Either replacement dose not work.

Sign in to reply to this post

Ray BorduinWebAssist

Try:

php:
$WA_MailObject = WAUE_Definition("smptout.secureserver.net","","","","","");



or

php:
$WA_MailObject = WAUE_Definition("smptout.secureserver.net","25","","","1","");
Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

Hey Ray. Those didn’t work either. I think I had a few problems going on. What I did end up doing was adding SSL certificate to the site. With some technical issues I had to make JRV distorted works the primary domain. Cleaned up the files on the site. Realized that the ecart php files didn’t like being in a subfolder so there up in the root directory. Changed the port to SSL 465 and copied the email code to the CC. Now it sends to the BBC email jasonvirgin@jrvdistortedworks.com but I thought it wasn’t sending to the customer email but just don’t like hotmail address because I tried sending to 2 different ones but it likes gmail accounts. Not sure whats up with that. The JRV distorted works email is on godaddy 365 office if that makes a difference.

Sign in to reply to this post

Ray BorduinWebAssist

If it sends the BCC it is sending the email. It means a spam filter is preventing receiving the email after it is sent. You can't send the email FROM another source without bringing up spam filter issues, so make sure it is FROM an email address that ends with @yourdomain.com (matching the domain of the site sending it)

Sign in to reply to this post
Did this help? Tips are appreciated...
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...