Author |
Topic  |
|
rbecking
Starting Member
36 Posts |
Posted - 27 April 2002 : 07:49:25
|
I have been using the email validation mod for quite a while but I've noticed that for the last week it has not been sending out the confirmation emails. I use CDONTS I wondered is it a problem with this, or the mod, or my isp?
|
|
Kent
Junior Member
 
United States
193 Posts |
Posted - 02 June 2002 : 09:49:14
|
I'm having a similar problem, except I'm using ASPmail.
It worked fine for a while, now nothing...
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 02 June 2002 : 22:26:36
|
If it worked before, then it's not the mod that's not working. Unless you made some change to the files.
Check to see if you can use the other email functions in your forum and see if it sends out the emails. Like the "Send Topic to a Friend" option or the "Forget Your Password?" option or try emailing a member from your forum and see if the emails get sent.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
 |
|
Kent
Junior Member
 
United States
193 Posts |
Posted - 03 June 2002 : 20:10:52
|
quote:
If it worked before, then it's not the mod that's not working. Unless you made some change to the files.
Check to see if you can use the other email functions in your forum and see if it sends out the emails.
The other mail functions are working. I get notified of Private Messages (from that mod),the send eMail works, etc. I've changed the setings for eMail Validation, reset Forum Variables, changed it back, reset variables again, and still it doesn't work... The frustrating thing is I just went "live" over the weekend, thinking it was still working, and now it's not... I having to activate memberships manually.
Edited by - Kent on 03 June 2002 20:11:54 |
 |
|
Kent
Junior Member
 
United States
193 Posts |
Posted - 04 June 2002 : 19:44:18
|
It even sends an email on the change of email addresses -- it's just the new member registration email that's not working...
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 05 June 2002 : 03:30:25
|
Ok, post a link to a txt version of your register.asp file.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
 |
|
Kent
Junior Member
 
United States
193 Posts |
Posted - 05 June 2002 : 10:39:07
|
quote:
Ok, post a link to a txt version of your register.asp file.
Here ya go -- you'll see that I'm running Huwr's Portal Mod set, but I haven't touched register.asp as far as I know... unless it was to update a security fix.
http://simpletractors.com/club2/register.txt
Let me know if you have problems accessing it since parts of the site are restricted... Thanks for taking the time to look at it!
Edited by - Kent on 05 June 2002 10:48:07 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 06 June 2002 : 07:36:15
|
quote: you'll see that I'm running Huwr's Portal Mod set,
You should have said that from before. I can't help you with Huwr's Modded forum. Since he might have changed up some of the code that came with the mod. You will need to ask your question at his forum http://www.magicmushroom.org.uk/
They will able to help better than I would since they know the code.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
 |
|
Kent
Junior Member
 
United States
193 Posts |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 09 June 2002 : 00:55:25
|
Since the only problem is the email not being sent out, you would need to check the code in the file that sends out the email. After line 465 in your file, place the following code in red:if lcase(strEmail) = "1" then Response.Write "email sent" '## Emails Message to the Author of this Reply. '## This needs to be Edited to use your own email component You should see the words "email sent" outputted after you register.
Also try commenting out the on error resume next code in the inc_mail.asp file, for the ASPEmail code, by placing a ' in front of it. If there is an error generated, you will know about it. Although there is error checking there.
That is what I can think of to test where the problem is.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
 |
|
|
Topic  |
|