Alexandre R. Janini
Results
2
issues of
Alexandre R. Janini
Hello, How can I set multiple addresses in the `to` field? I've tried: ```php $config = [ 'personalizations' => [ [ 'to' => [ [ 'email' => '[email protected]', 'name' =>...
When the PDO connection to the database fails, a `PDOException` is thrown that shows the password in plaintext (you can test this by typing an incorrect username or password). I've...