It is for Ohio Electrical Training!
Yes, I had my neighbor try, my daughter on the other side of town, as well as one of my existing students! results were all the same!![]()
It is for Ohio Electrical Training!
Yes, I had my neighbor try, my daughter on the other side of town, as well as one of my existing students! results were all the same!![]()
Interesting. It just worked fine for me.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Try this temporary debug measure:
Create a new file: /includes/extra_configures/email_debugging.php
Contents of the file is just this line:Then try sending a contact-us message.Code:<?php define('EMAIL_SYSTEM_DEBUG','5');
It should display a barrage of debug info on-screen when it tries to send. I'll need to see that info.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Yeah, seems like it works, and gives a successful message, but the mail is never received!
Thanks DrByte, I'll give that a try now, and get you the info right after!
********************************
I did actually get it to work, but not the way I wanted. I created an email through my domain, and used that for the ZC setup. This works fine. With the Contact-us, the customer will never know which email is used, so only left mail sent through the admin.
ZC says that the "from" email can be over-ridden from the mail module, but that doesn't work. Still arrives with the new email address.
To avoid having to send a new email to all customers, I decided to just "relay" to gmail as well!
*****************************************
Now with that said, I will try your debug idea, DrByte, and report the results!
Would be nice to fix the original problem! Thanks for your continued help!
Well, DrByte, that totally didn't work! In FireFox, I just get a blank page after sending. In IE, it gives me a blank page with a 500 error!
If I uploaded the file before going to the contact page, the site wouldn't even load! Tried navigating to the contact page and uploading the file just before send, but result was a blank page anyway!![]()
I don't understand why that would give a blank screen, unless you copy-and-pasted and it somehow copied some extra characters, visible or not.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok, not sure what's wrong, but first copied your code directly into a new file and put open & close php tags around it. That's probably what gave me the blank screen!
Now, I tried pasting your code and just added a closing php tag! Nothing happens! Looks like mail is sent, and get success screen, but no mail delivered!
Then tried your code exactly with nothing else, and same as above! Nothing happens!
Confused....![]()