Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mailersend client and improve EmailAddress behavior #1

Merged
merged 7 commits into from
Apr 28, 2024

Conversation

amritghimire
Copy link
Owner

Introduced a new email client, mailersend, and made improvements to the functionality of the EmailAddress type. Adjusted the test suite to match these changes and further updated some client traits and functions for better clarity and functionality.

  • Added a client for the mailersend service, expanding the flexibility of the utility.
  • Enhanced the functionality of the EmailAddress type, providing the ability to pass string literals directly. The change simplifies code and improves readability.
  • Updated some client traits and functions for better clarity and expanded functionality.
  • Test suite has been updated accordingly to reflect these changes.

- A new Mailersend client has been added with the required functions.
- Tests for the client functionality have been updated to reflect changes in the client's data structure.
- The Cargo.toml and Cargo.lock have been updated with the necessary dependencies.
Introduced a new email client, mailersend, and made improvements to the functionality of the EmailAddress type. Adjusted the test suite to match these changes and further updated some client traits and functions for better clarity and functionality.

- Added a client for the mailersend service, expanding the flexibility of the utility.
- Enhanced the functionality of the EmailAddress type, providing the ability to pass string literals directly. The change simplifies code and improves readability.
- Updated some client traits and functions for better clarity and expanded functionality.
- Test suite has been updated accordingly to reflect these changes.
@amritghimire amritghimire self-assigned this Apr 28, 2024
A change has been made in the Cargo.toml file, specifically in the mailersend dependencies.
- Added 'dep:secrecy' as a new dependency to the mailersend.
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Features such as "mailersend", "terminal", "smtp", "memory", and "document-features" on certain imports and functions have been added. This enables these functionalities to be included or excluded at compile-time, depending on the required configuration. This provides greater flexibility and can optimize the build size and time for different usage scenarios.
- The 'wiremock' dependency has been added to the development dependencies in the Cargo.toml file.
- The 'BSD-3-Clause' license has been added to the accept list in the deny.toml file.
- The condition for using certain features in the lib.rs file has been adjusted to include the 'default' feature.
- The documentation for various email clients has been updated to include conditionals for different features in the clients/mod.rs file.
@amritghimire amritghimire merged commit c62500a into master Apr 28, 2024
10 checks passed
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.

2 participants