Update flutter_email_sender

This commit is contained in:
Vishesh Handa
2020-05-08 16:56:07 +02:00
parent d86e8124e8
commit cc8d7d24f9
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ class AppDrawer extends StatelessWidget {
"Hey!\n\nI found a bug in GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform",
subject: 'GitJournal Bug',
recipients: ['bugs@gitjournal.io'],
attachmentPath: appLogsFilePath,
attachmentPaths: [appLogsFilePath],
);
await FlutterEmailSender.send(email);