Simple check to see if Resend API key is available in environment.
See also
get_resend_config()to retrieve full configurationResend Getting Started for setup
Other configuration:
get_resend_config()
Examples
if (is_resend_configured()) {
# Send email
} else {
message("Resend not configured")
}
#> NULL
