UAL-RE / LD-Cool-P

Python tool to enable data curation
MIT License
4 stars 5 forks source link

Email templates generation tool #78

Open astrochun opened 4 years ago

astrochun commented 4 years ago

As part of the prerequisite workflow, it would be nice to generate mark-up text for an acknowledgement email. This should include:

  1. A list of To address: e.g., depositor and first author (if an email can be retrieved)
  2. A proper salutation with the names
  3. The custom Qualtrics URL for the deposit agreement
damian-romero commented 3 years ago

I will link my dissertation email generation tool repo here as soon as I make the public release.

damian-romero commented 3 years ago

@astrochun Question: How would the mark-up be parsed? In my project, I generate text using f-strings. The text is then directly copied to the user's clipboard, and then the user pastes it on their email app. They don't need to do anything with mark-up.