Ignore:
Timestamp:
02/10/22 11:13:18 (2 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
ccb2d72
Parents:
0c049e9
Message:

calculate payment fix and added error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/configs/RegistrationServiceRP.java

    r0c049e9 rad4da86  
    5353        Mail mail = new Mail();
    5454        mail.setMailTo(request.getEmail());
    55         mail.setMailFrom("noreply_explore_buddy@gmail.com");
     55        mail.setMailFrom("noreply_parkup@gmail.com");
    5656        mail.setMailSubject("Account confirmation");
    5757        mail.setMailContent(buildEmail(request.getEmail(), link));
Note: See TracChangeset for help on using the changeset viewer.