Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … asked ? So I'm seeing if in the back end PHP file, the email address in question is not anything entered… Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani Yes, if the page does not contain video content, then remove `itemscope itemtype="http://schema.org/VideoObject"` I'm so sorry for not responding sooner. I just saw your post now. 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'… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I am not pretending to send emails from x@gmail.com or any other email address. Here's what is happening: If a submitter (the one that fills out the form and presses the Submit button) doesn't enter an email address ending in a domain that I own, the submitted info will not send. If they do, it will. The email address they enter in this case does … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner They said they can't help me and to contact a web developer because it deals with coding. 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: HTML Image Embedding Issue Programming Web Development by Steve_89 …**: Make sure the file extension of your image is correct. If your image is a JPEG, the extension should be …matches exactly. 4. **Folder Structure**: Double-check that your image is indeed in the "images" folder and that… HTML file. 5. **File Permissions**: Ensure that the image file has appropriate permissions set to be accessed by your… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …all, e.g. error in the 1st running PHP file). Adding the semi-colon at end of line…screen display HTML file (2nd running file after the PHP) was. So I started adding the new code …bit by bit to the original PHP file to see where it would crash. First… be difficult as using 1 & 1/Ionos PHP files. What is coding to access error logs or… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …; require 'includes/PHPMailer/src/Exception.php'; require 'includes/PHPMailer/src/PHPMailer.php'; require 'includes/PHPMailer/src/SMTP.php'; and the second is mine… require DNS access. EDIT2: You could also try taking the PHP out of the try - catch block to see if that… 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: 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"` 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 … APIs and SDKs in a PHP project Programming Web Development by FarrisFahad … to understand how I can add an SDK to my PHP projects to make APIs calls. I noticed that every software… to have it for every SDK? I am also using PHP procedural programming and I noticed that these SDKs use OOP… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … variable sometimes can contain video link or image link. <?php if (!empty($image4)): ?> <…png', 'jpg', 'jpeg'))) { // Display an image if the link points to a PNG, JPG, or…;meta itemprop="name" content="<?php echo htmlspecialchars($product_name); ?>"> <… HTML Image Embedding Issue Programming Web Development by khan zain …the code I'm using. Any insights on why the image isn't displaying as expected?"" <!DOCTYPE … initial-scale=1.0""> <title>Image Woes</title> </head> <body&…lt;img src=""images/my-image.jpg"" alt=""My Image""> </body>… Re: APIs and SDKs in a PHP project Programming Web Development by rproffitt > A software development kit is a collection of software development tools in one installable package. As such your last question doesn't make sense. The SDK installs your software development tools and your code would be where the API is called but not a call to the SDK! Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … 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…They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Question: how does one get the Command Line PHP.exe file needed to install Composer ? In Composer … 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 …is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, …the PHPMailer folder. like `require '../../includes/PHPMailer/src/PHPMailer.php';` I don't have access to the hosting server … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … screen is something in the coding not being understood by PHP 8.2. Any insights on what could be causing the… blank white screen ? <?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'PHPMailer… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it… that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the… Display product filter on all products category Programming Web Development by ianhaneybs …www.beechwoodsolutions.co.uk/sites/simply-heavenly-foods/index.php?route=product/category&path=271 has the …www.beechwoodsolutions.co.uk/sites/simply-heavenly-foods/index.php?route=product/category&path=-1 I would … extension I downloaded is https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=29713. I have… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … screen is something in the coding not being understood by PHP 8.2. Any insights on what could be causing the… How Build Html form ? Programming by Kirubel_2 …<input type="text" name="image" placeholder="Enter Your account number(Berhan Bank…cursor:pointer; font-style: arial; font-weight: bold; } .image{ width: 100%; } .image img{ width: 100%; } @keyframes shadow-mercury { 0% {…