Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.4.0
-
None
-
Important
Description
Even if use sets the following, MifosX will not send emails
1- Configure the server on which mifos is installed to be able to send Emails - One can do this by installing sSMTP on the server and testing email sending on the command line
2- if using a gmail address only ports 465 and 587 will work because port 25 is by default disabled on google servers This includes very many other VPS / Mail servers
3- Configure the port under the Email External Services ConfigurationĀ
one will still get the errorĀ below
03-Jul-2020 19:59:41.251 SEVERE [https-jsse-nio-443-exec-18]
com.sun.jersey.spi.container.ContainerResponse.mapMappableContainerException
The RuntimeException could not be mapped to a response, re-throwing to the HTTP container
org.apache.fineract.infrastructure.core.service.PlatformEmailSendException:
org.apache.commons.mail.EmailException:
Sending the email to the following server failed : smtp.gmail.com:25
at org.apache.fineract.infrastructure.core.service.GmailBackedPlatformEmailService.sendDefinedEmail(GmailBackedPlatformEmailService.java:81)
Attachments
Attachments
Issue Links
- Blocked
-
FINERACT-1305 Release Apache Fineract v1.5.0
- Resolved
- blocks
-
FINERACT-932 Parent Issue for Error Logs seeing during "normal" usage (e.g. on fineract.dev)
- Open
-
FINERACT-1270 Unify Fineract 3 (!) different email sender utilities
- Open
- is duplicated by
-
FINERACT-1280 Email failure - Internal Server error
- Resolved
- is related to
-
FINERACT-1280 Email failure - Internal Server error
- Resolved
-
FINERACT-1041 Unable to create new system user - error.msg.user.email.invalid
- Closed
-
FINERACT-1335 Integration Test Email Sending features
- Resolved
- links to