Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 16, 2020 11:04
Show Gist options
  • Save uncoded-ro/edb437236454937a13047fe3792b1e04 to your computer and use it in GitHub Desktop.
Save uncoded-ro/edb437236454937a13047fe3792b1e04 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!-- structura utilizata pentru stocarea unui mesaj -->
<mail>
<to>webmaster@virtualcampus.ro</to>
<!-- elementul <from> precizeaza cine este autorul mesajului -->
<from>virgil.popescu@virtualcampus.ro</from>
<subject>Test mail</subject>
<body />
<date>
<day>12</day>
<month>03</month>
<year>2019</year>
</date>
</mail>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment