Skip to content

Commit

Permalink
new email log and service improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
marioserrano09 committed Dec 9, 2023
1 parent 12fa5ea commit c68deba
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ public String getFrom() {
public void setFrom(String from) {
this.from = from;
}

@Override
public String toString() {
return subject;
}
}

0 comments on commit c68deba

Please sign in to comment.