Re: Eero plus vs NextDNS Hardware and Software by rproffitt HTTPS and DNS? Why not use the Brave browser then? Too much to type about that here so read how to set up at https://www.reddit.com/r/brave_browser/comments/ucx1jp/most_secure_dns/ Then again, why aren't you using a VPN and calling it a day? Re: Eero plus vs NextDNS Hardware and Software by rproffitt Why either? https://www.reddit.com/r/eero/comments/tv39ig/eero_secure_vs_nextdns/ kicks it around and I can't see why to use either. Re: Determine if email address is used by scammer Digital Media Digital Marketing Search Engine Strategies by rproffitt The police email scam is well known. That's about all you need to know that it's the scam of note. Example: https://www.reddit.com/r/Scams/comments/1b592gr/is_this_real/ r/Scams has many other scams of note. Worth noting: 1. Do not track them down. 2. Ignore, block and report as spam. 3. No police use a Gmail account. Re: This is me venting Community Center Meta DaniWeb by Reverend Jim Also, in non-computing over the years I have heard comments like "if only I hadn't stopped for coffee … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner ….com'); /* Set the subject. */ $mail->Subject = 'Comments and/or Questions'; /* Set the mail message body. */ $mail… Error: ".$e->getMessage(); } // $subject = "Comments and/or Questions"; // $message = "RadiantNewHorizonHomes.com General Inquiries… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … line 18 that needs a semicolon on the end: "Comments or Questions: " . $_POST['Message'] . "\r\n" . //make… your email body to send here Should be "Comments or Questions: " . $_POST['Message'] . "\r\n"; //make… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … other problems. Feel free to leave your feedback in the comments. Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani …;Phone Number: " . $_POST['Phone'] . "\r\n" . "Comments or Questions: " . $_POST['Message'] . "\r\n" ; [...] 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 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 … ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. … are [experiencing the same](https://www.reddit.com/r/OpenAI/comments/1aktki2/i_might_be_officially_done_with_gpt_for_now/) and are abandoning the platform. “[Seeing this invention… has been truly infuriating](https://www.reddit.com/r/ChatGPT/comments/1akcbev/im_sick_of_the_downgrades/),” Reddit user [Timely-Breadfruit130](https://www.reddit.com… Use of the Word ‘Tapestry’ in Web News More Than Doubled Last Year Community Center by Johannes C. …[some meming](https://www.reddit.com/r/ChatGPT/comments/18dz61c/is_this_too_niche/) has been going on about LLM’… [overused terms](https://www.reddit.com/r/ChatGPTPro/comments/163ndbh/overused_chatgpt_terms_add_to_my_list/) and have practice spotting them. However…**, not only in the form of bot-comments on social media—but also in journalism and… Devin Might Be Fake, Yet AI's Threat to Jobs Is Real. Community Center by Johannes C. …/1767588416730894756) and [gallows humor](https://www.reddit.com/r/ProgrammerHumor/comments/1bd3dft/fuckyoudevin/) to the demo. However, upon [closer examination](…https://www.reddit.com/r/cscareerquestions/comments/1bd12gc/comment/kujyidr/?share_id=MBGYSWo5_ZYaKw0WutO69&utm_content=2&utm_medium… Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by usmanmalik57 … liked this tutorial. Feel free to leave your feedback or comments. Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …: " . $_POST['ShowingTimes'] . "\r\n" . "Questions or Comments: " . $_POST['ShowingQuestions'] . "\r\n" . "How Heard… What would you like to see in a business directory? Programming Web Development by FarrisFahad … review for listings ranging from 1 to 5 stars with comments. 5. users can buy a featured listings for more traffic… Re: Do you think Google is doing a good job as a search engine? Digital Media Digital Marketing by Reverend Jim … it was worth leaving in to make a couple of comments. Firstly, it is not an academic lifesaver. The purpose of… Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt … such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if… Re: Track Faces from Videos with Margins Using Deep Learning in Python Programming Computer Science by EdwardMatthew It's fantastic, I have read this article and it is super amazing. thankyou for the knowledge. Re: Fine-Tuning OpenAI Whisper Model for Audio Classification in PyTorch Programming Computer Science by habi_2 how to use the best_model.pt Re: What would you like to see in a business directory? Programming Web Development by Dani I hate to tell you this, but Google *hates* web directories and none rank anymore. Gone are the days of Yahoo!, Dmoz, etc. I don't want you to waste a lot of time because I personally don't feel you'll be able to sell a lot of these. There are some paid models that still exist today, such as The Yellow Pages, Yelp, and Angi. I would browse sites… Re: What would you like to see in a business directory? Programming Web Development by antwanlee There are already about a trillion sites that do exactly that. If you want that do make money from users, build a site that signs them up for all other business directories for a one time fee. If you want to make money from marketing, you will have to get a high domain authority (DA) score for your site so that users are encouraged to sign up… 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: Comments Programming Software Development by thines01 Comments with three slashes are used by the compiler to create documentation and class-diagram properties. You can do this backwards also by creating a class diagram and populating the comments fields. You will see those attributes populated in your code. I have never used a class diagram in C++ code (only C#) Re: C++ Comments Programming Software Development by Denniz Comments are ignored during the parsing stage. It has totally no effect on the final executable.