com pftt2: oops: src/com/mostc/pftt/util/EMailUtil.java

[email protected] (Christoph Michael Becker)
Newsgroups php.qa
Message-ID <[email protected]>
Commit:    0d2a17e46264960a82553bee23ac1ff619a1c87e
Author:    Christoph M. Becker <[email protected]>         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("[email protected]"), ESMTPSSL.EXPLICIT_SSL, ESMTPAuthMethod.PLAIN, "[email protected]", "plasticmouse".toCharArray());
+		SMTPProtocol smtp = connect("smtp.gmail.com", 465, Address.parse("[email protected]"), ESMTPSSL.EXPLICIT_SSL, ESMTPAuthMethod.PLAIN, "[email protected]", "".toCharArray());
 		System.err.println(smtp);
 		System.err.println(smtp.getState());
 		sendHTMLMessage(smtp, Address.parse("[email protected]"), ArrayUtil.toList(Address.parse("[email protected]")), "subject", "<html><body><h1>html_msg_Str</h1></body></html>");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.