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!
16 results found
-
Mailing List Members, sorting possibilities
Sorting the list of mailing list members by email and/or by name
1 vote -
Custom Request Headers
Is there any way we can set custom headers for the forward() action?
1 vote -
Make "your message" window in tickets bigger
Please make the message window bigger when replying to tickets.
4.5 rows is waaaaaay too small to get an overview of one's reply. And if you're typing out a longer reply and want to proof-read it before sending, that is way more annoying than it has to be since you have to scroll up and down so much. In the attached screenshot I have only generated lorem ipsum with 3 paragraphs and this is what it looks like.
Either simply make it bigger or make it resizable, either would work just as well.
1 vote -
Windows Powershell code snippet to test mailgun
Under Sending / Overview:
"How to send with SMTP" you have a CURL example. For Windows Powershell users you could present the following code snippet:
$SmtpServer = 'smtp.eu.mailgun.org' # SMTP Server name
$Port = 587 # SMTP server port number
$From = 'noreply@my.domain.com' # from address
$To = 'bar@example.com' # email address to send test to
$Subject = 'Hello' # email subject
$Body = 'Testing some Mailgun awesomness!' # email body
$username = 'postmaster@YOURDOMAINNAME'
$password = '3kh9umujora5'
$secpasswd = ConvertTo-SecureString $password -AsPlainText -Force
$mycreds = New-Object System.Management.Automation.PSCredential ($username, $secpasswd)
Send-MailMessage -Credential $mycreds -SmtpServer $SmtpServer…1 vote -
Awful mobile UI
Mobile view is awful
1 vote -
Tags layout is broken
hi there, i was wondering if you could fix this ui issue. it's not impossible to use the filters but it's a lot harder to see which ones i want to select. thank you! (i've already tried empty cache and hard reload, it didn't fix the issue)
1 vote -
Ordering IP whitelist
Add the ability to sort/order the addresses.
1 vote -
Safari browser needs UI fix
In Safari, the login button overlap the input fields. Looks OK in Chrome
1 vote -
Place getting started earlier in the support list
place getting started up higher in the order list on the support page
1 vote -
Email Tempate Loop Issue
Greetings, I'm facing an issue in E-mail Templates , i'm trying to make a loop however it keeps showing as an object not an array of object, i'm using {% for item in items %} <span>{{item.name}}</span> {% endfor %} and the test data is gonna be at this case {item :{"name":"test_name"}} and it supposed to be as array of objects not one object...
1 vote -
Show validation total
I'm glad that I now seem to stay in the EU webapp once I'm on it.
Validations/Usage - what I actually want to know is the total number of validations that I've done, but this screen doesn't show that! Any chance?
1 vote -
1 vote
-
Jumping order in domains table
The order of the items in table on the domains page changes once the statistics have been loaded.
Eg:
On load the order is A, B. Right before I click on B the order suddenly changes to B, A, and thus I get nevigated to A instead of B.1 vote -
Log chart not plotting
The log charts does not work properly. And I cannot filter by the column event type.
The chart even does not plot sometimes. Is it a know bug ?
1 vote -
Inconsistency on overview page across domains
Why does my sandbox domain show API information on how to connect and send but the custom domain does not show any of that information.
I'm making API calls and getting a 200 response but logs are empty.1 vote -
Template Rendering In Logs
Rendering of email templates in logs instead of showing template name. This is already supported in html templates
2 votes
- Don't see your idea?