Wednesday

nbsp in XSL correct


<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

more...

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...