Need to access builtin POP3 server inside of Mailpit.
Mailpit is mentioning adding auth to enable POP3 feature.
I’m developing code for “unsubscribe” feature available in email clients (not with link inside of message). Massage have title “unsubscribe” and “from” is email of user who wants to unsubscribe from mail list sent by their provider. Most of public mail services (gmail, yahoo, apple, office365) requires OAuth and complicating testing.
Tried to figure out where to insert file with plaintext username and password, and to open 1110 port for access, without success.