Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Mail Configuration
 Email setup
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

deadlybob
Starting Member

Ireland
11 Posts

Posted - 21 November 2006 :  15:32:15  Show Profile
I don't see an option to input a server name, in the e-mail server configuration window - just e-mail server address and administrator e-mail address. According to my host I need to set the hostname to localhost in order for the email configuration to be set up.

I am using cdosys, and don't receive an error message - in fact it says email sent successfully....

Any idea of what I'm doing wrong?

deadly buzz

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 21 November 2006 :  15:59:27  Show Profile  Visit HuwR's Homepage
localhost is the email server address
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 21 November 2006 :  16:00:04  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Goto Admin Options >> E-mail Server Configuration

Its the E-mail Server Address: field.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 22 November 2006 :  06:46:42  Show Profile
Thanks for that lads - still not working though, and it still says sent successfully. I'm at a complete loss on this one, being a newbie....

deadly buzz
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 22 November 2006 :  08:45:27  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Find the CDOSYS section of inc_mail.asp and change

on error resume next

to

on error goto 0

(Think there might be more than one)

Try to send email and see if it raises an error. If it does, copy it here.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 22 November 2006 :  11:28:40  Show Profile
I'm not getting an error message Podge, sent successfully again (There is only one 'on error' mention in the code).

The funny thing is that the email is working for new users - they are receiving the registration confirmation email. It's just the email to other members that's not working?

Maybe you could ask Rodge??!!!

Thanks for the swift reply by the way....

deadly buzz
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 22 November 2006 :  12:21:57  Show Profile  Visit HuwR's Homepage
that is a relaying issue most likely, emails to new users are all sent from the forums email user account, where as emails between users are sent from the users email account, so if they don't arrive it is almost certainly a relaying issue. This is a server configuration issue not a Snitz issue
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 22 November 2006 :  12:38:10  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
In other words your host requires a local sender i.e. the mail must come from a domain set up on the mail server. Have you edited inc_mail.asp to include a username and password ?

i.e. something like this


case "cdosys"
Set iConf = Server.CreateObject ("CDO.Configuration")
Set Flds = iConf.Fields

'Set and update fields properties
Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'cdoSendUsingPort
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strMailServer
Flds("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 'cdoBasic
Flds("http://schemas.microsoft.com/cdo/configuration/sendusername") = "dude@yourdomain.com"
Flds("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "password"
Flds.Update

Set objNewMail = Server.CreateObject("CDO.Message")
Set objNewMail.Configuration = iConf

'Format and send message
Err.Clear


Rodge (the feckin eejit) doesn't know.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 23 November 2006 :  08:19:24  Show Profile
Tried that Podge - still not working though, I even tried setting smtpauthenticate to 1, as you have it above but no luck yet...

deadly buzz
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 23 November 2006 :  08:21:44  Show Profile
One other thing - is it possible to turn off the email poster option, and still have email registration active? It's not important for posters to email each other, but the email validation is...

deadly buzz
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 23 November 2006 :  08:42:59  Show Profile
Apologies by the way folks - I've just copped that I'm posting in the wrong area, and that the last question I asked has been answered elsewhere....

deadly buzz
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 23 November 2006 :  09:01:08  Show Profile  Visit HuwR's Homepage
no problem, I have moved the topic now, have you found the answer you needed ?

One way to get this to work is to have a second email address for the forum which you just junk, say noreply@myforum.com you can then use this as the sender of the email, but use the actual members email as the from adddress since they can be different it should work (that's if you didn't want to remove the email members stuff)
Go to Top of Page

deadlybob
Starting Member

Ireland
11 Posts

Posted - 23 November 2006 :  09:18:14  Show Profile
I used OBmoderator's modification of the pop_mail.asp file (under the 'Turn OFF Email Other Members' post), and I'm happy enough with that. I'm new to asp, so it's a bit hair-raising to say the least but there's some excellent help on this forum.

Thanks to everyone for the help....

deadly buzz
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07