Print Page | Close Window

Activationmail to webmaster instead

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9001
Printed Date: 07 April 2026 at 2:41pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Activationmail to webmaster instead
Posted By: Ted Ljong
Subject: Activationmail to webmaster instead
Date Posted: 17 January 2004 at 11:37am

Hi
I have a forum for doctors so therefore I want to check the the new member before he/she gets access to the forum. Is it possible that the registrationform always will be sent to me and not to the new member.
I appreciate any answer

 




Replies:
Posted By: 808Rider
Date Posted: 17 January 2004 at 1:25pm

This is possible. You just need to go into the registration files and change the email recipient to the Forum Email Address instead of the user who just registered.

Locate the following code in register.asp

'******************************************
'***     Send activate email    ***
'******************************************

.....
code
.....
code
.....

Change only the red part to the modified blue part:

'Send the e-mail using the Send Mail function created on the send_mail_function.inc file
blnSentEmail = SendMail(strEmailBody, decodeString(strUsername), decodeString(strEmail), strMainForumName, decodeString(strForumEmailAddress), strSubject, strMailComponent, false)

Change to:

'Send the e-mail using the Send Mail function created on the send_mail_function.inc file
blnSentEmail = SendMail(strEmailBody, decodeString(strUsername), decodeString(strForumEmailAddress), strMainForumName, decodeString(strForumEmailAddress), strSubject, strMailComponent, false)

 

Also in resend_email_activation.asp

'Send the e-mail using the Send Mail function created on the send_mail_function.inc file
blnSentEmail = SendMail(strEmailBody, decodeString(strLoggedInUsername), decodeString(strLoggedInUserEmail), strMainForumName, decodeString(strForumEmailAddress), strSubject, strMailComponent, false)

Change to:

'Send the e-mail using the Send Mail function created on the send_mail_function.inc file
blnSentEmail = SendMail(strEmailBody, decodeString(strLoggedInUsername), decodeString(
strForumEmailAddress), strMainForumName, decodeString(strForumEmailAddress), strSubject, strMailComponent, false)

Should work. Backup your files before doing the edit.



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv


Posted By: india
Date Posted: 17 January 2004 at 1:43pm

A shortcut method

In admin area,suspend the registrations.

then, you can check and manually add members through Add Member's feature in admin menu

hope you are using v7.7



-------------
India

http://mumbai2.netfirms.com


Posted By: Ted Ljong
Date Posted: 18 January 2004 at 8:25am

Thanks
I made the changes in the files and it works great.
Clap



Posted By: 808Rider
Date Posted: 19 January 2004 at 3:31am
Originally posted by Ted Ljong Ted Ljong wrote:

Thanks
I made the changes in the files and it works great.
Clap

Great to hear that!



-------------
PodcastPUP: http://podcastpup.com - http://podcastpup.com
808Talk: http://808Talk.com - http://808Talk.com
808TTV: http://808Talk.tv - http://808Talk.tv



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net