diff --git a/cherry-picker/src/main/groovy/com/jacky/GmailSender.groovy b/cherry-picker/src/main/groovy/com/jacky/GmailSender.groovy index 1a64d88..71a6f41 100644 --- a/cherry-picker/src/main/groovy/com/jacky/GmailSender.groovy +++ b/cherry-picker/src/main/groovy/com/jacky/GmailSender.groovy @@ -24,7 +24,7 @@ class GmailSender { String status = '' public GmailSender() { - this.host = 'smtp.googlemail.com' + this.host = 'smtp.gmail.com' this.port = 465 this.email = configuration.gmailUser this.password = decryptPass(configuration.gmailPass)