kaisellgren/mailer

Reply-To Error

Closed this issue · 2 comments

Error: A value of type 'Set' can't be assigned to a variable of type 'Map<String, dynamic>'.

This sounds like a real bug. But you don't provide enough information. What statement triggers this error?

You can enable debug output with:

  if (args[verboseArg] as bool) {
    Logger.root.level = Level.ALL;
    Logger.root.onRecord.listen((LogRecord rec) {
      print('${rec.level.name}: ${rec.time}: ${rec.message}');
    });
  }

Need more information. Closing for now