The nexter/get-smtp-settings ability reads the current SMTP email configuration from Nexter Extension. It returns the connection type, server host and port, encryption method, and sender details. Sensitive values such as passwords are masked in the response. Use this ability to audit or display current email delivery settings without exposing credentials.
Key Takeaways
Required Setup
This ability ships with Nexter Extension (Free). If you do not have it installed, follow the guide on how to install and activate Nexter Extension first.
What It Returns
The ability returns an SMTP settings object. Fields include: enabled (boolean), type (gmail or custom), from_name, from_email, host, port (25, 465, or 587), encryption (tls, ssl, or none), auto_tls (boolean), auth (boolean), username, and password (masked).











