Unable to Send Emails to Private Relay Service

  • hi I have solved this issue please checkout my solution, if it works for you, give me some credit then haha

    https://medium.com/@nmpyt21/mandrill-send-to-apple-private-email-e7514f74d8be

Add a Comment

Accepted Reply

Please make sure that you're actually sending your emails from the domains you have registered.

If you use a third-party mail service (like AmazonSES, SendGrid, or MailChimp), it does not work yet.


Also, if you have an example <anonymousUserId>@privaterelay.appleid.com, we can try looking in the logs.

Add a Comment

Replies

Hey there, finally got sendgrid to work (problem was the mail address had been added to Drop list and would not resend mail - fyi unblock from "supression" in sendgrid).

But we have the same problem as @shreyafromncr, we have thumbs up by apple for our domain, individual email address, added txt gsuite gmail line but apple relay doesn't receive the email. help?
Hey there

A user with a relay email address does not receive our emails from gmail in gsuite. We have thumbs up by apple for our domain, individual email address, added txt gsuite gmail line but apple relay doesn't receive the email.

I am trying to understand out whether the messages in this thread asking Apple to add 3rd party support also means Gmail/Gsuite is currently not supported to send email to apple's relay email addresses?

Please help us understand
Hello @ppinkney

Thanks a bunch for your instructions. After adding DKIM (SPF wasn't enough) users receive our emails !

Cheers!
if we use "gmail.com"? It's necessary SPF record? How i can configure it? Can someone make an example?
Has anyone gotten Mailgun to work with these DKIM instructions? If so do you have any advice? Per the instructions in Domain settings > DNS records, we have a TXT record with host=mx._domainkey.somedomain.site, value='k=rsa; p=<long base64 data>' and there is a green check indicating it matches on the Mailgun settings. We also have the SPF record. On the Apple portal side, the page where we 'Configure Sign in with Apple for Email Communication' (https://developer.apple.com/account/resources/services/configure), it shows a green check for SPF, no mention of DKIM.

We have not received the failure report from Apple yet.

We're using nodemailer to issue the mail to Mailgun.

We use Mailchimp and Mandrill. We've followed the instructions here and at https://help.apple.com/developer-account/#/devf822fb8fc. We've setup SPF:

v=spf1 include:servers.mcsv.net include:spf.mandrillapp.com ~all

But nothing is working.... Is there any other details that we should be aware of?

hi I have solved this issue please checkout my solution, if it works for you, give me some credit then haha https://medium.com/@nmpyt21/mandrill-send-to-apple-private-email-e7514f74d8be%C2%A0%E2%80%94%C2%A0%C2%A0cherylsmart%C2%A02 minutes ago Edit this post