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

Not working in Web #246

Closed AniketStemmOne closed 3 months ago

AniketStemmOne commented 4 months ago

Its not working in web. Is there any solution for web ?? getting error Unsupported operation: Socket constructor

close2 commented 3 months ago

This is technically not possible. This library uses the SMTP protocol which is not compatible with HTTP.