home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
TV Server Plugin: TvWishList
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="TheNoctambulist" data-source="post: 973332" data-attributes="member: 136501"><p>I modified the source of TvWishlist to use the <a href="http://msdn.microsoft.com/en-us/library/swas0fwc.aspx" target="_blank"><span style="font-family: 'courier new'">SmtpClient.Send</span></a> overload that takes a <span style="font-family: 'courier new'">MailMessage</span> on which I set the <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.isbodyhtml.aspx" target="_blank"><span style="font-family: 'courier new'">IsBodyHtml</span> </a>property to true. I then set the following as the custom format:</p><p>[HTML]<h3 style="margin-bottom:0.5em">[{19}] {18} ({15})</h3></p><p>{21}</p><p><br /></p><p><table></p><p><tr></p><p> <td style="vertical-align:top">Title:</td></p><p> <td style="vertical-align:top">{0}</td></p><p></tr></p><p><tr></p><p> <td style="vertical-align:top">Desc:</td></p><p> <td style="vertical-align:top">{1}</td></p><p></tr></p><p><tr></p><p> <td style="vertical-align:top">Channel:</td></p><p> <td style="vertical-align:top">{2}</td></p><p></tr></p><p><tr></p><p> <td style="vertical-align:top">Start:</td></p><p> <td style="vertical-align:top">{3}</td></p><p></tr></p><p><tr></p><p> <td style="vertical-align:top">End:</td></p><p> <td style="vertical-align:top">{4}</td></p><p></tr></p><p></table></p><p>[/HTML]</p><p> </p><p>I don't have my laptop with the modified source at the moment, but I am happy to provide further details if necessary.</p></blockquote><p></p>
[QUOTE="TheNoctambulist, post: 973332, member: 136501"] I modified the source of TvWishlist to use the [URL='http://msdn.microsoft.com/en-us/library/swas0fwc.aspx'][FONT=courier new]SmtpClient.Send[/FONT][/URL] overload that takes a [FONT=courier new]MailMessage[/FONT] on which I set the [URL='http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.isbodyhtml.aspx'][FONT=courier new]IsBodyHtml[/FONT] [/URL]property to true. I then set the following as the custom format: [HTML]<h3 style="margin-bottom:0.5em">[{19}] {18} ({15})</h3> {21} <br /> <table> <tr> <td style="vertical-align:top">Title:</td> <td style="vertical-align:top">{0}</td> </tr> <tr> <td style="vertical-align:top">Desc:</td> <td style="vertical-align:top">{1}</td> </tr> <tr> <td style="vertical-align:top">Channel:</td> <td style="vertical-align:top">{2}</td> </tr> <tr> <td style="vertical-align:top">Start:</td> <td style="vertical-align:top">{3}</td> </tr> <tr> <td style="vertical-align:top">End:</td> <td style="vertical-align:top">{4}</td> </tr> </table> [/HTML] I don't have my laptop with the modified source at the moment, but I am happy to provide further details if necessary. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
TV Server Plugin: TvWishList
Contact us
RSS
Top
Bottom