diff --git a/app/View/Components/Gallery/Album/SharingLinks.php b/app/View/Components/Gallery/Album/SharingLinks.php
index 065e5f8a740..ae075e92320 100644
--- a/app/View/Components/Gallery/Album/SharingLinks.php
+++ b/app/View/Components/Gallery/Album/SharingLinks.php
@@ -21,7 +21,7 @@ public function __construct(AbstractAlbum $album)
$raw_title = rawurlencode($album->title);
$this->twitter_link = 'https://twitter.com/share?url=' . $this->rawUrl;
$this->facebook_link = 'https://www.facebook.com/sharer.php?u=' . $this->rawUrl . '?t=' . $raw_title;
- $this->mailTo_link = 'mailto:?subject=' . $raw_title . '&' . $this->rawUrl;
+ $this->mailTo_link = 'mailto:?subject=' . $raw_title . '&body=' . $this->rawUrl;
}
public function render(): View
diff --git a/resources/views/components/gallery/album/sharing-links.blade.php b/resources/views/components/gallery/album/sharing-links.blade.php
index 07bd313b11d..9cd025c2663 100644
--- a/resources/views/components/gallery/album/sharing-links.blade.php
+++ b/resources/views/components/gallery/album/sharing-links.blade.php
@@ -20,7 +20,7 @@
" >