kaisellgren / mailer

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

Slow sending with 1Mb attachement #220

Closed nico3587 closed 1 year ago

nico3587 commented 1 year ago

I try to send email with pdf file as attachement (size 1Mb) but it takes aprroximatively 2 minutes. Is it normal ?

nico3587 commented 1 year ago

A litle precision, the problem is on Windows. I've just tried on Android and it's quick on this.

close2 commented 1 year ago

How fast are other programs? Please install for instance thunderbird and time sending 1MB.

If it is OS dependent the probability that there is something wrong in our code is low.

nico3587 commented 1 year ago

You're right, I tried with Thunderbird and it's also slow. I tried on an other computer and it was fast. It was the computer I used the problem.

Thanks for your time.