Vincent Oord
Vincent Oord
Per the README I've changed my configuration in Development mode. # config/environments/development.rb config.sass.inline_source_maps = true config.sass.line_comments = false After that, I've also clear my assets cache, killed all spring tasks,...
The duplicate check is not totally 100% error-proof. One note of my current clippings file doesn't get recognized and is therefore added each time when the sync is run.
To fix #24 I've changed the default dummy_recipient to an example.com email address. For consistency, I've also changed all the email addresses in the specs and the docs to use...
I've added support for adding suppression groups to the `X-SMTPAPI` header. See https://sendgrid.com/docs/API_Reference/SMTP_API/suppressions.html for the documentation. And while I was at it I've fixed some spelling errors 😎