Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

132688

July 5th, 2010 17:00

VFoglight 6.1 Email Configuration

Hello,
I'be been trying to setup "Email configuration" to mail report outputs to receipients.
I've setup all parameters and I beleive they should work. However the "Test configuration" fails.
Are there any logs where the debug information is saved within Fogilght folders?
Regards,
Paresh

57 Posts

July 6th, 2010 18:00

Connection refused: connect
Do you have a user/password configured? Do you need to authenticate to the mail server?
All you really need is the following (unless it is required by your organization):
Mail Server (Name or IP)
Email Sender Address
Mail Server port (normally port 25)
Mail protocol (normally smtp (needs to be lower case))
Do you have more than those options configured?
-Larry

6 Posts

July 5th, 2010 17:00

Just found these entries in "Management_server" logs. Any reason why would it fail?
2010-07-05 17:46:22.752 VERBOSE [http-0.0.0.0-8080-6] STDOUT - DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
2010-07-05 17:46:22.752 VERBOSE [http-0.0.0.0-8080-6] STDOUT - DEBUG SMTP: useEhlo true, useAuth true
2010-07-05 17:46:22.752 VERBOSE [http-0.0.0.0-8080-6] STDOUT - DEBUG SMTP: trying to connect to host "10.46.0.86", port 25, isSSL false
2010-07-05 17:46:23.720 ERROR [http-0.0.0.0-8080-6] com.quest.nitro.cartridge.wcf.Scripts - Exception sending email
org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: 10.XX.X.XX, port: 25;
nested exception is:
java.net.ConnectException: Connection refused: connect
No Events found!

Top