Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim In your code where you write `mail($to,$subject,$message,$headers);` if you want to get error messages or "do something if it fails" you need to alter it a bit to something like: if(mail($to,$subject,$message,$headers)){ //if successful do something }else{ //if error do something else } //or… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 (e.g. sent email with submitted info) for 13 years and now stopped working. My URL/PHP provider, Ionos, claims it won't send because all recipient email addresses need to be authenticated and a new STMP PHPmailer… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 got from Ionos. It sounds like all these methods are appearing favorable for solving the problem. This kind of troubleshooting can be very frustrating so thanks for your help. Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani I wonder if the problem is that your php mail() function is configured to use SMTP in your php.ini file. A lot of SMTP servers switched over the past year or so to using XOAuth2 for authentication. A username + password in your config settings will no longer suffice to establish a connection. You can see me complaining about it [here](https://www.… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 one of these. I have been using PHP services from URL provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your web root, to keep it simple and the require links should point to where it is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, this should be relative to the file that is using it.… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email address associated … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani > After code changed, not only will still not send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it could also be that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the error log? Without access to the server, perhaps through a web-based control … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani To clarify, I am suggesting: [...] //make your email body to send here $survey = "RadiantNewHorizonHomes.com General Inquiries" . "\r\n" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n&… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hi David, > 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 screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email… Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … ago, I had a similar issue except then system would crash after pressing Submit. The issue was caused because of PHP… is happening. Now, when Submit is pressed, system doesn't crash and goes to the after submission screen like its supposed… ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. **ChatGPT has had lazy days before, but this week’s performance marks an unprecedented low. Here’s why many ChatGPT Pro users are canceling their subscriptions – and even more might follow.** ![lobotomized-chatgpt.jpg](https://static.daniweb.com/attachments/4/7421f2d25c68fdee20e906d1ae1bfec9.jpg) Yes, complaints about ChatGPT being lazy have … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani The first thing I will say is never output `$_POST[]` content directly into the HTML without escaping it first. You are leaving yourself wide open to an HTML injection attack. Not only that, but you're also leaving yourself open to invalid HTML. All it takes is to wrap your user-sent variables with htmlspecialchars to make sure they're HTML-escaped… Re: Word Association Game Community Center Geeks' Lounge by GreenDay2001 crash -> system Re: Stock Market, anyone? Community Center Geeks' Lounge by jbennet (crash!) Re: Hijack This Log, please help Hardware and Software Information Security by DuncanIdaho crash.txt is usually a dump file programs write when they crash. Often, programmers can figure out what is causing a crash by looking through those files. I wouldn't worry about it too much. Re: Please help, HP destop blue screen Hardware and Software Hardware by tinum Crash dump directory: C:\Windows\Minidump Crash dumps are enabled on your computer. On Wed 9/29/2010 7:55:22 AM your computer crashed This was likely caused by the following module: hardware Bugcheck code: 0x124 (0x0, 0x86193024, 0xB2000040, 0x800) Error: WHEA_UNCORRECTABLE_ERROR Dump file: C:\Windows\Minidump\092910-25724-01.dmp Re: Introducing the Linux OAPC (Old Age Personal Computer) Hardware and Software Linux and Unix by cwrinn @Crash~Override: I've got my 65+ Mother-in-Law using Ubuntu and loving it. She says it is much easier to use than Vista was and does everything she needs it to. Check your facts, and get out of the 90s already. Re: Introducing the Linux OAPC (Old Age Personal Computer) Hardware and Software Linux and Unix by cwrinn @Crash-Override: Actually, the machine's specs aren't far off … Re: Ubuntu Spelunkers Return to Redmond Cave Hardware and Software Linux and Unix by khess @Crash Ha, no but I thought I'd let you know that I can write awesome prose as well as awesome tech analysis. Re: Load a matrix file Programming Software Development by Gribouillis Crash python course: AttributeError: 'str' object has no attribute 'readline' .... hmmm readline ? ding dong! ==> python was expecting a file. It found a string ahah! I forgot to open a file :) Re: Extremelly long wake-up Hardware and Software Microsoft Windows by predator78 Crash and freeze could be a hardware issue could be the graphics card or ram. If you have more than one stick of ram take one out and try with one, then the other and see if problem persists. If that doesn't work you may try your graphics card in a pc known to be working and see if that's where the problem lies. Re: CVs on DANIWEB Community Center Meta DaniWeb by Wojciech_1 Crash means send out (to stdout or log) error msgs. Crash log Hardware and Software Microsoft Windows by rockyman12 …Corporation description: NT Kernel & System The crash took place in a standard Microsoft module. Likely …company: Microsoft Corporation description: DirectX Graphics MMS The crash took place in a standard Microsoft module. Likely…: Microsoft Corporation description: TCP/IP Driver The crash took place in a standard Microsoft module. Likely… Crash, Crash, Crash............. Hardware and Software Microsoft Windows by vaporware …short while until somthing causes the system to crash-just power off, with my mainboard sounding an…and running chkdsk sometimes that will cause a crash. When I try to boot from the …try to reinstall the OS the system will crash during Install. Of course I can't …cannot tell which element(s) is causing the crash. I could easily go purchase all new … Crash in Mozilla Firefox Hardware and Software by myk45 …? Here are the necessary details: [Crash1](https://crash-stats.mozilla.com/report/index/78e50442-c01c-4db6-a5fa…-9787a2120915) [Crash2](https://crash-stats.mozilla.com/report/index/996c5d1a-aa57-467b-aa46…bp-d9614083-5f2f-4db1-8b66-f54fe2120915) [Crash4](https://crash-stats.mozilla.com/report/index/311e0616-c12f-4247-… Re: Crash in Mozilla Firefox Hardware and Software by rubberman Well, these crash reports may mean something to Mozilla engineers, but most of … Re: Crash in Mozilla Firefox Hardware and Software by myk45 Hi, Thanks for the replies. I guess it is specific to Firefox. It doesn't crash on Chrome. Using Chrome for the last week or so. Crash can not trace because of inconsistency ... Help? Programming Software Development by sanghai45 …wrong ? I tried several things thinking that crash might be because of string memory leak …mCard[lastIdx]; mCard[lastIdx] = swapCard; lastIdx--; } } The crash I get is on the line of initWithSpriteFrameName but it… random crash. I guess its memory leak please help… Crash Windows Vista In 10 Seconds Or Less .. Hardware and Software Microsoft Windows by mantoadmire … got one nasty Achilles' Heel, which'll enable you to crash the OS in under 10 seconds. One of the simplest…