| Author |
Topic Search Topic Options
|
donstar
Newbie
Joined: 04 January 2004
Location: Scotland
Status: Offline
Points: 35
|
Post Options
Thanks(0)
Quote Reply
Topic: Resend activation email function Posted: 24 January 2004 at 12:29pm |
I've been having problems recently with users not receiving their activation email.
I've had a good look round the admin area in the hope that there was a Resend Activation Email Function in there somewhere, but there doesn't appear to be one.
Isn't there supposed to one in 7.7?
How does this new feature work? Is it only available to inactive users?
Would it be possible to add this feature to the admin area?
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 January 2004 at 9:52pm |
|
There's a bug in the 7.7 activation email. Search the forums for the solution. IIRC, it involves changing one variable name.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
donstar
Newbie
Joined: 04 January 2004
Location: Scotland
Status: Offline
Points: 35
|
Post Options
Thanks(0)
Quote Reply
Posted: 24 January 2004 at 10:02pm |
Thanks for your reply dpyers
I searched the forum earlier and couldn't find anything! I'll have another look though.
Is there supposed to be an option in the admin area for this function?
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2004 at 1:57am |
There's an email configuration section of the forum that you'll have to set up.
The search here default to searching subject headers, you have to select "message body" to get anything useful.
If you've downloaded very recently, the fix may be in. Check the 2nd post down on the 4th page of this topic for the fix info to confirm that it's in. http://forums.webwiz.net/forum_posts.asp?TID=8668&a mp;KW=activation+email&PN=0&TPN=4
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
donstar
Newbie
Joined: 04 January 2004
Location: Scotland
Status: Offline
Points: 35
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2004 at 11:25am |
Thanks again dpyers. You're a star!
I missed that change and have now changed the code.
The only thing is, it worked with CDONTS before I made this change and it still doesn't work with CDOSYS?
I'm on Windows Server 2003 so it should work OK with CDOSYS?
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2004 at 11:37am |
|
CDOSYS should work. Make sure it's set up in admin. If it is, contact your web host to find out if you have to do anything like logging in first with a valid local email account. Also, when specifying the mail server to use, typically you could use either your domain mail server (e.g. mail.mydomain.com) or local host. Some hosts allow one but not the other.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
donstar
Newbie
Joined: 04 January 2004
Location: Scotland
Status: Offline
Points: 35
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2004 at 11:44am |
I've tried CDOSYS with mail.mydomain.com specified as the mail server, also tried smtp.mydomain.com, and that didn't work either.
What do you mean by 'local host'? Do I simply type 'local host' in where it asks for the server name?
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 January 2004 at 12:05pm |
Yup, but it should be one word - "localhost". - my bad.
localhost is the IIS SMTP server on whatever machine you're on. mail.mydo,main.com is usually a unix mail server on some other machine.
If localhost doesn't work, ask your web host what mail server name to use, and if you have to log in with a valid email account first.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |