'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. …, there is a risk that they could replace a significant number of jobs in finance and accounting, leading to **economic and… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … able to email the submitter (only call them if phone number is one of the questions on the on-line submission… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 to have the same ending as the domain name of the site or one of the other 3 or else submitted info fails to send ? Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 would not have one of these email addresses. I would want to receive the submitted info from senders of any email address like has been since 2011 until Feb 2024. This is … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 to one of my sites, lets say RTO-USA.net, and fills out an online submission form and enters his email address truthfully (johnsmith@gmail.com). This email … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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) then the submitted info would be emailed to me but if he uses his true email address then it would not. Continuing from this … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 as needed. Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani > If this does in fact solve the problem, it would make replying back to the submitter a little bit more complicated In your mail headers, you can specify both a From: email address, that is an email address from your domain name, as well as a separate Reply-To: email address, that can be any email. This way, when someone clicks on the Reply … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 in the back end PHP file, the email address in question is not anything entered by submitter but simply one with the correct @site.com ending. That way should slip "under the radar" and submitted … Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 all, e.g. error in the 1st running PHP file). Adding the semi-colon at end of line 18 (in previously discussed code) did not work and funny thing is, the original coding… Re: Online subission forms not sending emails of submitted info Programming Web Development by Chris_103 It seems like you're experiencing issues with PHP-based email functionality, where submissions are not triggering emails to be sent. Let's dive into the code snippet you provided and see if we can identify any potential issues or improvements. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim I checked my code and I only found 2 differences, the first is the 2 `use` commands before the require: use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'includes/PHPMailer/src/Exception.php'; require 'includes/PHPMailer/src/PHPMailer.php'; require 'includes/PHPMailer/src/SMTP.php';… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 sent. Here it is. I have online submission pages on 4 websites: RadiantNewHorizonHomes.com, RTO-USA.net, SubterraneanSoundStudio.com and RebHellionRecords.com. Each of these 4 … How NOT to do business online Digital Media Digital Marketing by Reverend Jim … phone to my laptop. The only phone number provided was not a toll free number. As a first time buyer I was… How Build Html form ? Programming by Kirubel_2 …;text" name="age" placeholder="Enter secret number of Berhan bank" style="margin-top: 40px;"…" name="image" placeholder="Enter Your account number(Berhan Bank) " > </div> <div class… Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 …;Give me the name of top 10 customers with most number of orders" response = get_db_response(sqlite3_uri, query) ``` **Output:** ![image4.png…(response['output']) ``` **Output:** ``` The top 10 customers with the most number of orders are: 1. Customer LCOUJ with 31 orders 2… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … Address: " . $_POST['Email'] . "\r\n" . "Phone Number: " . $_POST['Phone'] . "\r\n" . "Comments or… Address: " . $_POST['Email'] . "\r\n" . // "Phone Number: " . $_POST['Phone'] . "\r\n" . // "Comments or… How to Optimize RecyclerView performance by implementing the ViewHolder Programming Mobile Development by Mikekelvin … utilize the ViewHolder pattern to improve performance by minimizing the number of findViewById() calls. public class MyAdapter extends RecyclerView.Adapter<… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … Address: " . $_POST['Email'] . "\r\n" . "Phone Number: " . $_POST['Phone'] . "\r\n" . "Comments or… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 …, add_video_info=True).load()) print("=====================================") print(f"Total number of videos: {len(docs)}") print("=====================================") print("… Re: Improve HAVING BY performance Programming Databases by Dani … time down from 100ms to 50ms, you can *double* the number of pages of your website that Google is going to… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa … // Add a new ball when a collision occurs and the number of balls is less than MAX_BALLS if (b.size() <… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa …(); // Add a new ball when a collision occurs and the number of balls is less than MAX_BALLS if (b.size() <… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … ahead of me and would I like to leave my number for a callback. I did so and after two more… Re: How NOT to do business online Digital Media Digital Marketing by rproffitt Someone wanted me to pay with Venmo which I also have never used. Sorry, but I don't want to add more apps today. Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. And judging by [their range of products](https://www.thewoodveneerhub.ca/) they aren't a small company. In any case, after pricing out what we wanted ($800+) and failing to get an alternate payment option we decided to invest in a … Re: How NOT to do business online Digital Media Digital Marketing by Dani > I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. According to their about us page, it’s a family owned business run by a guy named Lawrence who has been in the industry since the 1970s but just started his own business in the 2000s. Which fits the profile I had laid out. (Eg … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim Fair enough.