Service unavailable error when running ASP script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Hi,
I was very happily running an ASP script on our Advanced Hosted package, it was enabled in the control panel (and still is). The script worked fine, but now (as of a few days ago), I get an error: "Service Unavailable" displayed in the browser window.
The opening of the script is:
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.RemoteHost = "localhost"
Any ideas?
0
Kudos
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
By the way, the domain is aippi.org.uk
0
Kudos
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Anyone able to reply to this? Thanks!
0
Kudos
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Remote host set as localhost would have been using IIS on your own PC.
try setting Mailer.RemoteHost = "localhost" to Mailer.RemoteHost = "mail.yourdomain.com"
Thanks
0
Kudos
![](/skins/images/C4E739A74418CF1467C92A9D5FFE066F/responsive_peak/images/icon_anonymous_message.png)