Error Send Email Notification

Hello,
I try to send emails by Notification to mailinator server. I have disabled the Firewall and Antivirus and I get the following error (Ignition Version is 7.6.4 in Win 7 64-bit):

INFO | jvm 1 | 2013/12/08 15:19:00 | ERROR [EmailNotificationProfile[ServerNotification]] [15:19:00,413]: [hostname=smtp.mailinator.com,port=25] Error sending message to user ‘usr-prov:DBAuth:/usr:sam’.
INFO | jvm 1 | 2013/12/08 15:19:00 | javax.mail.MessagingException: Could not connect to SMTP host: smtp.mailinator.com, port: 25;
INFO | jvm 1 | 2013/12/08 15:19:00 | nested exception is:
INFO | jvm 1 | 2013/12/08 15:19:00 | java.net.ConnectException: Connection refused: connect
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1972)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:642)
INFO | jvm 1 | 2013/12/08 15:19:00 | at javax.mail.Service.connect(Service.java:295)
INFO | jvm 1 | 2013/12/08 15:19:00 | at javax.mail.Service.connect(Service.java:176)
INFO | jvm 1 | 2013/12/08 15:19:00 | at javax.mail.Service.connect(Service.java:125)
INFO | jvm 1 | 2013/12/08 15:19:00 | at javax.mail.Transport.send0(Transport.java:194)
INFO | jvm 1 | 2013/12/08 15:19:00 | at javax.mail.Transport.send(Transport.java:124)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.inductiveautomation.ignition.alarming.notification.email.EmailNotificationProfile$EmailTask.run(EmailNotificationProfile.java:344)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.inductiveautomation.ignition.alarming.notification.email.EmailNotificationProfile$3.run(EmailNotificationProfile.java:197)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | Caused by: java.net.ConnectException: Connection refused: connect
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.DualStackPlainSocketImpl.connect0(Native Method)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.PlainSocketImpl.connect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.SocksSocketImpl.connect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.Socket.connect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at java.net.Socket.connect(Unknown Source)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:319)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:233)
INFO | jvm 1 | 2013/12/08 15:19:00 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1938)

Any suggestion?
Alejandro Rodríguez

Let me explain that I change the Intenet Service Provider and My Application already sends Email Notification OK.

Thanks
Alejandro Rodríguez

The stack trace is indicating the connection is being refused by your mail server. You can try changing the port to 587 and see if this works. You can also try another SMTP server to see if that works.