Skip to content

Commit

Permalink
feat: send emails from noreply@web3.storage (#439)
Browse files Browse the repository at this point in the history
per #341

I've already set up DKIM and Return-Path in postmark, all that's left is
to push this change to production:

<img width="1061" alt="Screenshot 2023-02-21 at 2 53 25 PM"
src="https://user-images.githubusercontent.com/1113/220269659-f592bc53-32c5-4b2a-a99a-3a666aed43ba.png">
  • Loading branch information
travis authored Feb 21, 2023
1 parent 0741295 commit 4f974a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-api/src/utils/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class Email {
* @param {string} [opts.sender]
*/
constructor(opts) {
this.sender = opts.sender || 'web3.storage <noreply@dag.house>'
this.sender = opts.sender || 'web3.storage <noreply@web3.storage>'
this.headers = {
Accept: 'text/json',
'Content-Type': 'text/json',
Expand Down

0 comments on commit 4f974a9

Please sign in to comment.