francisguchie commented on pull request #1597:
URL: https://github.com/apache/fineract/pull/1597#issuecomment-780718173


   @BLasan  
   
   So i made some thing like this 
   
![image](https://user-images.githubusercontent.com/22683654/108242587-fcec6e00-7144-11eb-90b4-88c950a0c684.png)
   
   
   and this worked the password sent and i got the trail below 
   DEBUG: JavaMail version 1.6.2
   DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
   DEBUG: getProvider() returning 
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
   DEBUG SMTP: useEhlo true, useAuth true
   DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 587, isSSL false
   220 smtp.gmail.com ESMTP h6sm2819159pfv.84 - gsmtp
   DEBUG SMTP: connected to host "smtp.gmail.com", port: 587
   EHLO mifosx-18-oldstyle.us-west1-b.c.micro-pilot-276723.internal
   250-smtp.gmail.com at your service, [34.105.64.82]
   250-SIZE 35882577
   250-8BITMIME
   250-STARTTLS
   250-ENHANCEDSTATUSCODES
   250-PIPELINING
   250-CHUNKING
   250 SMTPUTF8
   DEBUG SMTP: Found extension "SIZE", arg "35882577"
   DEBUG SMTP: Found extension "8BITMIME", arg ""
   DEBUG SMTP: Found extension "STARTTLS", arg ""
   DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
   DEBUG SMTP: Found extension "PIPELINING", arg ""
   DEBUG SMTP: Found extension "CHUNKING", arg ""
   DEBUG SMTP: Found extension "SMTPUTF8", arg ""
   STARTTLS
   220 2.0.0 Ready to start TLS
   EHLO mifosx-18-oldstyle.us-west1-b.c.micro-pilot-276723.internal
   250-smtp.gmail.com at your service, [34.105.64.82]
   250-SIZE 35882577
   250-8BITMIME
   250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
   250-ENHANCEDSTATUSCODES
   250-PIPELINING
   250-CHUNKING
   250 SMTPUTF8
   DEBUG SMTP: Found extension "SIZE", arg "35882577"
   DEBUG SMTP: Found extension "8BITMIME", arg ""
   DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH2 
PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH"
   DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
   DEBUG SMTP: Found extension "PIPELINING", arg ""
   DEBUG SMTP: Found extension "CHUNKING", arg ""
   DEBUG SMTP: Found extension "SMTPUTF8", arg ""
   DEBUG SMTP: protocolConnect login, host=smtp.gmail.com, 
[email protected], password=<non-null>
   DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-MD5 
NTLM XOAUTH2
   DEBUG SMTP: Using mechanism LOGIN
   DEBUG SMTP: AUTH LOGIN command trace suppressed
   DEBUG SMTP: AUTH LOGIN succeeded
   DEBUG SMTP: use8bit false
   MAIL FROM:<[email protected]>
   250 2.1.0 OK h6sm2819159pfv.84 - gsmtp
   RCPT TO:<[email protected]>
   250 2.1.5 OK h6sm2819159pfv.84 - gsmtp
   RCPT TO:<[email protected]>
   250 2.1.5 OK, duplicate recipients will be consolidated. h6sm2819159pfv.84 - 
gsmtp
   DEBUG SMTP: Verified Addresses
   DEBUG SMTP:   [email protected]
   DEBUG SMTP:   [email protected]
   DATA
   354  Go ahead h6sm2819159pfv.84 - gsmtp
   Date: Wed, 17 Feb 2021 17:10:05 +0000 (UTC)
   From: [email protected]
   To: [email protected], [email protected]
   Message-ID: 
<113473779.1.1613581805...@mifosx-18-oldstyle.us-west1-b.c.micro-pilot-276723.internal>
   Subject: Welcome [email protected] to zGuchieTech.pw
   MIME-Version: 1.0
   Content-Type: text/plain; charset=us-ascii
   Content-Transfer-Encoding: 7bit
   
   
   
   ** Email received in the mail box**
   You are receiving this email as your email account: 
[email protected] has being used to create a user account for an 
organisation named [zGuchieTech.pw] on Mifos.
   You can login using the following credentials:
   username: testemail
   password: gzyksmjbkgogy
   You must change this password upon first log in using Uppercase, Lowercase, 
number and character.
   Thank you and welcome to the organisation.
   .
   250 2.0.0 OK  1613581806 h6sm2819159pfv.84 - gsmtp
   DEBUG SMTP: message successfully delivered to mail server
   QUIT
   221 2.0.0 closing connection h6sm2819159pfv.84 - gsmtp
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to