Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<mcSystemAlerter>
   <alerts>  
      <emailalert>
		<recipients>
			         <recipients>
            <recipient email="Some.body@somewhere.org"></recipient>
		         </recipients>
		<configuration>
			         <configuration>
            <smtp host="smtp.deltares.nl"></smtp>
		         </configuration>
		<subject>
			         <subject>
            <subjectline content="The subject line of the email to send"></subjectline>
			            <substitutions></substitutions>
		         </subject>
		         <body value="%LOG%"></body>
		         <attachments></attachments>
	      </emailalert>
	   </alerts>
</mcSystemAlerter>

...