All Versions
Fisheye 4.2 DocumentationFisheye 4.1 Documentation
Fisheye 4.0 Documentation
More...
To configure SMTP settings, click 'Server Settings' on the 'Admin Menu'.
You can enter the following parameters:
From Address |
The from email address used when FishEye sends an email, e.g. 'fisheye-noreply@example.com' |
|---|---|
Send mail from |
Selects either the 'Server Address' (default, as above) or the 'User Address', which selects the email address in the user's profile. |
SMTP Host Name |
The host name of the SMTP server. |
Enable debug |
Optional. Turn this on to enable debug logging from the mail server. Useful in tracking down mail server connectivity problems. |
SMTP Port |
Optional, defaults to 25. The port to connect to on the SMTP host. |
Use SSL/TLS |
Optional, defaults to 'False'. This turns on Secure Sockets Layer/Transport Layer Security security for mail servers that require it, or use it by default. |
Username & Password |
Optional. Username and password for authenticated SMTP access. |
Once you have configured SMTP, you can use the 'Send test email' link on the 'Server Settings' page to confirm the SMTP connectivity.
Screenshot: Configuring SMTP
1 Comment
Anonymous
Mar 21, 2012I tried to configure SMTP
Initialising mail system.
mail.smtp.host = using Microsoft exchange server
mail.smtp.starttls.enable = true
mail.from =valid email id
Using from address: valid email id
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host using Microsoft exchange server, port 25, isSSL false
problem sending email
Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)