halo
Version, currently 0.3.05 versions
- 0.3.2latestMar 28, 2026
- 0.3.1not indexedAug 9, 2026
- 0.3.0not indexedAug 9, 2026
- 0.2.0not indexedAug 9, 2026
- 0.1.0not indexedAug 9, 2026
github.com/GrottoPress/halo
SMTP adapter for Carbon mailer
Nothing has been indexed for 0.3.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
halo:
github: GrottoPress/halo
version: ~> 0.3.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.3.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Halo
Halo is a simple SMTP adapter for Carbon mailer.
Installation
-
Add the dependencies to your
shard.yml:dependencies: halo: github: GrottoPress/halo carbon: github: luckyframework/carbon version: ~> 0.5.0 -
Run
shards install
Usage
Set an instance of Halo::Adapter as Carbon's adapter:
require "carbon"
require "halo"
abstract class BaseEmail < Carbon::Email
end
BaseEmail.configure do |settings|
settings.adapter = Halo::Adapter.new(
host: "smtp.domain.tld",
port: 587,
username: "user@domain.tld",
password: "a1b2c3",
domain: "domain.tld" # HELO domain
)
end
That's it! Send emails as usual. Check out Carbon's documentation for details.
Development
Run tests with crystal spec -p.
Contributing
- Fork it
- Switch to the
masterbranch:git checkout master - Create your feature branch:
git checkout -b my-new-feature - Make your changes, updating changelog and documentation as appropriate.
- Commit your changes:
git commit - Push to the branch:
git push origin my-new-feature - Submit a new Pull Request against the
GrottoPress:masterbranch.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.3.0- Tagged
- Aug 9, 2026
- Commit
afdc5364b2f3- Indexed
- not yet
Dependents
Repository
github.com/GrottoPress/halo
Metadata
- Created
- Aug 17, 2026
- Updated
- Sep 20, 2026
- Synced
- Sep 20, 2026
- Versions
- 5