Feature Requests
If you’ve got a feature request, you’ve come to the right place! Please relay your request request here, along with any additional details you think might be helpful.
This is not the spot for feedback on current features, only new plausible ideas will be considered. Please be courteous of others and upvote if you believe strongly enough in an idea!
144 results found
-
Provide sending API keys specific to domains.
This would enable finer grained control for development teams that have multiple environments or applications using the same account.
For example, credentials to send from development / sending domains would be different than the ones needed to send from the production domain.
161 votesHi all,
I’m happy to announce that we’ve released our Domain Sending Keys feature. Domain Sending Keys will allow you to create multiple API keys, similar to SMTP credentials, per domain that will only allow sending messages via our /messages and /messages.mime endpoints for the domain the key was created for.
Domain Sending Keys are available on your account today. You can assign new keys to your domains by navigating to “Sending” > “Domains”, select a sending domain, then click on “Domain Settings” and then on the Sending API keys tab. From there, click on “Add Sending Key”, provide a useful description, hit “Create Sending Key”, copy your key and add to your application and start sending!
We hope you enjoy using this new feature!
-
Show two decimal places on invoices
The monthly invoice only shows one decimal place. At least if it's an even dollar amount. For instance, my first invoice showed:
Previous Balance: $0.0
Total due: $19.0While not technically wrong, it's just weird. Either drop the decimals altogether on even dollar amounts, or use two decimal places.
1 vote -
Create a PHP wrapper class for Mailgun
Create a wrapper for mailgun where it would be real simple to send messages and do other functions. Example:
$mg = Mailgun::authenticate("mailgunapikey");
// send a message
$mg->send_message($from,$to,$subject,$message,$customvariables);this is just a rough idea of it to get the idea out there. this would be a lot quicker then having to manually put in cURL posts.
1 voteOur SDK is available here: github.com/mailgun/mailgun-php
-
API For callbacks
Provide an API to automatically add callbacks for specific events instead of having to do this through the control panel.
1 voteThis functionality is available on the domains API.
- Don't see your idea?