Author |
Topic |
|
KC
Junior Member
USA
152 Posts |
Posted - 12 March 2009 : 12:11:17
|
I recently moved to a new Windows 2003 Enterprise server and it doesn't have a registered version of ASPmail so I need to change my e-mail to CDOSYS.
It was a breeze with my two 3.4 web sites as I could select it from E-mail Config in Admin and it works great.
My three 3.3 web sites however only have ASPmail and aspQmail as options.
Are there 3.3 inc_mail.asp and admin_config_email.asp files that support CDOSYS?
Or can I just use my 3.4 versions of those files on 3.3?
|
Owner of vales.com and Elite Computers. |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 12 March 2009 : 12:14:51
|
you should upgrade all your files, there are some fairly serious security isues with the 3.3 code |
|
|
KC
Junior Member
USA
152 Posts |
Posted - 26 March 2009 : 11:44:52
|
quote: Originally posted by HuwR
you should upgrade all your files, there are some fairly serious security isues with the 3.3 code
I can't. Most every snitz page has been heavily modified, as has the database itself. I have plugged all the security holes with a simple yet elegant second layer of security for mod/admin accounts and also the unencrypted user passwords so I'm not worried.
Isn't there an easy way to to add cdosys to my options in Admin?
|
Owner of vales.com and Elite Computers. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 26 March 2009 : 12:24:49
|
download the latest version, and then copy the cdosys section from inc_mail.asp and put it in your version |
|
|
KC
Junior Member
USA
152 Posts |
Posted - 06 April 2009 : 13:42:29
|
quote: Originally posted by HuwR
download the latest version, and then copy the cdosys section from inc_mail.asp and put it in your version
I have the latest version running on other websites, but I tried that and they don't show up as options in Admin in setup on 3.3.
|
Owner of vales.com and Elite Computers. |
|
|
KC
Junior Member
USA
152 Posts |
Posted - 13 April 2009 : 12:10:51
|
Still no idea how to get CDOSYS or CDONT e-mail server options in snitz 3.03.03?
|
Owner of vales.com and Elite Computers. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
KC
Junior Member
USA
152 Posts |
Posted - 14 April 2009 : 13:23:59
|
Other than initial topic info? None. 3.3 does not offer CDOSYS as an e-mail option in Configure E-mail, only aspMail and aspQmail. 3.4 does and it works great, but I need the option in 3.3
It looks like it's in inc_mail but it's not an option on the Admin screen.
|
Owner of vales.com and Elite Computers. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 14 April 2009 : 17:54:40
|
I suggest that you hardcode it inc_mail.asp. Likely you just need to do something like:
strMailMode = "cdonts"
just before the select case, at the beggining of the file. I don't have 3.3.x code, so I am doing it using 3.4.06. Done this way, the chosen component won't show on the admin panel, but email should work. You can also use "cdosys" instead of "cdonts".
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
KC
Junior Member
USA
152 Posts |
Posted - 17 June 2009 : 10:56:28
|
I tried that and got this message: --- Send an EMAIL Message
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /evo2/inc_mail.asp, line 83 800401f3 ---
Line 8s is the case, it can't create the server object.
--- ase "chilicdonts" Set objNewMail = Server.CreateObject ("CDONTS.NewMail") on error resume next '## Ignore Errors objNewMail.Host = strMailServer objNewMail.To = strRecipients objNewMail.From = strSender objNewMail.Subject = strSubject objNewMail.Body = strMessage objNewMail.Send --- Is this a server object I need to install?
|
Owner of vales.com and Elite Computers. |
|
|
KC
Junior Member
USA
152 Posts |
Posted - 17 June 2009 : 11:02:13
|
I tried all the other options and found one that worked.
line 39 select case "aspqmail"
|
Owner of vales.com and Elite Computers. |
|
|
|
Topic |
|