Skip to content

Commit

Permalink
Update TLSEmail.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ritika-98 authored Jul 2, 2020
1 parent 7946a2e commit 237012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLSEmail.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static String sendMail(String toEmail)
{
try{
final String fromEmail = "[email protected]"; //requires valid gmail id
final String password = "NITCserver1IV"; // correct password for gmail id
final String password = "xxxxxxxx"; // correct password for gmail id
final String to = toEmail; // can be any email id

//System.out.println("TLSEmail Start");
Expand Down

0 comments on commit 237012f

Please sign in to comment.