mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-14 15:33:17 +08:00
Update flutter_email_sender
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user