Author |
Topic |
|
gkopp
Starting Member
21 Posts |
Posted - 29 January 2008 : 17:54:24
|
This is obviously a common problem, since there are so many posts on the subject. I have tried items suggested but to no avail. I suspect it's something ridiculously simple, but I'm not a very good geek. Here's what I've got:
[Not sure how to paste the configuration box into this reply, but here's the data anyhow.]
Mail Server Configuration Select E-mail Component: CDOSYS (IIS 5/5.1/6) E-mail Mode: On E-mail Server Address: mail.indyecho.net Administrator E-mail Address: admin@indyecho.net Require Unique E-mail: On E-mail Validation: On Restrict Registration: Off Require Logon for sending Mail: On
My inc_mail.asp: ----------- 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") = cdoBasic 'Flds("http://schemas.microsoft.com/cdo/configuration/sendusername") = "username" '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
objNewMail.To = strRecipients objNewMail.From = strSender objNewMail.Subject = strSubject objNewMail.TextBody = strMessage On Error Resume Next objNewMail.Send If Err <> 0 Then Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>" End if ---------- This was my modification per a suggestion, but I notice that ALL the Flds are commented out.
So I really don't know where to go next and fear I'll just totally screw it up. (I do have my original inc_mail.asp file.) So suggestions are certainly welcome. Thanks.
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
gkopp
Starting Member
21 Posts |
Posted - 29 January 2008 : 20:05:05
|
Podge: Your suggestions put me back to the original file. However, I DO have to authenticate, so I will follow your suggestions on the edits. I'm not sure, however, whether username and password are supposed to be those I use as administrator of the forum, those I use to log into my 3essentials account or the ones I used to set up the mailbox with them. (I now have more passwords than an elephant could remember.) |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
gkopp
Starting Member
21 Posts |
Posted - 30 January 2008 : 14:35:12
|
Except for e-mail, Snitz has been a pretty friendly application to set up. The e-mail is a frustrator. I plugged in the username and password that I confirmed with my host provider and uploaded the new inc_mail.asp, but to no avail. I changed my e-mail in the configuration box accordingly, but member-to-member e-mail capability remains dead in the water. (An interesting footnote is that, when I click to attempt an e-mail now, the send box goes empty and reveals about a quarter of a page of asp file code behind it. I'm sure this is not right either.) |
Edited by - gkopp on 30 January 2008 14:36:59 |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
gkopp
Starting Member
21 Posts |
Posted - 30 January 2008 : 17:22:04
|
Sure. www.indyecho.net Not entirely sure what you mean by a test account, but I've created username "tester" w/pw "witsend" that you can log in with.
(When I registered this user, there was a momentary lag when an entire screen of asp code appeared. Would this be due to slowness on my host's part?) |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
Podge
Support Moderator
Ireland
3775 Posts |
|
gkopp
Starting Member
21 Posts |
Posted - 30 January 2008 : 21:13:06
|
Second e-mail not received. |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
gkopp
Starting Member
21 Posts |
Posted - 31 January 2008 : 17:34:36
|
It arrived long after you sent it for some reason, but I did receive it and installed the new asp. The window upon code is gone. Thanks. Still no success with e-mail, however. I'm going to see if the host can be of any more help. Thanks, Podge. |
|
|
|
Topic |
|