Description
Sends email from Ruby applications through SMTP servers. It is useful for notifications, password resets, reports, and application mail delivery.
SMTP clients handle recipient addresses, message content, and credentials. Use TLS and authentication correctly, avoid open relay behavior, and do not log sensitive message bodies.