- Fix email_chk return TRUE for
[email protected]
.
- Fix typo on dynamic-templates docs.
- Add apikey param on
auth_set()
function for non-interactive environment. - Add envvar
SENDGRID_API
. When on load package with envvarSENDGRID_API
, use value as api key.
- Rebuild document with roxygen2 7.2.1
- api key manage with keyring pacakge.
- Fix test for Windows.
- Remove fs package for check file exist and lint other deps.
- Add embed_rmd() function using emayili package(0.7.0).
- Refactor Dynamic Template related functions.
- Add dynamic_Template() function.
- Add template_id validation and force options to bypass.
- Remove unused dependency packages.
- Fix print function for sg_mail class.
- Remove unused dependency packages.
- Fix url on description file.
- Update Docs Return value for dynamic_template_data() and template_id() function.
- Add dynamic_template_data() and template_id() function with @aedobbyn and tested @CurtisPetersen.
- Add Docs for cran.
- Fix DESC for cran.
- Add content_id on attachments.
- Add auto-setting mime type.
attachments()
function check path param is set right file.
- Set print function for sg_mail class.
- Minimal version launched.
- Added a
NEWS.md
file to track changes to the package.