<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : New member notificati&#111;n?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : New member notificati&#111;n?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 14:49:07 +0000</pubDate>
  <lastBuildDate>Tue, 16 Nov 2004 18:45:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=12534</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[New member notificati&#111;n? : dj air is correct.  If you want...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69687.html#69687</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18227">arpee</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 16&nbsp;November&nbsp;2004 at 6:45pm<br /><br /><P>dj air is correct.</P><P>&nbsp;</P><P>If you want to do number 1, then edit your code as I posted above.</P><P>Number 2 will take a little more creativity. If you have access to the server and are able to setup scheduling, I can post the code if you like&nbsp;for setting up a nightly email. I do this for several of my projects.</P>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 18:45:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69687.html#69687</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : 1 quite easy to do. 2. unless...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69681.html#69681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 16&nbsp;November&nbsp;2004 at 6:14pm<br /><br /><P>1 quite easy to do.</P><P>2. unless you are scheduling .. it would be a bit hard to do.... it is do able.</P><P>by checking the date and if its different to yesturday run a script and change a veriable in the Confoig table to hold todays date.</P><P>*edit -</P><P>but if noone visits for a day it wont be updated/run the script.</P><span style="font-size:10px"><br /><br />Edited by dj air</span>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 18:14:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69681.html#69681</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : That&amp;#039;s sort of what I want,...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69679.html#69679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18111">Hazelip</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 16&nbsp;November&nbsp;2004 at 6:09pm<br /><br /><P>That's sort of what I want, arpee.&nbsp; What I really want, is two options in the forum configuration.&nbsp; If neither is selected, then nothing from the current set up would be affected.</P><P>1.&nbsp; Receive all individual notices of new forum member registrations.<BR>2.&nbsp; Receive a daily digest of all new forum member registrations.</P>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 18:09:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69679.html#69679</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : I believe what Hazelip wants is...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69677.html#69677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18227">arpee</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 16&nbsp;November&nbsp;2004 at 5:17pm<br /><br /><P><FONT face="Arial, Helvetica, sans-serif">I believe what Hazelip wants is to receive a BCC when someone registers. A simple solution would be to just add a .BCC field in the functions_send_mail.asp file.</FONT></P><P><FONT face=Arial>The problem with that is you will get BCCed on every piece of mail that goes through the forum like&nbsp;post reply notices, PM notices, etc..</FONT></P><P><FONT face=Arial>Another, more efficient way is to simply edit the register.asp page so that a variable is passed to the functions_send_mail.asp page.</FONT></P><P>Like this:</P><P>Add&nbsp;the session&nbsp;tag to register.asp (or any other page that includes the email function)</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><strong><FONT color=#cccccc>&lt;!--#include file="common.asp" --&gt;</FONT><BR>&lt;%Session("BCC") = True%&gt;<BR><FONT color=#999999>&lt;!--#include file="functions/functions_send_mail.asp" --&gt;</FONT></strong></P></BLOCKQUOTE><P dir=ltr>Now open <FONT face=Arial>functions_send_mail.asp and find the code for your particular email program. I will use CDOSYS for this example.</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><FONT color=#cccccc size=2><P>.To = strRecipientName<FONT color=#0000ff size=2></P><P><FONT color=#333333><strong>If </strong></FONT></FONT><FONT color=#333333 size=2><strong>Session("BCC") = True</strong></FONT><FONT size=2><FONT color=#333333><strong> then</strong></FONT></P><P><FONT color=#333333><strong>.BCC = <A href="mailto:your@emailaddress.com" target="_blank">your@emailaddress.com</A></strong></FONT></P></FONT><FONT color=#333333 size=2><P><strong>Session("BCC") = False</strong></P></FONT><FONT color=#333333 size=2><P><strong>End If</strong></P></FONT></BLOCKQUOTE><P dir=ltr><FONT color=#333333>Now, everytime someone registers, you will get a copy.</FONT></P><P dir=ltr><FONT color=#333333></FONT>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Tue, 16 Nov 2004 17:17:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69677.html#69677</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : it isn&amp;#039;t that hard to impliment, just...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69545.html#69545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 15&nbsp;November&nbsp;2004 at 10:35am<br /><br /><P>it isn't that hard to impliment,</P><P>just copy the email sent to the new user,&nbsp; and edit its details and change the email address who its sent to.</P>]]>
   </description>
   <pubDate>Mon, 15 Nov 2004 10:35:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69545.html#69545</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : I need the same thing and plan...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69541.html#69541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18227">arpee</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 15&nbsp;November&nbsp;2004 at 10:15am<br /><br />I need the same thing and plan to add it. I'll post the code if you like]]>
   </description>
   <pubDate>Mon, 15 Nov 2004 10:15:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69541.html#69541</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : Sorry for the confusion on my...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69512.html#69512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18111">Hazelip</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2004 at 2:17pm<br /><br /><P>Sorry for the confusion on my part.&nbsp; Until I found WebWiz, I had gone through a couple of other message board packages.&nbsp; Perhaps I'm recalling a feature from another board.</P><P>Could this, perhaps, be included in future releases as an option?&nbsp; For example, I'm awaiting the registrations of several friends of mine.&nbsp; Upon their registration, I'm going to add the to a private group that will reveal a private forum for us apart from the general setup.&nbsp; I have to keep checking the forum to see if someone new has registered.</P><P>If it were a check box in the forum configuration that would alert me upon new member registration, I'd be on top of things without all the manual checking.</P><P>Thanks for your time,<BR>Jake</P>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 14:17:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69512.html#69512</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : Sorry, there is no such feature...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69501.html#69501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2004 at 12:10pm<br /><br />Sorry, there is no such feature in web wiz forums.<br><br>You can only get email notification of posts and private messages.<br>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 12:10:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69501.html#69501</guid>
  </item> 
  <item>
   <title><![CDATA[New member notificati&#111;n? : Am I missing something here? Aren&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/new-member-notification_topic12534_post69493.html#69493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18111">Hazelip</a><br /><strong>Subject:</strong> 12534<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2004 at 9:37am<br /><br /><P>Am I missing something here?&nbsp; Aren't I supposed to get a notice by e-mail of a new member registration?</P><P>I've gone over my forum settings, and I can't seem to find it, but I was sure that a basic function like this existed in WWF...</P><P>Thanks,<BR>Jake</P>]]>
   </description>
   <pubDate>Sun, 14 Nov 2004 09:37:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/new-member-notification_topic12534_post69493.html#69493</guid>
  </item> 
 </channel>
</rss>