There was a feature that was working just fine until we switched our email servers to a new email provider. This feature would email the groups and individuals assigned a ticket in the Help Desk module of CRM. This email would simply notifity the group or individual if a ticket has been opened, closed, or reassigned. This was working fine when our server was an unsecure port 25 smtp configuration. Now we are using SSL Smtp 465 instead with correct username and password. Emails ARE able to be sent via ConcourseSuite talking to our email server. For example checking the box "Email copy to recepient" when you manually send an email in Concourse works just fine. The email workflow for helpdesk has seem to just stop working. Here is what I found in catalina.out:
catalina.out excerpt
Jan 18, 2010 9:48:20 AM org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.
Notification-> notifyAddress: taylor@virtualbx.com
Send error: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
<br><br>
ReportBuilder Error: Report could not be sent
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
Notification-> notifyAddress: marty@virtualbx.com
Send error: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
<br><br>
ReportBuilder Error: Report could not be sent
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
Notification-> notifyAddress: taylor@virtualbx.com
Send error: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
<br><br>
ReportBuilder Error: Report could not be sent
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
Notification-> notifyAddress: david@virtualbx.com
Send error: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
<br><br>
ReportBuilder Error: Report could not be sent
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 554 5.7.1 <helpdesk@virtualbx.net>: Sender address rejected: Access denied
Thank you in advance.