Update email
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<app-heart></app-heart>
|
||||
<section class="item">
|
||||
<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>
|
||||
<app-heart></app-heart>
|
||||
<section class="item">
|
||||
|
||||
@@ -56,6 +56,6 @@ ${this.getWhenQuestions()}%0D%0A
|
||||
getMailToLink() {
|
||||
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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user