Update email

This commit is contained in:
Marc Fokkert
2024-05-31 14:22:01 +02:00
parent 1876388c70
commit d00b30ef11
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<app-heart></app-heart> <app-heart></app-heart>
<section class="item"> <section class="item">
<h3>Stukjes/inzendingen</h3> <h3>Stukjes/inzendingen</h3>
<span>Via de ceremoniemeester <a href="mailto:marcentinekegaantrouwen@xz1.nl">Lianne Fokkert</a></span> <span>Via de ceremoniemeester <a href="mailto:marcentinekegaantrouwen@gmail.com">Lianne Fokkert</a></span>
</section> </section>
<app-heart></app-heart> <app-heart></app-heart>
<section class="item"> <section class="item">

View File

@@ -56,6 +56,6 @@ ${this.getWhenQuestions()}%0D%0A
getMailToLink() { getMailToLink() {
const title = this.inviteTypeService.getInviteType() === InviteType.EVENING ? this.mailTitleEvening : this.mailTitleWholeDay; const title = this.inviteTypeService.getInviteType() === InviteType.EVENING ? this.mailTitleEvening : this.mailTitleWholeDay;
return `mailto:marcentinekegaantrouwen@xz1.nl?subject=${title}&body=${this.mailBody}`.replace('\n', '%0D%0A'); return `mailto:marcentinekegaantrouwen@gmail.com?subject=${title}&body=${this.mailBody}`.replace('\n', '%0D%0A');
} }
} }