Hi everyone,
I'm trying to set up an auto generated email that will respond to users.
I think that I can create the email contents fine, but getting it to actually send is a problem. When I try to retrieve the host and port that was set in the config screens, I get a null in return for both params.
This is along the same error as this post:
http://www.nabble.com/feedback-form-td15413463s18419.html#a15413463
It's just in the wrong forum, and may not have reached the right people.
Is anyone else having the same problems? Any fixes/suggestions?
Thanks in advance
Hi Steve,
Just a shot in the dark... Did you configure the server and port in the System preferences panel under the web administration section?
Ciao,
Jeroen
On Feb 18, 2008, at 3:59 PM, Steve Sare wrote:
Hi everyone,
I'm trying to set up an auto generated email that will respond to users.
I think that I can create the email contents fine, but getting it to
actually send is a problem. When I try to retrieve the host and port
that was set in the config screens, I get a null in return for both params.
This is along the same error as this post:
http://www.nabble.com/feedback-form-td15413463s18419.html#a15413463
It's just in the wrong forum, and may not have reached the right people.
Is anyone else having the same problems? Any fixes/suggestions?
Thanks in advance
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Thanks for the suggestion. I did have the settings in the preferences.
I've figured it out.
Inside the Set.java file, the paths to host and port are set to:
system/feedback/mailServer/host
system/feedback/mailServer/port
And inside the Insert.java file (which is used for feedback)
The paths to retrieve the settings are set to:
system/feedback/smtpHost
system/feedback/smtpPort
You just have to change the paths on Insert.java to match the ones from Set.java
Sorry to bother you guys with this one.
Steve
Jeroen Ticheler wrote:
Hi Steve,
Just a shot in the dark... Did you configure the server and port in the System preferences panel under the web administration section?
Ciao,
Jeroen
On Feb 18, 2008, at 3:59 PM, Steve Sare wrote:
Hi everyone,
I'm trying to set up an auto generated email that will respond to users.
I think that I can create the email contents fine, but getting it to
actually send is a problem. When I try to retrieve the host and port
that was set in the config screens, I get a null in return for both params.
This is along the same error as this post:
http://www.nabble.com/feedback-form-td15413463s18419.html#a15413463
It's just in the wrong forum, and may not have reached the right people.
Is anyone else having the same problems? Any fixes/suggestions?
Thanks in advance
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Thanks Steve!
Fixed and committed that, so it should work in RC2
Ciao,
Jeroen
On Feb 18, 2008, at 6:59 PM, Steve Sare wrote:
Inside the Set.java file, the paths to host and port are set to:
system/feedback/mailServer/host
system/feedback/mailServer/port
And inside the Insert.java file (which is used for feedback)
The paths to retrieve the settings are set to:
system/feedback/smtpHost
system/feedback/smtpPort
You just have to change the paths on Insert.java to match the ones from Set.java