'We'll Know We Have AGI When >50% of the GDP is Generated by AI' Community Center by Johannes C. … ## In the latest AGI Talks, we asked Anthony Scondary 10 questions about Artificial Intelligence (AI), Artificial General Intelligence (AGI), Artificial Super… Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by Harini sri … giving better results compared to other libraries. I have few questions. In some tables, I have common column name for three… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner 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 was I had by chance entered an email address ending in @(one of domains that I own), (not even a real email address) and form emailed successfully. And by changing only 1 line … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani You only need to use htmlspecialchars() if the text appears on a website or an HTML email. I’m not sure if you need it if you’re sending plaintext emails. Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 ….from_messages([ ("system", "Answer the user's questions based on the below context:\n\n{context}"), MessagesPlaceholder… command line application will be able to answer follow-up questions. ``` chat_history = [] def generate_response_with_memory(query): result = retrieval_chain.invoke({ "… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …-phpmailer-over-ssl-using-smtp](https://stackoverflow.com/questions/18535294/mail-not-sending-with-phpmailer-over-ssl… that needs a semicolon on the end: "Comments or Questions: " . $_POST['Message'] . "\r\n"… email body to send here Should be "Comments or Questions: " . $_POST['Message'] . "\r\n&… Summarizing YouTube Video Transcriptions Using Distil Whisper and LLM Programming Computer Science by usmanmalik57 … transcription is summarized in less than 1000 characters. ## Asking Other Questions About the Video In addition to summarization, you can use… the `generate_response()` method to ask other questions about the YouTube video. For example, the following script asks… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani …: " . $_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 david.tigner ….com'); /* Set the subject. */ $mail->Subject = 'Comments and/or Questions'; /* Set the mail message body. */ $mail->Body = $survey; /* Finally… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …('david.tigner@RadiantNewHorizonHomes.com'); $mail->Subject = 'Comments and/or Questions'; $mail->Body = $survey; $mail->send(); 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. …, two renowned finance experts share their insights by answering 10 questions about Artificial Intelligence (AI) and Artificial General Intelligence (AGI). ## About… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … (only call them if phone number is one of the questions on the on-line submission form (most of them ask… Re: 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Dani Which of the two actually answered the questions? Re: What is ROI in influencer marketing? Digital Media Digital Marketing by rproffitt Given your posting history, you seem to put out single line questions that would be dancing around your real question or goals. I see few reply to you so why not skip all that and write what you really want to write? Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: Trying to create a lan-to-lan vpn between two differents networks Hardware and Software Networking by rproffitt I've only dabbled in Pfsense but know to ask about that in https://www.reddit.com/r/PFSENSE/ where there are experts. Having said that, be prepared to answer deeper questions about said setup, routers and more. Re: Do backlinks to disallowed URLs help the domain overall? Digital Media Digital Marketing Search Engine Strategies by jkon … have never seen in in that way , just two clarification questions if you would like. As I understood you are talking… Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I did some sample testing, and parsed a thread topic for the dataset. Reducing the footprint from 220kb to 26.5kb. All in 0.43 seconds. It doesn't use any API. Just the patterns I saw in the code. It took another 6 seconds to embed too Chat with RTX. Then, not deducting for the deleted threads, this could be a lot smaller, and quicker than … 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 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: 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 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 … 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: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hey David, You should not pretend to send an email from `x@gmail.com` as this is spoofing. I forward all forms from a website from a generic email such as `forms@` or `enquiry@` (`@yourlocaldomain.com`) Emails have basic checks done on them, which is why your spoofing fails, you are trying to say `X@gmail.com` sent an email but gmail didn'…