I re-installed blastula and it did install smtp_send as one of its helper functions:
installing help indices
converting help for package 'blastula'
finding HTML links ... done
add_attachment html
add_cta_button html
add_ggplot html
add_image html
add_imgur_image html
add_readable_time html
article html
attach_connect_email html
blastula_email html
block_articles html
block_social_links html
block_spacer html
block_text html
block_title html
blocks html
compose_email html
create_smtp_creds_file html
create_smtp_creds_key html
credential_helpers html
get_html_str html
md html
pipe html
prepare_rsc_example_files html
prepare_test_message html
print.blastula_message html
render_email html
send_by_mailgun html
smtp_send html
social_link html
suppress_scheduled_email html
view_credential_keys html copying figures
building package indices
installing vignettes
testing if installed package can be loaded from temporary location
testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
DONE (blastula)
However, if I am using smtp_send then I am getting the following error :
Error: 'smtp_send' is not an exported object from 'namespace:blastula'
I re-installed blastula and it did install smtp_send as one of its helper functions:
installing help indices converting help for package 'blastula' finding HTML links ... done add_attachment html
add_cta_button html
add_ggplot html
add_image html
add_imgur_image html
add_readable_time html
article html
attach_connect_email html
blastula_email html
block_articles html
block_social_links html
block_spacer html
block_text html
block_title html
blocks html
compose_email html
create_smtp_creds_file html
create_smtp_creds_key html
credential_helpers html
get_html_str html
md html
pipe html
prepare_rsc_example_files html
prepare_test_message html
print.blastula_message html
render_email html
send_by_mailgun html
smtp_send html
social_link html
suppress_scheduled_email html
view_credential_keys html
copying figures building package indices installing vignettes testing if installed package can be loaded from temporary location testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path
However, if I am using smtp_send then I am getting the following error : Error: 'smtp_send' is not an exported object from 'namespace:blastula'