Hi ,
I am trying to send emails from R studio using the emayilii package,
The idea is to send a different report (R markdown) to different people,
I am trying to iterate through the email addresses and the parameters of R markdown using the function pwalk .. nevertheless I am getting an error related to the purrr package which I am not able to interpret .. could you please help me? it's important to highlight that the reports I am trying to send are quite heavy
Thanks for your help
Backtrace:
1. purrr::pwalk(...)
5. emayili (local) smtp(.)
6. purrr (local) send_mail(...)
at emayili/R/server.R:157:4
7. purrr::rate_sleep(rate, quiet = quiet)
8. purrr:::stop_rate_excess(rate)
Run `rlang::last_trace()` to see the full context.