-
Notifications
You must be signed in to change notification settings - Fork 9
Postmark
As of commit 12f2782, RBE supports Postmark as an inbound provider.
For more on inbound email, read the corresponding ticket - https://github.com/r-a-y/bp-reply-by-email/issues/46.
- Create an account at postmarkapp.com.
- Set up a new subdomain that is used exclusively by Postmark. eg.
reply.example.com
. - Add Postmark's MX records to this subdomain.
- In Postmark, register the subdomain and set the webhook.
- Install the master branch of RBE and add the subdomain to RBE's settings page.
Self-explanatory.
Login to your domain registrar's dashboard and create a new subdomain.
Let's say example.com
is your WordPress site, you'll want to create a dedicated subdomain used only by Mandrill. eg. reply.example.com
. Change reply
to whatever suits your fancy. This will be used in emails for the Reply-To
email header - [email protected]
- so choose carefully.
Postmark requires the following MX record to be set for your subdomain:
In your DNS configuration, create an MX record that points to inbound.postmarkapp.com and give it a value of 10.
Quoted from http://developer.postmarkapp.com/developer-process-domain.html.
Configure your subdomain to use this record in your domain registrar's dashboard.
Read step 2 of this document: http://developer.postmarkapp.com/developer-process-domain.html
- Login to Postmark and click on your server that you created during account creation.
- Next, click on "Settings", followed by "Inbound".
- Under "Inbound Domain Forwarding", enter the subdomain you created in step 2 (eg.
reply.example.com
) - Under "Webhook", type in the URL to your WordPress install.
- Save.
- Download the latest master branch of RBE - https://github.com/r-a-y/bp-reply-by-email/archive/master.zip
- Extract the plugin to
/wp-content/plugins/
. - Login to the WP admin dashboard and activate RBE. Next, navigate to BuddyPress > BP Reply By Email.
- Do the following:
- For Mode, select
Inbound Email
. - For Provider, select
Postmark
. - For Inbound Domain, type in the subdomain you set up in Postmark. Save the settings.
- For Mode, select
- Now test out RBE! At-mention someone on the frontend and try to reply to that person via email. See if a reply is sent back. If you are able to reply to one another, RBE is working!