Commit: 0d2a17e46264960a82553bee23ac1ff619a1c87e Author: Christoph M. Becker <cmbecke...@gmx.de> Fri, 13 Sep 2019 18:18:24 +0200 Parents: f9d25948d3179f9045bed46a36a90594a0f8af22 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=0d2a17e46264960a82553bee23ac1ff619a1c87e Log: oops Changed paths: M src/com/mostc/pftt/util/EMailUtil.java Diff: diff --git a/src/com/mostc/pftt/util/EMailUtil.java b/src/com/mostc/pftt/util/EMailUtil.java index 8949abd0..ef3d00e9 100644 --- a/src/com/mostc/pftt/util/EMailUtil.java +++ b/src/com/mostc/pftt/util/EMailUtil.java @@ -36,7 +36,7 @@ import com.github.mattficken.io.ArrayUtil; public final class EMailUtil { public static void main(String[] args) throws Exception { - SMTPProtocol smtp = connect("smtp.gmail.com", 465, Address.parse("tomattfic...@gmail.com"), ESMTPSSL.EXPLICIT_SSL, ESMTPAuthMethod.PLAIN, "tomattfic...@gmail.com", "plasticmouse".toCharArray()); + SMTPProtocol smtp = connect("smtp.gmail.com", 465, Address.parse("tomattfic...@gmail.com"), ESMTPSSL.EXPLICIT_SSL, ESMTPAuthMethod.PLAIN, "tomattfic...@gmail.com", "".toCharArray()); System.err.println(smtp); System.err.println(smtp.getState()); sendHTMLMessage(smtp, Address.parse("tomattfic...@gmail.com"), ArrayUtil.toList(Address.parse("v-maf...@microsoft.com")), "subject", "<html><body><h1>html_msg_Str</h1></body></html>");