Hi,
I have installed and configured express with tomcat server and the installation went fine. I am using sendmail for my SMTP need and can send mail from console to any user email account, but while trying to register in express am getting "SEND FAILED" message and cant able to move further,,,
By tracing the log, getting " [BlazeDS][INFO] Endpoint my-amf created with security: None
at URL: http://\{server.name}:{server.port}/{context.root}/data/messagebroker/amf
01-02-2011 08:07:04 [WARN] MessageServiceConfigProcessor.findDefaultChannel(78): No appropriate default channels were detected for the RemotingService. The channels must be explicitly set on any exported service.
Please help me to sort out this problem,,
thank
Amal
Hi Amal,
It looks like the problem will be with your SMTP configuration in the application.properties file:
### Mail and notification configuration details ###
mail.host=smtp.yourdomain.com
mail.port=25
mail.authenticate=false
mail.username=
mail.password=
mail.from=you@yourdomain.com
Have you configured the above properties for your mail server?