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 … submitted info to be sent. Here it is. I have online submission pages on 4 websites: RadiantNewHorizonHomes.com, RTO-USA.net… 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: Determine if email address is used by scammer Digital Media Digital Marketing Search Engine Strategies by KomalBhatt … spam. And to confirm you can search the email address online or check scam reporting websites to see if others have… 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 david.tigner … address associated with the domain that the online submission page is on, and since these online submission pages are on a total… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … address associated with the domain that the online submission page is on, and since these online submission pages are on a total… How NOT to do business online Digital Media Digital Marketing by Reverend Jim … this problem. This is not the way to run an online business. 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. … in 2022, but what's the impact? The US-led online effort got thousands of followers, but that doesn't mean… Re: Best Social Networking sites to promote business Digital Media Digital Marketing by ani03 Best Social media platforms are Facebook, linkedin, myBridge.me, Twitter, Youtube. These platforms are best to promote Business online. 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 … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani To clarify, I am suggesting: [...] //make your email body to send here $survey = "RadiantNewHorizonHomes.com General Inquiries" . "\r\n" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n&… 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. 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. Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani I was talking to Chris (the DiC founder/owner) a little bit before he decided to shut it down. He was saying he's been so busy with his other businesses that he spent maybe 5 minutes on it over the past 5 years, so he lost interest, and it wasn't paying its server costs. At least in the case of DaniWeb, it *also* isn't even coming close to … Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani Oh, and as for Reddit, Google has taken a very keen interest in Reddit as of recently. They just began paying them for full access to their internal API to get a stream of all Reddit content. Plus they just very recently IPO'ed a few days ago and their stock is doing quite well. (I bought a little on opening day). Re: Do you participate in any other communities? Community Center Geeks' Lounge by Dani Oh, and that reminds me, ... does Reddit have programming subreddits where you can actually post and debug code a la DaniWeb? I never took Reddit for being an excellent medium for programming. Re: Do you participate in any other communities? Community Center Geeks' Lounge by Salem Yeah, there are sub-reddits for most languages and programming in general. I'm spending way too much time in https://www.reddit.com/r/C_Programming/ for example. There's the usual collection of helpful people, pedants, trolls and idiots - but that's true anywhere. The mods seem to be keeping it ticking over nicely. Re: What is the Best Marketing Platform For E-commerce Website? Digital Media Digital Marketing by AndyBeohar Google Ads for targeted advertising worked for me. And I can confidently say that it works for almost everyone. These are some of the best marketing platforms for e-commerce websites: * Google Ads * Facebook Ads * Instagram Ads * Email Marketing Platforms (e.g., Mailchimp) * Amazon Advertising * Content Management Systems (e.g., WordPress, … Re: What is the Best Marketing Platform For E-commerce Website? Digital Media Digital Marketing by m2host 1. Shopify 2. WooCommerce 3. Mailchimp 4. Klaviyo Re: What is the Best Marketing Platform For E-commerce Website? Digital Media Digital Marketing by aishamushtaq As a Digital Marketing Executive at Expertek Cyber Solutions Inc., consider leveraging platforms like Google Ads, social media advertising, influencer marketing, and content marketing to promote your towels and apparel websites in the US market. Additionally, focus on implementing a robust SEO strategy to improve search engine rankings and drive … Re: Do you participate in any other communities? Community Center Geeks' Lounge by polles yeah, reddit also E-Commerce Advertising Networks Hardware and Software Networking by e-commercead … consumers unparalleled convenience and accessibility. However, with the proliferation of online stores, standing out in the crowded e-commerce landscape requires… role of E-Commerce Advertising networks in driving success for online businesses. From understanding the basics to leveraging advanced strategies, we… Re: What is the scope of digital marketing for small businesses? Digital Media Digital Marketing by KomalBhatt Digital marketing for small businesses encompasses a range of online strategies like social media, email marketing, and search engine optimization. …