carbon
carbon copied to clipboard
Email library for Crystal. Testable, adapter-based, and catches bugs for you. Comes with an adapter for SendGrid.
https://github.com/luckyframework/carbon/blob/d7d9b3004098c850d6b9d3d310f6b2d72a8a5b1a/src/carbon/tasks/gen/email.cr#L59-L67 It assumes you're generating an email like `WelcomeUser` which it will name `WelcomeUserEmail`. But if you generate `WelcomeUserEmail`, it'll name it `WelcomeUserEmailEmail`... we should not do that :joy:
https://github.com/luckyframework/pulsar This will allow users of carbon to listen to email-related events.
I have a spec that looks like this: ```crystal NewPostEmail.new(friend, me, post).should be_delivered NewPostEmail.new(friend, me, later_post).should_not be_delivered ``` because I'm sending bulk emails. In this case, I want to make...
Hello, Any way to attach files on email? I cannot find it in the documentation.
It would be cool if all of the URLs in your email were like green or something when you use the dev adapter to print emails. A well designed email...
Now that we publish API docs, we need to start filling in all of the actual inline documentation. Once that's done, the docs in the README can point to the...
Maybe using postmark as the base https://github.com/wildbit/postmark-templates
I'm not exactly sure how this will work but this is roughly what I want to be able to do: ```markdown ## Welcome to MyApp You can always [visit your...