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 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 … /* Set the mail sender. */ $mail->CharSet = "UTF-8"; $mail->Encoding = 'base64'; $mail->isSMTP(); $…//if (!$mail->Send()) { //echo "Mailer Error: " . $mail->ErrorInfo; //}else{ // echo "Message sent!"; // } catch (Exception $e) {… 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 …, something like: $mail = new PHPMailer(TRUE); $mail->CharSet = "UTF-8"; $mail->Encoding = 'base64'; $mail->isSMTP(); $mail->… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa …Math.random() * 5 + 2 ); } if (xUp) x += xDx; else x -= xDx; if ( yUp ) y += yDy; else y…g.setColor(Color.black); g.drawString("Collision Count: " + collisionCount, 20, 20); }… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa … g.setColor(Color.black); g.drawString("Collision Count: " + collisionCount, 20, 20); g.drawString("X: " + b.get(1).getX(), 180…, 20); g.drawString("Y: " + b.get(1).getY(), 220, 20); … Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 … ( Math.random() * 5 + 2 ); } if (xUp) x += xDx; else x -= xDx; if ( yUp ) y += yDy; else y -=…[] ) { JFrame frame = new JFrame( "Bouncing Balls" ); Ball b[] = new Ball[6];… How Build video-player in html And css ? Programming by Kirubel_2 …(){ x=document.getElementById("follow").style.display; if(x!="none"){ x=document.getElementById("follow").style.display="none"; } else{ x=document.getElementById("follow").style.display="initial&quot Re: How Build video-player in html And css ? Programming by Kirubel_2 … cover; background-repeat: no no-repeat; overflow-y: scroll; overflow-x: auto; } .body2{ height: 100%; width: 100%; background: …rgb(0,0,0,0.9); overflow-y: scroll; overflow-x: auto; } #in{ background: #070707; border:1px solid … Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Thank you so much for your reply and additions! It is certainly working as I wanted. I will read through the code you have added and ask you any questions I might have. I hope you don't mind. Regards Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by Dani I’ll mark this question solved :) Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by Dani … oh, sorry, missed the bit about you still needing clarifications. Feel feee to ask :) I’ll now unmark this topic as solved. /facepalm Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Hello, Thank you again so much! All your additions are clear, but it seems like whenever two balls collide, more than one ball is added to the arraylist and painted. Any way to have just one ball added to the panel for every collision? Have some kind of a toggle flag in paintcomponent? Regards Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa Yes, this is true. Overlapping ball spawns can do that causing a chain reaction. Something like that could be done. How you handle the spawning of the new ball is what I played with a bit before. You will see better collision detection changing to: g.fillOval(ball.getX(), ball.getY(), 1 * ball.getRadius(), 1 * ball.getRadius()); Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Got it. Thank you so much! Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by vortex_1 In my opinion, implementing a feature in a bouncing balls simulation where a new ball is created when two balls collide can add an interesting and dynamic element to the simulation. This feature can introduce a sense of complexity and unpredictability, making the simulation more engaging and challenging for users. It could also provide an … Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Great reply, vortex! Agree with all your points. Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by aishamushtaq Hi, Its helpful for me. I got my answer. Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … media backup with tarfile.open("/var/backup/netbox_backups/netbox_media_2024-03-24.tar.bz2", "r:bz2") as file_tar_bz2: # Go ….isdir(): # Read the contents... logger.info(f"Is directory: {file_info.name}") file_contents = file_tar_bz2.extractfile(file_info).read() elif file_info… 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: 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 …" . "\r\n" . // "Name: " . $_POST['Name'] . "\r\n" . // "E-mail Address: " . $_POST['Email'] . "\r\n" . // "Phone Number: " . $_POST['Phone'] . "\r\n" . // &quot 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 …" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n" . "Phone Number: " . $_POST['Phone'] . "\r\n" . &quot Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … you find one that works: $mail->SMTPSecure = "ssl"; $mail->SMTPSecure = "tls"; $mail->Port = 587; $mail->Port… email body to send here Should be "Comments or Questions: " . $_POST['Message'] . "\r\n"; //make your email body to send… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 …sprite if(KEY_DOWN(VK_RIGHT)) { cavemanRight.movex = +5; cavemanRight.x += cavemanRight.movex; cavemanRight.y += cavemanRight.movey; } if(KEY_DOWN…(VK_LEFT)) { cavemanRight.movex = -5; cavemanRight.x += cavemanRight.movex; cavemanRight.y += cavemanLeft.movey; } if(cavemanRight…