mailer
mailer copied to clipboard
Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
E/flutter (11132): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: HandshakeException: Handshake error in client (OS Error: E/flutter (11132): WRONG_VERSION_NUMBER(tls_record.cc:242)) E/flutter (11132): #0 _SecureFilterImpl._handshake (dart:io-patch/secure_socket_patch.dart:99:46) E/flutter (11132): #1 _SecureFilterImpl.handshake (dart:io-patch/secure_socket_patch.dart:142:25) E/flutter (11132): #2 _RawSecureSocket._secureHandshake (dart:io/secure_socket.dart:911:54)...
Hi, is there any example of how to send bulk email for notifications. Thank you in advance
Running flutter 3.0.1. When `send()` is called, on older Android APIs
before upgrade flutter is version 3 . mailer error UNSUPPORTED_PROTOCOL(handshake_client.cc:697) #0 _SecureFilterImpl._handshake(dart:io-patch/secure_socket_patch.dart:99:46) #1 _SecureFilterImpl._handshake(dart:io-patch/secure_socket_patch.dart:99:46) #2 RawSecureSocket.secureHandshake(dart:io/secure_socket.dart:911:54) #3 RawSecureSocket._tryFilter(dart:io/secure_socket.dart:1040:19) How to fix it. thank
My Username and password are correct. And also I enable Access to less secure app feature on gmail. How to fix this issue? ``` final smtpServer = gmail(username, password); final...
The documentation states to "NOT use mailer together with your credentials" as "extracting them is very easy". It would be helpful to understand if this is about the general process...
pedantic is discontinued and should be replaced with lints in the pubspec.yaml file
@close2 I fixed #152 by encoding name to utf-8+base64. Note: 1. It doesn't support 2.12 yet 1. I introduced `Address.sanitizedName` and `sanitizedAddress` for application to override (which I need it)....
Good morning, I spent some time to understand why some users was experiencing some problems with my app when sending mails. This was the error: ```log After sending MAIL FROM:,...