diff --git a/lib/MailClass.php b/lib/MailClass.php index bce3406..f1fc3f0 100644 --- a/lib/MailClass.php +++ b/lib/MailClass.php @@ -60,15 +60,17 @@ class MailClass { ); if($response) { - $body = "
Check out this board}/card/{$response->id}" . "\">link to see your newly created card.
"; - $subject = 'An new card has been created!'; + $body = "Check out this board}/card/{$response->id}" . "\">link to see the newly created card.
+Card ID is {$response->id}
"; + $subject = 'A new card has been created!'; } else { - $body = "Make sure you set up the board correctly.
"; - $subject = "Your issue has not been reported!"; + $body = "Make sure the board was setup correctly.
"; + $subject = "A new card could not be created!"; } $message = ""; - $message .= "