Appearance
Starts the default email client
#requires -version 5.1 try { start-process "mailto:markus@fleschutz.de" exit 0 } catch { throw }
This script has no configurable parameters.