ELMAH noYsod attribute when emailing? -


i new elmah , configuring send email. cannot find documentation on noysod attribute means. have omitted , getting email sent successfully, i'd know mystery attribute does.

extra points...unclear on priority attribute well. prioritizes sending elmah, or tags sent email priority?

       <errormail          from="elmah@example.com"          to="admin@example.com"          subject="..."         priority="low|normal|high"         async="true|false"         smtpport="25"         smtpserver="smtp.example.com"          usessl="true|false"         username="johndoe"         password="secret"          noysod="true|false" /> 

for don't want browse through source code:

noysod: indicates whether ysod attached e-mail or not. if true, ysod not attached. default false.

priority: sets mailpriority of email message. default normal.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -