We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly, thank you for the wonderful package, work life is made easy with it.
When using glue() function in subject, it is not supporting, it is throwing below error:
Error in FUN(X[[i]], ...) : Sorry, parameter type `NA' is ambiguous or not supported.
If I remove glue or wrap it in paste() it works.
library(glue) send.mail(from='an email address', to=c('some email'), subject=paste(glue("test- {strftime(startdate,'%B %Y')}")), body=content_html, html=TRUE, smtp=list(host.name='something here',send=TRUE), authenticate = FALSE, attach.files = currentpath)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly, thank you for the wonderful package, work life is made easy with it.
When using glue() function in subject, it is not supporting, it is throwing below error:
If I remove glue or wrap it in paste() it works.
The text was updated successfully, but these errors were encountered: