docs: remove comments
This commit is contained in:
		
							parent
							
								
									aa5ee7fccf
								
							
						
					
					
						commit
						3c4eca5472
					
				|  | @ -14,8 +14,6 @@ $dotenv->required('MAILER_SUFFIX')->notEmpty(); | ||||||
| 
 | 
 | ||||||
| $dsn = $_ENV['MAILER_PREFIX'] . urlencode($_ENV['MAILER_PWD']) . $_ENV['MAILER_SUFFIX']; | $dsn = $_ENV['MAILER_PREFIX'] . urlencode($_ENV['MAILER_PWD']) . $_ENV['MAILER_SUFFIX']; | ||||||
| $transport = Transport::fromDsn($dsn); | $transport = Transport::fromDsn($dsn); | ||||||
| // $pwd = urlencode('oALj/+F*b#).n&3i>{A>_x[nbk(k97~2');
 |  | ||||||
| // $transport = Transport::fromDsn('smtp://noreply@adamsdesk.com:' . $pwd  . '@pariah.cirrushosting.com:465?verify_peer=0');
 |  | ||||||
| $mailer = new Mailer($transport); | $mailer = new Mailer($transport); | ||||||
| $email = (new Email()) | $email = (new Email()) | ||||||
|     ->from('Tester' . '<' . 'tester@example.com' .'>') |     ->from('Tester' . '<' . 'tester@example.com' .'>') | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue