AutoMate v1.3
AutoMate v1.3 - Secure Email Configuration
This release introduces the ability to securely configure Mailgun for sending or scheduling emails directly from AutoMate, enhancing the application's communication capabilities.
Added:
-
Mailgun Credential Setup: Introduced a new modal dialog allowing users to enter and save their Mailgun API key and sending domain. This modal can be accessed via the settings gear icon (⚙️) located in the bottom-left corner of the 'Email' view.
-
Secure Credential Storage: Implemented secure storage for Mailgun credentials leveraging the system's native keyring (python-keyring library). This ensures sensitive API keys are not stored in plain text configuration files.
-
Secure Credential Retrieval: The application can now securely retrieve the stored Mailgun credentials when needed for email operations.
Security:
- Enhanced Credential Security: By using the system keyring, Mailgun API keys are stored using industry-standard secure practices, significantly improving security.