Skip to content

Commit

Permalink
Update email alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jan 24, 2020
1 parent 8f69d24 commit 1414588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Membership/MemberInvitation/email-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Thanks from the .NET Foundation team!</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">#dotnetlovesme</p>
<p style="font-family: sans-serif; font-size: 11px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
This membership process is new, so let us know (contact@dotnetfoundation.org) if you have problems or suggestions. Pull requests accepted!
This membership process is new, so let us know (membership@dotnetfoundation.org) if you have problems or suggestions. Pull requests accepted!
</p>
<p style="font-family: sans-serif; font-size: 11px; font-weight: normal; margin: 0; Margin-bottom: 15px;">
In case e-mail mangled that link, you can paste this into your browser: {{action}}
Expand All @@ -176,7 +176,7 @@
<tr>
<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;">
<span class="apple-link" style="color: #999999; font-size: 12px; text-align: center;">.NET Foundation, 1 Microsoft Way, Redmond WA, 90852</span>
<br> You're receiving this e-mail because you've applied for membership. <a style="color: #999999" href="mailto:contact@dotnetfoundation.org">Unsubscribe</a>
<br> You're receiving this e-mail because you've applied for membership. <a style="color: #999999" href="mailto:membership@dotnetfoundation.org">Unsubscribe</a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion Membership/Services/UsersService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public async Task UpdateMemberActiveAsync(string id, bool isActive)
public async Task<User> InviteMember(string displayName, string firstName, string emailAddress)
{

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

Expand Down

0 comments on commit 1414588

Please sign in to comment.