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
master
Massimiliano Assante 9 years ago
parent 6b490ae31d
commit 0fd6058f88

@ -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());

Loading…
Cancel
Save