-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inbound email provider suggestions #77
Comments
It's either SendGrid or Postmark, since these two options are easier to set up and are free. See #77.
Hey guys, @r-a-y I was wondering, whether this plugin is still under development and if so, maybe Mailersend could be integrated as an option? They offer 12000 emails / month free of charge, which is a great offer for small NGOs like mine. Plus they have inbound routing, so I think they could be integrated with your plugin? See here: https://www.mailersend.com/features/inbound-emails Let me know what you think :) Kind regards, Philip |
Sorry for the late reply, @StrothiP. Plugin is still in development, but mostly for bug fixes. As of right now, I do not plan on integrating Mailersend into the plugin. If you have access to a developer, that person will need to create a new class to parse the inbound provider's POST response to your website. View examples of other inbound provider classes: https://github.com/r-a-y/bp-reply-by-email/tree/master/includes/classes/ (check the PHP files prefixed with The developer should also register their provider with this filter: bp-reply-by-email/bp-rbe-core.php Lines 214 to 215 in 18e720b
Add a new array key with the provider short name and for the array value, add the class name for your inbound provider class. You can also load your inbound provider class on this filter as well. For example:
|
Spawned from changes due to Mandrill's pricing structure, I'm going to compile a list of potential inbound providers for inclusion into RBE.
Implemented:
(Information partially updated as of January 2019. If you find inaccuracies, please let me know.)
Maybe later:
(This section is outdated.)
Declined:
Info gathered by me; providers sourced from:
The text was updated successfully, but these errors were encountered: