﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>Newest KB Articles in Komponenter</title>
    <description>Recent additions to the knowledge base from Gns.se</description>
    <link>http://support.gns.se/kb/c13/komponenter.aspx</link>
    <pubDate>Fri, 12 Jun 2026 07:11:18 GMT</pubDate>
    <generator>SmarterTrack Free 100.0.8572</generator>
    <atom:link href="http://support.gns.se/RSS.ashx?catid=13&amp;type=newestkbarticles" rel="self" type="application/rss+xml" />
    <item>
      <title>Vilka komponenter finns installerade?</title>
      <link>http://support.gns.se/kb/a85/vilka-komponenter-finns-installerade.aspx</link>
      <pubDate>Sat, 03 May 2008 08:37:46 GMT</pubDate>
      <guid isPermaLink="false">kbarticle85</guid>
      <description>Följande komponenter finns installerade på alla servrar:&lt;BR&gt;
&lt;BR&gt;
CDONTS&lt;BR&gt;
CDOSYS&lt;BR&gt;
ASPUPLOAD&lt;BR&gt;
ASPEMAIL&lt;BR&gt;
ASPJPEG&lt;BR&gt;</description>
    </item>
    <item>
      <title>Exempel mail med CDONTS</title>
      <link>http://support.gns.se/kb/a84/exempel-mail-med-cdonts.aspx</link>
      <pubDate>Sat, 03 May 2008 08:37:17 GMT</pubDate>
      <guid isPermaLink="false">kbarticle84</guid>
      <description>&lt;BR&gt;
&lt;BR&gt;
Set CDOMail = Server.CreateObject("CDONTS.NewMail") CDOMail.From = "xxx@theserver.com" CDOMail.To = "xxx@home.com" CDOMail.Cc = "xxx@work.com" CDOMail.Subject = "Test" CDOMail.Body = "Detta är en test av CDONTS-mail!" CDOMail.Send Set CDOMail = Nothing</description>
    </item>
  </channel>
</rss>