Skip to content

Conversation

@abesticode
Copy link
Contributor

@abesticode abesticode commented Dec 31, 2025

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Version 0.0.2 Update:

New Features:

  • Added animated SVG icons with CSS animations:
    • Floating envelope animation effect
    • Typing HTML brackets (</>) with staggered delay
    • Pulsing shine effect

Bug Fixes:

  • Fixed AWS SES compatibility: Removed email format validation for SMTP username (email_account) to support AWS SES IAM credentials
  • Added proper validation for sender_address field
  • Improved error messages for AWS SES configuration

Documentation:

  • Updated author link in README
  • Added changelog section to documentation

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

This plugin uses user-provided SMTP credentials to send emails. The following data is processed but not collected or stored:

  • Email addresses (sender, recipients, CC, BCC, reply-to)
  • Email content (subject, body)

All data is transmitted directly to the user's configured SMTP server and is not stored, logged, or transmitted to any third-party services.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

@abesticode abesticode force-pushed the abesticode/add-email-html-pro branch from cff35e3 to df7e616 Compare December 31, 2025 22:05
…ication

- Remove email format validation for email_account (SMTP username)
- Add validation for sender_address which must be a valid email
- Improve error messages for AWS SES configuration
@abesticode
Copy link
Contributor Author

Hi @crazywoola , please review and approve this PR. This PR includes the following changes:

  • Fixed AWS SES compatibility: Removed email format validation for the SMTP username (email_account) to support AWS SES IAM credentials.
  • Added proper validation for the sender_address field.
  • Improved error messages for AWS SES configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant