Trying to create a lan-to-lan vpn between two differents networks Hardware and Software Networking by seb_081 …, give me some advice on how to set up this VPN? Thanks in advance ^^ P.S : i'm french, so my english… Re: Chrome generates AI content Community Center by rproffitt … beginning of your search string. You get a completely different set of results which won't include AI generated content. 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: 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: 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: 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Dani Which of the two actually answered the questions? Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …$mail->isSMTP(); $mail->Host = 'smtp.ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true…; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` // $mail->DKIM_domain = 'example.com';… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …base64'; $mail->isSMTP(); $mail->Host = 'smtp.ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true…//TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` $mail->setFrom('david.tigner@RadiantNewHorizonHomes… 'AI Is Expected to Transform the Role of Controllers & Analysts ' Community Center by Johannes C. … analysts will ever be replaced by AI? ## While AI is set to automate certain aspects of the financial controller's or… 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: HTML Image Embedding Issue Programming Web Development by Steve_89 …. **File Permissions**: Ensure that the image file has appropriate permissions set to be accessed by your HTML file. If after checking… Re: HTML Navigation Menu Alignment Issue Programming Web Development by aundigital … elements, which could affect their alignment. You might want to set them to display as inline or inline-block elements to… 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 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 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 … Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful 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 …$mail->isSMTP(); $mail->Host = 'smtp.ionos.com'; //Set the SMTP server to send through $mail->SMTPAuth = true…; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` // $mail->DKIM_domain = 'example.com';… 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. Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 … and database to the agent. In addition, you need to set the `agent_type` attribute to `open_tools`, which tells the agent to… use the OpenAI tools to process agent queries. Finally, we set the `verbose` attribute to `True` to see how the agent… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … seems is useless. here is the code i am using: P.S: `$image4` variable sometimes can contain video link or image…