Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Oct 28, 2018
1 parent a9e9dd6 commit 7fdc832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/java/org/wyona/yanel/core/util/MailUtil.java
Expand Up @@ -223,7 +223,7 @@ public static void send(String smtpHost, int smtpPort, String fromEmailAddress,
* @param replyTo email address (if null, then no reply-to will be set)
* @param to To address
* @param subject Subject of email
* @param mimeBodyPart When using S/MIME, then thhe mime body part is being encrypted instead just the content itself
* @param mimeBodyPart When using S/MIME, then the mime body part is being encrypted instead just the content itself
* @param content Body of email
* @param charset Charset, e.g. utf-8
* @param mimeSubType Mime sub-type, e.g. "html" or "plain"
Expand Down

0 comments on commit 7fdc832

Please sign in to comment.