<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does anyone know how to send out automatic emails after an account is created in Windchill? in Windchill</title>
    <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377283#M44106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a good idea.&amp;nbsp; And it must be configurable like a box for notes that would go in the email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 20:15:59 GMT</pubDate>
    <dc:creator>STEVEG</dc:creator>
    <dc:date>2015-11-10T20:15:59Z</dc:date>
    <item>
      <title>Does anyone know how to send out automatic emails after an account is created in Windchill?</title>
      <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377281#M44104</link>
      <description>All,We want automatic emails to go to the people whose accounts were just created in Windchill. Does anyone know or has a process designed?Thanks,Mitch</description>
      <pubDate>Wed, 02 May 2018 12:06:58 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377281#M44104</guid>
      <dc:creator>mkohn</dc:creator>
      <dc:date>2018-05-02T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to send out automatic emails after an account is created in Windchill?</title>
      <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377282#M44105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're just looking to send them a link to Windchill to log in, you could perhaps go to your homepage after creating the users.&amp;nbsp; And then click on the &lt;STRONG&gt;Email This Page&lt;/STRONG&gt; link.&amp;nbsp; But that is not something that is automated, like you are suggesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, however, a good idea.&amp;nbsp; Give the option to email the user when creating a new user in Windchill.&amp;nbsp; But what about users created through AD integration - that aren't created through the Windchill UI?&amp;nbsp; We'd have to figure that out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:23:38 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377282#M44105</guid>
      <dc:creator>BenPerry</dc:creator>
      <dc:date>2015-11-06T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to send out automatic emails after an account is created in Windchill?</title>
      <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377283#M44106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a good idea.&amp;nbsp; And it must be configurable like a box for notes that would go in the email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 20:15:59 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377283#M44106</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2015-11-10T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to send out automatic emails after an account is created in Windchill?</title>
      <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377284#M44107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to program this with customization, or are you inquiring how to do this with just configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More details would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said, customization is the easiest way to go via establishing a custom windchill queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have source code that does this, but I cannot release it in its current state due to IP prviliges, so I would have to redo it.&amp;nbsp; I have thought about coming up with a generic utilities app store to allow others to utilize my features extending out of the box in a carte blanche subscription "all you can eat" fashion but I just have not had the time to kick it off this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you do not reply, and others view this thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Windchill queue would query WTUser table for the persistable create timestamp and compare to current system time versus last queue execution time. Alternatively you can have a database trigger do something similar and let the server send out an email based on a template. Ugly, but possible. Last thing I can think of is configuring JMX to send an email for new user account created, but you really cannot control this formatting aspect unless the message is sent to a special email box checked by a scheduled process that reads the email and reacts to it by sending a different email.&amp;nbsp; A log file parser is also possible, but all of these are really ugly.&amp;nbsp; An "upgrade safe" approach is the customized Windchill queue using features of Java to send e-mail using a HTML template; you could hack into unsupported Windchill API or Info*Engine to do this, but again, ugly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply and let me know what you have in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a configuration basis, you may be able to again utilize JMX, but haven't dived deep into it enough yet to provide a firmer answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:00:02 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377284#M44107</guid>
      <dc:creator>ddemay</dc:creator>
      <dc:date>2015-11-11T19:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to send out automatic emails after an account is created in Windchill?</title>
      <link>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377285#M44108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From my perspective I would like to see it part of the system.&amp;nbsp; Not any level of customization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:36:36 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/Does-anyone-know-how-to-send-out-automatic-emails-after-an/m-p/377285#M44108</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2015-12-07T14:36:36Z</dc:date>
    </item>
  </channel>
</rss>

