Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … address ending in a domain that I own, the submitted info will not send. If they do, it will. The email… 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 They said they can't help me and to contact a web developer because it deals with coding. Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Dani I'm happy to live in Silicon Valley :) Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … way should slip "under the radar" and submitted info would send. It also seems to me the submitter's…'t have to be removed. That submitted info would still display in the submitted info email's body but would be from….com part of the email address that allows the submitted info to send (whatever is to the left of the @ is… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …testing I discovered there was a way for the submitted info to be sent. Here it is. I have …net, @SubterraneanSoundStudio.com or @RebHellionRecords.com otherwise the submitted info will not send. These 4 right side endings can be…put name@RTO-USA.net on RadiantNewHorizonHomes.com and submitted info would send). Any other email address right side (for… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … email addresses. I would want to receive the submitted info from senders of any email address like has been since… only website that an online submission page would send submitted info from would be gmail.com. Continuing from that example, …is a way for online submission pages to send submitted info without the user having to have an email address … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … johnsmith@RTO-USA.net (ficticious email addresses) then the submitted info would be emailed to me but if he uses his… my real email address of truth625@yahoo.com. The submitted info would not be sent. Would that mean that I am… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … not have the ; there and while no emails of submitted info were being sent at least the screen display HTML file… 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 … telling the truth. He presses the submit button. The submitted info would fail to send because his email address wasn't… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …-USA.com"; (or @SubterraneanSoundStudio.com, etc.) then the submitted info should send. This Unknown@RTO-USA.com email address is… 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 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: 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 … How Build Html form ? Programming Web Development by Kirubel_2 …="POST" > <div class="user-info"> <div class="input-box">…> </div> <div class="gender-info"> <input type="radio" name="… to say"> <span class="gender-info">Gender</span> <div class=&… Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by mx_983 …: wsrep_load(): Galera 26.4.16(rXXXX) by Codership Oy <info@codership.com> loaded successfully. 2024-04-03 5:05…/mysql.sock --wsrep_start_position=20c1183c-e5c5-11ee-9129-97e9406cb3f8:7183126' WSREP_SST: [INFO] rsync SST started on joiner (20240403 05:05:10.645… Display product filter on all products category Programming Web Development by ianhaneybs … is https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=29713. I have contacted the developer but don… 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 david.tigner More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email address associated … 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: Online subission forms not sending emails of submitted info Programming Web Development by Biiim Hi David, > More problems. I incorporated the coding Biiim provided. Before any changes, after submission, would display the correct (yellow) screen. After code changed, not only will still not send email but screen turns blank white. URL provider, IONOS, told me that the Host is smtp.ionos.com and the Username and password are for an email… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 …file_info).read() elif file_info.isdir(): # Read the contents... logger.info(f"Is directory: {file_info.name}") file_contents = …file_info).read() elif file_info.issym(): # Read the contents... logger.info(f"Is symbolic link: {file_info.name}") file_contents … Re: Read file properties of video files in C++ Programming Software Development by pritaeas …... There is no real Windows API to read video info, as this info is different for each video format. With the Windows… 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? Re: Read file properties of video files in C++ Programming Software Development by toneewa …, "Cannot find stream information\n"); return -1; } // dump info on input or output format. av_dump_format(fmt_ctx, 0, "snow…