Author |
Topic |
|
azur
Starting Member
Canada
1 Posts |
Posted - 15 March 2011 : 12:52:34
|
Hello Does anyone experimented issue executing the mail feature on Parallels Plesk Panel server like it is sometimes used at some hosting providers?
Thanks,
Dominique |
|
Classicmotorcycling
Development Team Leader
Australia
2085 Posts |
Posted - 16 March 2011 : 13:05:56
|
Yes, I have a Plesk hosted domain. I have not had an issue with the e-mail as you need to use the hosts mail relay server. You will need to check with the Hosting companies FAQ's or the support help desk to get the details of this.
Apart from that if you want to give some more detail with the issue that you have and we maybe able to wrk it out.
|
Cheers, David Greening |
|
|
GPCasali
Starting Member
Australia
8 Posts |
Posted - 20 March 2013 : 23:15:50
|
Hi there, sorry to hijack the topic, but in similar predicament.
iiNet is a major service provider here in Australia and I have recently transferred our non-profit association's web site and attached forum to them.
The hosting had to be downgraded to IIS6 specifically for us, and they appear to use Parallel Plesk as that is the way I log into Control Panel for the web hosting.
Our site/forum have always worked well using jMail at both previous hosting companies; now I am told iiNet does not have a licence for jMail and do not seem to want to enable it server side for us to use.
So all mail functions of the web site and forum are dead!
They advised to change the mail system to CDOSYS, like I knew what I was doing...
I am a volunteer, who can administer the day to day running: updating news, accepting new members, changing their status, opening and closing polls, etc; but I have very, very, (very!) limited knowledge and understanding of ASP code.
In the Admin panel I can see how to change from ASPEmail to CDOSYS, but having done so does not change anything: none of the extensive ASP code relating to email functions has actually changed and the same error occurs with the running of the "email_process.asp"
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/email/email_process.asp, line 66
800401f3
Here is the actual "email_process.asp" file after changing to CDOSYS in Admin Panel on the forum:
Can I be so bold as to ask for some help in this regard?
Firstly, I would need to know if it is true that a hosting company requires a (paid) licence to operate jMail or whether I can force my hand and get them to enable it; this would be the easiest and fastest solution, as I would not need to make any changes.
Then, if I must change to CDOSYS, what modifications do I actually need to make to the scripting code to make it all work again?
I have asked two or three web developers for some (paid) help, but as they hear "non profit" and consider the time require to seek out the offending code, they have all turned me down saying "too busy"...
So, on suggestion of a caring iiNet Support Staffer, I thought this would be a good place to start... at least to get some clarity on the whole thing.
All help, guidance and suggestions are most gracefully accepted.
Cheers Paul |
Edited by - GPCasali on 21 March 2013 00:27:57 |
|
|
HuwR
Forum Admin
United Kingdom
20587 Posts |
Posted - 21 March 2013 : 02:52:21
|
unfortunately email_process.asp is not one of our forum files and appears to be hard coded specifically to use jmail, so changing a setting in the forum isn't going to make any difference whatsoever, that file ONLY works with Jmail. |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
GPCasali
Starting Member
Australia
8 Posts |
Posted - 21 March 2013 : 03:21:20
|
Again thanks for the kind reply...
Great news then... we are in a pickle, only thing I can see would be to re-migrate back to the old hosting provider where everything was working fine!
Oh bother!
Cheers Paul |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 21 March 2013 : 05:49:44
|
It doesn't seem incredibly hard to change this to work with CDOSYS. The reason for error seems clear, too, the server does not support JMail and the error occurs when creating the JMail object.
Don't have much time to spare, but if you have no alternative, drop me an email through the forum. I would need access to your files and web site, to test the replacement code. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
GPCasali
Starting Member
Australia
8 Posts |
Posted - 25 March 2013 : 07:06:58
|
quote: Originally posted by ruirib
It doesn't seem incredibly hard to change this to work with CDOSYS. The reason for error seems clear, too, the server does not support JMail and the error occurs when creating the JMail object.
Don't have much time to spare, but if you have no alternative, drop me an email through the forum. I would need access to your files and web site, to test the replacement code.
I don't know how to thank you, you are very kind!
Will keep trying this end, if no luck I may contact you, much appreciated! |
|
|
|
Topic |
|
|
|