Bel LaPointe 2023-04-10 10:56:04 -06:00
parent 9d91f3a69e
commit f850c567ed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func TestEmailer(t *testing.T) {
SMTP: "smtp.gmail.com:587", SMTP: "smtp.gmail.com:587",
POP3: "pop.gmail.com:995", POP3: "pop.gmail.com:995",
IMAP: "imap.gmail.com:993", IMAP: "imap.gmail.com:993",
Password: "ML3WQRFSqe9rQ8qNkm", Password: "lhnjijrvqaesiufp",
} }
emails, err := e.Read() emails, err := e.Read()