post deprecated
https://console.neon.tech/api/v2/projects//branches//auth/send_test_email
Sends a test email using the SMTP server settings supplied in the request body to verify connectivity and credentials.
The request body must include the full SMTP server settings
(host, port, username, password, sender_email, sender_name) and the recipient_email address.
Deprecated: to test a branch's already-saved configuration, use sendNeonAuthEmailProviderTest, which
reuses the stored SMTP password server-side so the caller never has to re-supply (or be able to read) it.
This endpoint remains available for testing an unsaved full configuration and for non-Better-Auth providers.