Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani … to the initial question being asked of them. I would like to argue that, not only are both entirely useful forms… of communication within a discussion forum, but that perhaps topics like these bring a slight advantage. It's been my experience… 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. … to job **displacement** for roles that require mundane repetitive tasks like financial reconciliations, data analysis and consolidation, operational reporting and will… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … receive the submitted info from senders of any email address like has been since 2011 until Feb 2024. This is crucial… Re: HTML Navigation Menu Alignment Issue Programming Web Development by aundigital It looks like you're experiencing some trouble with your navigation menu. Based … styling. Consider using a CSS reset or explicitly setting styles like padding, margin, and list-style-type to ensure consistent rendering… Re: HTML Image Embedding Issue Programming Web Development by Steve_89 It seems like the issue might be with the path to the image. … 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 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 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 fake but apparently that doesn't matter. The only thing that matters is that the @domain.com part of the email … 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 … Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 …, max_new_tokens=1000) hf = HuggingFacePipeline(pipeline=pipe) ``` The `HuggingFacePipeline` object works like any other LLM in langChain and allows you to generate… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … error logs or how can a web based control panel like cPanel be obtained ? 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 … behaviour in try catch blocks in different languages before, something like: $mail = new PHPMailer(TRUE); $mail->CharSet = "UTF-8… Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by KomalBhatt … email marketing campaign have been covered most ! However I would like to add a few key points Here’s a more… Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by pritaeas > OK, you know what? I have a dog. I devote all my free time to her. Let's go with that. :) Pets are always fun. We have two dogs, two cats, a tortoise, a pond with fish and some chickens :) 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: What Would You Like To See In A SearchEngine ? Community Center Geeks' Lounge by Dani Just genuinely curious what ever became of this project? How Build video-player in html And css ? Programming by Kirubel_2 …;>&#5684<sub class="like" id="like">like</sub></span> …style.display="none"; } else{ x=document.getElementById("like").style.display="initial"; } } function un1(){ … '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … strengths applied at the right times. In areas like branding, campaign messaging, and customer interactions, we …learned to rely more on talent from fields like marketing psychology paired with AI support, not pure… skills. Fields dealing directly in sensitive human matters like healthcare, education and governance need a delicate balance … Re: Things I hate about TV shows Community Center Geeks' Lounge by KomalBhatt … really get irritated by is when the dialogue feels forced, like the writers are trying too hard to be clever or… those endings that leave you waiting anxiously for what feels like forever, only to have a really disappointing resolution. It's… like they're toying with our emotions for the sake of … 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. …hypothetical future AI system with cognitive and emotional abilities like a huma**n. That would include understanding context…are so many applications of AI in various fields, like health, finance, energy, etc., and these applications are… across society and the world that raises questions like, **what is consciousness and when does personhood begin… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … there were eight calls ahead of me and would I like to leave my number for a callback. I did so… (seemingly) thousand and one tweaks that really should be default like disabling the multi step context menus that present only some… that can be copied as a backup like most other apps I have to configure like VLC Media Player. Sigh. Final comment… Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim … may have been mentioned before but I don't feel like rereading the entire thread to make sure. The interrupted first… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … tar.bz2 file and then pass them as a file-like object to the 'put_object' and also to change the content… else: {tarinfo.name}. Skip it") continue # Create a file-like object from the contents... file_like_object = io.BytesIO(file_contents) # Upload the… Display product filter on all products category Programming Web Development by ianhaneybs … that category. It's working all ok but I would like to have the product filter displayed in the left column…/index.php?route=product/category&path=-1 I would like to have the product filter displayed. The extension I downloaded… Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by Dani … either. Then I started thinking about the girly things I like, but I'm very much not into fashion or makeup… or anything like that. Perhaps I'm just so stereotypical it isn't…