03-03-2011 03:51 AM
03-14-2011 06:32 AM
#SMTP SERVER
mail.host=10.10.11.7
mail.port=587
mail.username=docs@ourdomain
mail.password=whateverpass
mail.protocol=smtp
mail.smtps.auth=true
mail.smtps.starttls.enable=true
mail.from.default=docs@ourdomain
mail.encoding=UTF-8
/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/email/OutboundSMTP/outboundSMTP-context.xml
<props>
<prop key="mail.smtps.auth">${mail.smtps.auth}</prop>
<prop key="mail.smtps.starttls.enable">${mail.smtps.starttls.enable}</prop>
</props>
<props>
<prop key="mail.smtp.auth">${mail.smtps.auth}</prop>
<prop key="mail.smtp.starttls.enable">${mail.smtps.starttls.enable}</prop>
</props>
11:31:00,533 User:admin ERROR [action.executer.MailActionExecuter] Failed to send email to a.iannucci@ourdomain
org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Can't send command to SMTP host;
nested exception is:
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.