carbon_send_in_blue_adapter
Version, currently 0.4.01 version
- 0.4.0latestMay 13, 2026
github.com/atnos/carbon_send_in_blue_adapter
No description declared in shard.yml.
1 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
carbon_send_in_blue_adapter:
github: atnos/carbon_send_in_blue_adapter
version: ~> 0.4.0Then run:
shards installshard.yml
- Crystal
>= 1.6.0- License
- MIT
- Author
- Bruno Perles
Dependencies
Runtime Dependencies
Development Dependencies
README
carbon_send_in_blue_adapter
This is luckyframework/carbon's adapter for SendInBlue: https://www.sendinblue.com
https://github.com/luckyframework/carbon
Installation
-
Add the dependency to your
shard.yml:dependencies: carbon_send_in_blue_adapter: github: atnos/carbon_send_in_blue_adapter -
Run
shards install
Usage
Set your SENDINBLUE_API_KEY variable inside .env
and update your config/email.cr file with:
require "carbon_send_in_blue_adapter"
BaseEmail.configure do |settings|
if Lucky::Env.production?
sendinblue_key = sendinblue_key_from_env
settings.adapter = Carbon::SendInBlueAdapter.new(api_key: sendinblue_key)
else
settings.adapter = Carbon::DevAdapter.new(print_emails: true)
end
end
private def sendinblue_key_from_env
ENV["SENDINBLUE_API_KEY"]? || raise_missing_key_message
end
private def raise_missing_key_message
puts "Missing SENDINBLUE_API_KEY. Set the SENDINBLUE_API_KEY env variable to '' if not sending emails, or set the SENDINBLUE_API_KEY ENV var.".colorize.red
exit(1)
end
Contributing
- Fork it (https://github.com/your-github-user/carbon_send_in_blue_adapter/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Bruno Perles - 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.4.0- Tagged
- May 13, 2026
- Commit
ca6a015ea74e- Crystal
>= 1.6.0- Indexed
- yes
Dependents
Repository
github.com/atnos/carbon_send_in_blue_adapter
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 19, 2026
- Synced
- Aug 19, 2026
- Versions
- 1