kaisellgren / mailer

Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
MIT License
168 stars 88 forks source link

please update the docs on how to use package. #213

Closed mayur-16 closed 2 years ago

mayur-16 commented 2 years ago

final smtpServer = gmail(username, password);

this is not working anymore.. please make new readme file on the way to send simple mail.