Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Last active January 15, 2021 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toyeiei/7495caf051daec2d45d70cb2c3daa251 to your computer and use it in GitHub Desktop.
Save toyeiei/7495caf051daec2d45d70cb2c3daa251 to your computer and use it in GitHub Desktop.
example email in XML format
<email>
<first>
<from>toy@datarockie</from>
<to>students@data-science-bootcamp.com</to>
<subject>Welcome to our course</subject>
<content>I hope you enjoy the class</content>
<date>16 January 2021</date>
</first>
<second>
<from>toy@datarockie</from>
<to>students@data-science-bootcamp.com</to>
<subject>Please install R and RStudio desktop</subject>
<content>Install these software before our live class on Saturday</content>
<date>16 January 2021</date>
</second>
</email>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment