craigg Posted May 5, 2009 Posted May 5, 2009 Has anyone had any luck with this yet? I have got IIS installed on the server, set the SMTP address in the helpdesks administrator section but the mail ends up in queued then will go to the badmail folder after a few minutes. I spoke to the council today (who control our internet/firewall) and they say that port 25 is not blocked. I can't seem to get my head arround the problem. Can anyone shed a bit of light on the situation? Thanks
BJG Posted May 5, 2009 Posted May 5, 2009 ...could you explain a bit more about how email is set up...? Are you running the IIS SMTP service on a local server...?
sidewinder Posted May 5, 2009 Posted May 5, 2009 Cant remember how I set it up because it was years ago, but used ASPEmail for it and it has always worked flawlessly, even with our LEA's terrible email server As far as I can remember it just needed the usual details - SMTP server address, username/email address and password
BJG Posted May 5, 2009 Posted May 5, 2009 ...There is no direct way to send email from ASP pages in IIS without some intermediary. Liberum Help Desk support three different types of "intermediaries" to send mail: CDONTS, ASPEmail, JMail, and ASPMail. Collaborative Data Objects for NT Server (CDONTS) is Microsoft's method for sending email from ASP applications and it can only use the IIS SMTP Service (or Exchange) that is installed on the web server. ASPEmail, ASPMail and JMail are third party components that will allow sending mail to any remote SMTP server... http://www.awrsd.org/design/site_flash/services/liberum/readme.txt
craigg Posted May 5, 2009 Author Posted May 5, 2009 I was running IIS virtual smtp server on the server yeah, things were just getting stuck in the que. Email is set up off site using a council service. I have now added the councils exchange into liberium - still no mail. BUT I ran telnet and got an email through a good few minutes ago. I am also using CDONTS as the go between. Thanks
browolf Posted May 5, 2009 Posted May 5, 2009 I have it working on the cdosys setting talking to an exchange server.
craigg Posted May 5, 2009 Author Posted May 5, 2009 I have it working on the cdosys setting talking to an exchange server. Hmm strange. So it should work for me then... Could it be a permissions problem do you think?
craigg Posted May 6, 2009 Author Posted May 6, 2009 I got it all set up. CDONTS did not work so i ended up using ASPEmail and entering the IP of the server that i installed it on. Works like a treat now. Thanks for all of your help
Jed83 Posted September 9, 2010 Posted September 9, 2010 Hi Craig, Just wondering if you could give me an idea of how you set ASPEmail for this, to be exact, what you put into the helpdesk config page and how you configured ASPEmail and the public.asp page? Thanks, Jed
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now