Set SMTP properties for the team invitations
Hi All,
Which teamserver.properties should be set to authorize and support team
invitations.
For now, I changed the following properties;
- com.ibm.team.workitem.notification.mail.enabled=true
- com.ibm.team.workitem.notification.mail.smtp.server=<smtp server that
I use with thunderbird>
- com.ibm.team.workitem.notification.mail.smtp.user=<login that I use
with TB>
- com.ibm.team.workitem.notification.mail.smtp.password=<password that I
use with TB>
- com.ibm.team.workitem.notification.mail.reply=<my email>
- com.ibm.team.workitem.notification.mail.from_name=My Project
- com.ibm.team.workitem.notification.mail.from=<fake email>
Bu, when I try to send an invitation I get the following exception:
com.ibm.team.repository.common.TeamRepositoryException: 530
authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
Thanks for your help
Kind regards
Philippe
Which teamserver.properties should be set to authorize and support team
invitations.
For now, I changed the following properties;
- com.ibm.team.workitem.notification.mail.enabled=true
- com.ibm.team.workitem.notification.mail.smtp.server=<smtp server that
I use with thunderbird>
- com.ibm.team.workitem.notification.mail.smtp.user=<login that I use
with TB>
- com.ibm.team.workitem.notification.mail.smtp.password=<password that I
use with TB>
- com.ibm.team.workitem.notification.mail.reply=<my email>
- com.ibm.team.workitem.notification.mail.from_name=My Project
- com.ibm.team.workitem.notification.mail.from=<fake email>
Bu, when I try to send an invitation I get the following exception:
com.ibm.team.repository.common.TeamRepositoryException: 530
authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html
Thanks for your help
Kind regards
Philippe
4 answers
FYI, I tried initially to invit from home, the SMTP server that I used required a special port # (465) and I got the Exception:
com.ibm.team.repository.common.TeamRepositoryException: 530
authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
I run the same test from an IBM LAN and I got another error:
Exception occurred during team invitation generation: Exception reading response;nested exception is:
java.net.SocketException: Connection reset
So I decided to try against another SMTP server (which uses a default port # ) and I got the same "Connection reset" error...
:(
com.ibm.team.repository.common.TeamRepositoryException: 530
authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
I run the same test from an IBM LAN and I got another error:
Exception occurred during team invitation generation: Exception reading response;nested exception is:
java.net.SocketException: Connection reset
So I decided to try against another SMTP server (which uses a default port # ) and I got the same "Connection reset" error...
:(