carbon_mailjet_adapter
Version, currently 0.1.01 version
- 0.1.0latestApr 25, 2024
github.com/wout/carbon_mailjet_adapter
A Mailjet adapter for the carbon email library
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
carbon_mailjet_adapter:
github: wout/carbon_mailjet_adapter
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
>= 1.10.0- License
- MIT
- Author
- Wout
Dependencies
Runtime Dependencies
Development Dependencies
README
carbon_mailjet_adapter
Integration for Lucky's Carbon email library and mailjet.cr to send emails via Mailjet.
Installation
- Add the dependency to your
shard.yml:
dependencies:
carbon_mailjet_adapter:
github: wout/carbon_mailjet_adapter
- Run
shards install
Usage
Include the shard:
require "carbon_mailjet_adapter"
Then, configure mailjet.cr:
Mailjet.configure do |settings|
settings.api_key = "your-api-key"
settings.secret_key = "your-secret-key"
settings.default_from = "noreply@email.com"
end
Important
For simplicity and predictability, this adapter will always send using mailjet's v3.1 sending API, regardless of the Mailjet configuration in your project.
Contributing
- Fork it (https://github.com/wout/carbon_mailjet_adapter/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'feat: add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Wout - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Apr 25, 2024
- Commit
7da38c20e0b0- Crystal
>= 1.10.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/wout/carbon_mailjet_adapter
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1