fixed bug on email sender

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/invites-common-library@115723 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-06-30 16:03:27 +00:00
parent 6b490ae31d
commit 0fd6058f88
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class InvitesManager {
boolean emailResult = false;
try {
result = store.saveInvite(invite);
emailResult = sendInviteEmail(aslSession, portalSenderEmail, portalURL, fromFullName, lastName, email, vreDescription);
emailResult = sendInviteEmail(aslSession, portalSenderEmail, portalURL, name, lastName, email, vreDescription);
} catch (AddressException e) {
_log.error("Email not valid " + e.getMessage());