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 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: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful HTML Navigation Menu Alignment Issue Programming Web Development by khan zain "I'm working on a navigation menu for my HTML page, but it's not behaving as expected. The links aren't aligning properly, and the styling seems a bit wonky. I've included the code below. Can anyone help me figure out what's causing this navigation headache? This my Code <!DOCTYPE html> <html lang="&… HTML Image Embedding Issue Programming Web Development by khan zain "I'm attempting to embed an image in my HTML page, but it's not showing up. I've checked the file path, and it seems correct. Below is the code I'm using. Any insights on why the image isn't displaying as expected?"" <!DOCTYPE html> <html lang=""en""> <head> <meta… Re: Is graphic design useful for UI UX? Digital Media UI / UX Design by Dani I would argue that data analytics is more important. Hi everyone, I'm clarawilliams Community Center Say Hello! by clarawilliams As a seasoned marketing professional with a keen eye for technology trends, I excel in amplifying the presence and profitability of custom software development companies, and Artificial Intelligence development companies. With a solid background in digital marketing strategies and a deep understanding of the tech landscape, Clara crafts compelling … Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by KomalBhatt Correct!, Most of the essential aspects of creating a successful email marketing campaign have been covered most ! However I would like to add a few key points Here’s a more simplified explanation of the two points: 1. Mobile Optimization: Since, most people now open their emails on their phones. Make sure your emails look good and work well … 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 :) Backlink Indexing issue Digital Media Digital Marketing Search Engine Strategies by james1221 How can I indexed backlink instantly. I am building backlinks, but the backlinks are not being indexed. Please give positive feedback. Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"` Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 In my [previous articles](https://www.daniweb.com/programming/computer-science/tutorials/541732/paris-olympics-ticket-information-chatbot-with-memory-using-langchain), I explained how to develop customized chatbots using Retrieval Augmented Generation (RAG) approach in [LangChain](https://www.langchain.com/). However, I used proprietary models such… 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: Hi everyone, I'm clarawilliams Community Center Say Hello! by pritaeas Welcome. Re: Hi everyone, I'm jacobss Community Center Say Hello! by TG Hunter Hello)) Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by KomalBhatt An effective email marketing campaign needs a few key ingredients. 1. First, you gotta have a catchy **subject line** that grabs attention and makes people want to open your email. 2. Then, you need **valuable content** inside that's relevant to your audience - whether it's a special offer, useful tips, or exciting news. 3. Make sure it looks … Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by m2host Set a clear goal for your campaign, whether it's to get more leads, sell more products, get more people to visit your website, or keep in touch with customers. Your whole marketing plan should be based on this goal. Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by Ali_96 According to my Marketing knowledge, these 3 are the most effective points regarding email marketing. 1. Know Your Audience 2. Quality Content is the Key 3. Don't Get Spammed Re: Determine if email address is used by scammer Digital Media Digital Marketing Search Engine Strategies by KomalBhatt You can try directly contacting the police department they claim to represent. Also, genuine police communications typically come from official government domains, not common email services like Gmail. If the emails contains poor grammar, urgent language, or requests for personal information then it's very likely to be spam. And to confirm you can … Re: Backlink Indexing issue Digital Media Digital Marketing Search Engine Strategies by Dani Make sure the backlinks are on pages that are not noindexed (they neither have a meta noindex tag nor a noindex http header), as well as the pages’ URLs not matching any rule on their website’s robots.txt file. Additionally, make sure that the page on your own website the backlink points to doesn’t match a rule on your site’s own robots.txt … 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: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I'm curious on people's thoughts of using DaniWeb's content to train an A.I. model, with all the questions that are marked as Solved. It can be an optional feature, like "Ask DaniWeb AI". When a user asks a question, the DaniWeb AI will auto answer your question if it's been known to be solved already. It can also be a reference … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I have yet to try it or find it's limitations. Trying to free up some space. Those were the minimum requirements, plus 16GB of RAM and ~100GB free space. I also don't know how large a dataset for DaniWeb would be. Will know more later. 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: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? Hi everyone, I'm hanryleo Community Center Say Hello! by hanryleo I am hanry, i am an IT Consultant. I help peoples with their technical issues. Re: Do you participate in any other communities? Community Center Geeks' Lounge by Salem I'm a long-time moderator on cprogramming.com, but it's getting awfully quiet on many of the old forums. DiC was a loss, as was devshed. I seem to be most active now on reddit. Create And Install Windows Service Step By Step In C# Programming Web Development by Rabiya_1 I'm New In c# and want to create a windows service here what I'm trying public TestService() { InitializeComponent(); timeDelay = new System.Timers.Timer(); timeDelay.Elapsed += new System.Timers.ElapsedEventHandler(WorkProcess); } public… Re: What are you watching on TV? Community Center Geeks' Lounge by pritaeas I liked the concept, but some choices in the movie I remember I thought were strange. However, this is a while back, so please don't ask specifics. Resident Alien started funny, but didn't grab my attention. Latest I quite liked was "Vis-a-vis" (Spanish).