PHPMailer
Repos
4

Events

Created at 5 hours ago
Created at 7 hours ago
Created at 7 hours ago
Created at 8 hours ago
Created at 11 hours ago
Created at 17 hours ago
Created at 18 hours ago
issue comment
Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

@lulibo how do I access the VHM settings if I am running from xampp?

Created at 1 day ago
Created at 1 day ago
closed issue
Unable Sending to different emails if condition meet

Discussed in https://github.com/PHPMailer/PHPMailer/discussions/2887

Originally posted by JonthueM March 28, 2023 I notice that the address that is used for i.e. Fervent foodies is also used for The Conversation. I tried to clear it as you see below on Fervent foodies but php didn't like that lol!

foreach($_POST['growgroups'] as $growgroups)
		{
			
			if ($growgroups === 'Fervent Foodies')
			{
				$mail->Subject = "Interested in Grow Group Fervent Foodies";
				$mail->addAddress("sitemaster@1usda.org");
				$mail->send();
				$mail->addAddress("");
			} 
			if ($growgroups === 'The Conversation')
			{
				$mail->Subject = "Interested in Grow Group The Conversation";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			}
			if ($growgroups === 'Wednesday Night Bible Study')
			{
				$mail->Subject = "Interested in Grow Group Wedensay Night Bible Study";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			} 
			if ($growgroups === 'Its Not About Me')
			{
				$mail->Subject = "Interested in Grow Group It's Not About Me";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			} 
			if ($growgroups === 'Young Couples Mentorship')
			{
				$mail->Subject = "Interested in Grow Group Young Couples Mentorship";
				$mail->addAddress('sitemaster@1usda.org');
				$mail->send();
			} 
			if ($growgroups === 'Whats Next')
			{
				$mail->Subject = "Interested in Grow Group Whats New";
				$mail->addAddress("michel.bkyc@gmail.com");
				$mail->send();
			}  
		}
```</div>
                                    
Created at 1 day ago
issue comment
Unable Sending to different emails if condition meet

See answer in #2887

Created at 1 day ago
opened issue
Unable Sending to different emails if condition meet

Discussed in https://github.com/PHPMailer/PHPMailer/discussions/2887

Originally posted by JonthueM March 28, 2023 I notice that the address that is used for i.e. Fervent foodies is also used for The Conversation. I tried to clear it as you see below on Fervent foodies but php didn't like that lol!

foreach($_POST['growgroups'] as $growgroups)
		{
			
			if ($growgroups === 'Fervent Foodies')
			{
				$mail->Subject = "Interested in Grow Group Fervent Foodies";
				$mail->addAddress("sitemaster@1usda.org");
				$mail->send();
				$mail->addAddress("");
			} 
			if ($growgroups === 'The Conversation')
			{
				$mail->Subject = "Interested in Grow Group The Conversation";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			}
			if ($growgroups === 'Wednesday Night Bible Study')
			{
				$mail->Subject = "Interested in Grow Group Wedensay Night Bible Study";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			} 
			if ($growgroups === 'Its Not About Me')
			{
				$mail->Subject = "Interested in Grow Group It's Not About Me";
				$mail->addAddress('michel.bkyc@gmail.com');
				$mail->send();
			} 
			if ($growgroups === 'Young Couples Mentorship')
			{
				$mail->Subject = "Interested in Grow Group Young Couples Mentorship";
				$mail->addAddress('sitemaster@1usda.org');
				$mail->send();
			} 
			if ($growgroups === 'Whats Next')
			{
				$mail->Subject = "Interested in Grow Group Whats New";
				$mail->addAddress("michel.bkyc@gmail.com");
				$mail->send();
			}  
		}
```</div>
                                    
Created at 1 day ago
Created at 1 day ago
Created at 1 day ago
Created at 1 day ago
Created at 1 day ago
Created at 1 day ago
Created at 2 days ago
Created at 2 days ago
Created at 2 days ago
Created at 2 days ago
Created at 2 days ago
pull request opened
Prevent PHP8+ Error 8192 - strlen(): Passing null to parameter #1 ($s…

…tring) of type string is deprecated

Created at 2 days ago
Created at 2 days ago
Created at 3 days ago
Created at 3 days ago
Created at 3 days ago