mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Feedback/Bugs: Use @gitjournal.io email addresses
This commit is contained in:
@ -91,7 +91,7 @@ class AppDrawer extends StatelessWidget {
|
|||||||
var versionText = await getVersionString();
|
var versionText = await getVersionString();
|
||||||
|
|
||||||
var platform = Platform.operatingSystem;
|
var platform = Platform.operatingSystem;
|
||||||
var emailAddress = 'gitjournal.io+feedback@gmail.com';
|
var emailAddress = 'feedback@gitjournal.io';
|
||||||
var subject = 'GitJournal Feedback';
|
var subject = 'GitJournal Feedback';
|
||||||
var body =
|
var body =
|
||||||
"Hey!\n\nHere are some ways to improve GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform";
|
"Hey!\n\nHere are some ways to improve GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform";
|
||||||
@ -121,7 +121,7 @@ class AppDrawer extends StatelessWidget {
|
|||||||
body:
|
body:
|
||||||
"Hey!\n\nI found a bug in GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform",
|
"Hey!\n\nI found a bug in GitJournal - \n \n\nVersion: $versionText\nPlatform: $platform",
|
||||||
subject: 'GitJournal Bug',
|
subject: 'GitJournal Bug',
|
||||||
recipients: ['gitjournal.io+bugs@gmail.com'],
|
recipients: ['bugs@gitjournal.io'],
|
||||||
attachmentPath: appLogsFilePath,
|
attachmentPath: appLogsFilePath,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user