Skip to content

Commit 1414588

Browse files
author
Oren Novotny
committed
Update email alias
1 parent 8f69d24 commit 1414588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Membership/MemberInvitation/email-template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Thanks from the .NET Foundation team!</p>
156156
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">#dotnetlovesme</p>
157157
<p style="font-family: sans-serif; font-size: 11px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
158-
This membership process is new, so let us know (contact@dotnetfoundation.org) if you have problems or suggestions. Pull requests accepted!
158+
This membership process is new, so let us know (membership@dotnetfoundation.org) if you have problems or suggestions. Pull requests accepted!
159159
</p>
160160
<p style="font-family: sans-serif; font-size: 11px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
161161
In case e-mail mangled that link, you can paste this into your browser: {{action}}
@@ -176,7 +176,7 @@
176176
<tr>
177177
<td class="content-block" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;">
178178
<span class="apple-link" style="color: #999999; font-size: 12px; text-align: center;">.NET Foundation, 1 Microsoft Way, Redmond WA, 90852</span>
179-
<br> You're receiving this e-mail because you've applied for membership. <a style="color: #999999" href="mailto:contact@dotnetfoundation.org">Unsubscribe</a>
179+
<br> You're receiving this e-mail because you've applied for membership. <a style="color: #999999" href="mailto:membership@dotnetfoundation.org">Unsubscribe</a>
180180
</td>
181181
</tr>
182182
</table>

Membership/Services/UsersService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public async Task UpdateMemberActiveAsync(string id, bool isActive)
176176
public async Task<User> InviteMember(string displayName, string firstName, string emailAddress)
177177
{
178178

179-
const string emailSender = "jon@dotnetfoundation.org";
179+
const string emailSender = "membership@dotnetfoundation.org";
180180
const string emailSubject = ".NET Foundation: Please Activate Your Membership";
181181
const string redirectUrl = "https://members.dotnetfoundation.org/Profile";
182182

0 commit comments

Comments
 (0)