Gmail SMTP Service
Secure SMTP email sending via Gmail
Official Website: https://gmail.com
Features
- Secure SMTP
- OAuth2 support
- Gmail infrastructure
- Free to use
Configuration Settings
To activate this integration, you need to provide the following information in the AVCI CMS admin panel:
| Field Name | Label | Type | Required | Description |
|---|---|---|---|---|
clientId | Client ID | text | ✅ Yes | Ex: Google OAuth Client ID |
clientSecret | Client Secret | password | ✅ Yes | Ex: Google OAuth Client Secret |
refreshToken | Refresh Token | password | ✅ Yes | Ex: OAuth Refresh Token |
fromEmail | From Email | email | ✅ Yes | Ex: example@gmail.com |
fromName | From Name | text | ✅ Yes | Ex: Company Name |
Developer & API Integration
This integration is managed in the AVCI CMS backend with the IntegrationType.GMAILSMTP enum value. After completing the configuration via the admin panel, the system will automatically start using Gmail SMTP services.