Skip to content

Commit

Permalink
Activate mail.debug when verbose mode enabled (fixes #797)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Oct 3, 2024
1 parent 558c959 commit c54e1b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public static Session getSession(final ServerSetup setup) {
* @return the JavaMail session.
*/
public static Session getSession(final ServerSetup setup, Properties mailProps) {
return getSession(setup, mailProps, false);
return getSession(setup, mailProps, setup.isVerbose());
}

/**
Expand Down

0 comments on commit c54e1b5

Please sign in to comment.