Closed yarsort closed 2 years ago
Maybe, rename this function: 'authenticate' to 'login' or 'login' in pop3 module to 'authenticate'... I don't know...
I found! I forgot add word 'await' before adding file into attachments... ;)
Please add to your example in pub.dev this adding files in attachments. It's will be good for developers. Thank you.
Thanks for the suggestion, added a file attachment example in the v2.0.1 release
Hello again. :)
I have one problem; i added *.zip attachment, but i don;t see this file in my letter on e-mail server. How correctly add attachment into message? My code in screenshot...
Issues in SMTP auth:
incorrect in your example: await client.login('user name', 'user password');
correct in my example: await client.authenticate('user name', 'user password');