-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMTP problem #70
Comments
You may try increasing connection timeout using following settings:
|
Thakyou Angel! sob! |
You are using: -Dmail.protocol=smtp But you are also using -Dmail.smtps.starttls.enable=true
-Dmail.smtps.auth=true Try changing from |
Hello are you able to get it working @gddblo |
This example works for me: |
@antoniorv75 Hello, can you please guide me here I saw only these lines are necessary can you please confirm it also for SMTP, I should use the default web password or App password? |
Hi, @aborroy thank you so much for the hard work, can you please guide me where to see the log of SMTP mail service, as I'm unable to get the outgoing mail service working. |
Hello, I have successfully installed Alfresco Docker Community and am trying to activate email notifications but without success.
I modified the "docker-compose.yml" file by entering the credentials for sending with an external server as follows:
In the "alfresco.log" logs we read the following:
[org.alfresco.repo.action.executer.MailActionExecuter] [mailAsyncAction1] Failed to send email to [admin] : org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Exception reading response; nested exception is: java.net.SocketTimeoutException: Read timed out. Failed messages: javax.mail.MessagingException: Exception reading response; nested exception is: java.net.SocketTimeoutException: Read timed out; message exceptions (1) are:Failed message 1: javax.mail.MessagingException: Exception reading response; nested exception is: java.net.SocketTimeoutException: Read timed out
There is no other indication as to why the submission failed.
Anyone have an idea how to fix this?
Thank you all
The text was updated successfully, but these errors were encountered: