# Create a credentials file to make it
# much easier to send email out through
# Gmail with `smtp_send()`; name the
# file "gmail_creds"
# create_smtp_creds_file(
# file = "gmail_creds",
# user = "user_name@gmail.com",
# provider = "gmail"
# )
Run the code above in your browser using DataLab