-
Replied To a Post in Online subission forms not sending emails of submitted info
Today is a good day. The problem has been solved. Problem was anti-spoofing stuff being added to my email server sometime in February. The clue that was found during testing … -
Replied To a Post in Online subission forms not sending emails of submitted info
They said they can't help me and to contact a web developer because it deals with coding. -
Replied To a Post in Online subission forms not sending emails of submitted info
I am not pretending to send emails from x@gmail.com or any other email address. Here's what is happening: If a submitter (the one that fills out the form and presses … -
Replied To a Post in Online subission forms not sending emails of submitted info
The way I see it is that the email address in question is one inputted by the submitter. What if this question is not asked ? So I'm seeing if … -
Replied To a Post in Online subission forms not sending emails of submitted info
I'll do whatever works to get the submission pages to send again with any submitter's email address. The End Justifies The Means. If it works then I can refine it … -
Replied To a Post in Online subission forms not sending emails of submitted info
Then it seems to me that if I change $from = $_POST['ShowingEmail']; to $from = "Unknown@RTO-USA.com"; (or @SubterraneanSoundStudio.com, etc.) then the submitted info should send. This Unknown@RTO-USA.com email address is … -
Replied To a Post in Online subission forms not sending emails of submitted info
If John isn't the sender then who is ? Also, continuing from the John Smith example, if John Smith enters his email address as johnsmith@SubterraneanSoundStudio.com or johnsmith@RTO-USA.net (ficticious email addresses) … -
Replied To a Post in Online subission forms not sending emails of submitted info
There is no making emails "appear" to be from other than the true sender. I'll explain further. Suppose John Smith has an email address of johnsmith@gmail.com. John then goes on … -
Replied To a Post in Online subission forms not sending emails of submitted info
That's a problem. The email addresses issued for @RadiantNewHorizonHomes.com or 1 of the other 4 are created by me. Unknown parties that submit online forms on one of my domains … -
Replied To a Post in Online subission forms not sending emails of submitted info
My 4 domains are all through URL provider IONOS. The question is why does the sender's email address as entered on the front end of the on-line submission form have … -
Replied To a Post in Online subission forms not sending emails of submitted info
I just discovered some new information on why the online submission pages weren't sending as during some testing I discovered there was a way for the submitted info to be … -
Replied To a Post in Online subission forms not sending emails of submitted info
This one is becoming more perplexing. After adding in the PHPMailer coding, page would crash (e.g. blank white screen, HTML file that would display the screen doesn't even start at … -
Replied To a Post in Online subission forms not sending emails of submitted info
More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but … -
Replied To a Post in Online subission forms not sending emails of submitted info
Ran into some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line PHP.exe file. I do not have … -
Replied To a Post in Online subission forms not sending emails of submitted info
Re: Biiim's post, the coding you suggest to get error messages looks like something good to try and the PHP Mailer stuff looks the same as the generic code I … -
Replied To a Post in Online subission forms not sending emails of submitted info
I do not have access to the PHP error log nor do I know how to check to see if mail() is returning false. The coding I'm using has worked … -
Created Online subission forms not sending emails of submitted info
About a year ago, I had a similar issue except then system would crash after pressing Submit. The issue was caused because of PHP 8 incompatibility problems. However, got the … -
Began Watching Online subission forms not sending emails of submitted info
About a year ago, I had a similar issue except then system would crash after pressing Submit. The issue was caused because of PHP 8 incompatibility problems. However, got the … -
Replied To a Post in My hosting site was hacked and a landing page form is hacked
I have lots of online submission forms. Most of them get real submissions but there's a few (1 or 2 or so out of a total of about 20-30) that … -
Began Watching My hosting site was hacked and a landing page form is hacked
A hosting site I use was breached and a landing page form is hacked. The hack does not affect my other domains or their forms. I have reset .httaccess, swapped … -
Replied To a Post in ReCaptcha v3 coding placement
PHP 8.2 is the latest version not 8.4. Other 8.x versions are 8.0 & 8.1. Anyway, all the original (from 2017) ReCaptcha key codes worked. Only the new ReCaptcha 3 … -
Replied To a Post in ReCaptcha v3 coding placement
Did some further work on debugging this. Used the original ReCaptcha data site key (from 2017) and tested webpage. No more Invalid Key Type error. All new ReCaptcha 3 coding … -
Replied To a Post in ReCaptcha v3 coding placement
I got new site and secret keys making sure they were for ReCaptcha v3. They were. Put new site key in front end file. Still got Invalid Key Type error. … -
Replied To a Post in ReCaptcha v3 coding placement
Andre Ret - I followed your instructions. Got an error on the front end (HTML side not PHP): ERROR for site owner: Invalid key type. Here is the applicable code … -
Created ReCaptcha v3 coding placement
I am trying to upgrade from ReCaptcha v1 (in use and working good since 2017) to ReCaptcha v3 as ReCaptcha is not compatible with any of the PHP v8's. I … -
Began Watching ReCaptcha v3 coding placement
I am trying to upgrade from ReCaptcha v1 (in use and working good since 2017) to ReCaptcha v3 as ReCaptcha is not compatible with any of the PHP v8's. I … -
Replied To a Post in Online submission fprms not working with PHP v8
This is good stuff. I don't have access to the php.ini file as that I believe is provided by the service provider, 1&1/Ionos. Versions of php v8 available from them … -
Created PHP error logging
How does one enable error logging in PHP ? -
Began Watching PHP error logging
How does one enable error logging in PHP ? -
Created Online submission fprms not working with PHP v8
My online submission pages no longer work after upgrading to PHP v8. After pressing Submit, screen then turns white and no email sent with the submitted info. Screen is not …
The End.