Site icon R-bloggers

Sending plain text emails when communicating with CRAN

[This article was first published on pacha.dev/blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Because of delays with my scholarship payment, if this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee that shall be used to continue my Open Source efforts. If you need an R package or Shiny dashboard for your team, you can email me or inquiry on Fiverr. The full explanation is here: A Personal Message from an Open Source Contributor

Why writing this? Prof. Dr. Brian Ripley has sent a request about “no HTML emails” to a few rOpenSci members and yours truly without further clarification. Here is a short and practical guide for sending plain text emails in Gmail, Outlook, and Thunderbird, which is helpful for accessibility. This is relevant for users that rely on text-to-voice readers because of vision issues.

Switch your email client to plain text mode before sending technical questions to CRAN and/or R mailing lists. This helps all users, including those with accessibility needs.

< section id="gmail" class="level2">

Gmail

  1. Compose a new email.
  2. Click the three dots (More options) in the formatting toolbar.
  3. Select “Plain text mode”.
  4. Confirm switching (this removes formatting).
  5. Write and send your message.
< section id="outlook" class="level2">

Outlook

  1. New Email → Go to the Format Text tab.
  2. Click “Plain Text” in the Format section.
  3. Write and send your message.
< section id="thunderbird" class="level2">

Thunderbird

  1. Write → New Message.
  2. Go to Options → Format → Plain Text Only.
  3. Write and send your message.
To leave a comment for the author, please follow the link and comment on their blog: pacha.dev/blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Exit mobile version