Skip to content

General

23 results found

  1. okta sso

    I'd like an Okta SSO option

    28 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Add a C# integration for appsettings

    Add a C# integration for appsettings.

    "EmailSettings":
    {
    "Server": "smtp.mailtrap.io",
    "Port": "25",
    "Security": 0,
    "FromEmail": "from@mailtrap.io",
    "FromName": "Mailtrap",
    "UserName": "xxxxxxxxxxx",
    "Password": "xxxxxxxxxxx"
    }

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Webhooks

    webhooks

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. cli example for parameter store of aws system manager

    In integration section with examples for various frameworks and languages it would be convenient for me to have cli example for parameter store of aws system manager, e.g.

    aws ssm put-parameter --type SecureString --name /staging/smtp-host --value "smtp.mailtrap.io"
    aws ssm put-parameter --type SecureString --name /staging/smtp-port --value "2525"
    aws ssm put-parameter --type SecureString --name /staging/smtp-username --value "XXX"
    aws ssm put-parameter --type SecureString --name /staging/smtp-password --value "XXX"

    That would allow me to copy&paste it to shell and provision all parameters at once.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Show the number of emails in an Inbox when you are viewing the inbox

    Show the number of emails in an Inbox when you are in the inbox.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Update "Total messages sent" readout automatically

    Make the "Total messages sent" display update automatically. As is, it requires a browser refresh.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Update received time when clicking on an email

    The received time "a few seconds ago" "2 minutes ago" etc. doesn't update until you receive a new message or do a web page manual refresh. Make it refresh when you click on a message.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Allow single sign on via WS-Federation / SAML / OpenID Connect / JWT or similar

    It would be great if team members within a paid team could sign in using our organisation's existing single sign on infrastructure.

    This would mean when folks leave the organisation, they'd automatically lose access to Mailtrap. Better yet, if we could configure Mailtrap to allow anyone with a specific role access as a team member, this would greatly simplify our ability to manage team members.

    96 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,
    Your request makes great sense, thank you!
    Currently, we are focused on feature requests with top priority, anyway, we will make sure to investigate possible ways to get single organisation’s sign on implemented for Mailtrap in future.

  9. On the My Inboxes page, make the statistics update automatically

    On the My Inboxes page, make the statistics update automatically. As is, you have to do a browser refresh to see the number of messages, etc. changed.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Auto Forward SMTP log view

    View forwarded smtp logs

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thank you for the request! Currently, we won’t be implementing such functionality. This can become something we’ll look into in future, depending on the community demand.

  12. Readd the ability to remove email messages using POP3 protocol

    According to https://twitter.com/Mailtrap/status/1034816874188554240 you removed the ability to remove email messages using POP3 protocol.

    We rely on this function since we don't only use mailtrap to send emails but also to read emails and test our POP3 client.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Allow "Forward as attachment" to prevent spoofing

    The problem with forwarding an email from a mailtrap domain is that the original "From" address remains intact, creating a situation where it appears the forwarded email appears like the sender (mailtrap) is spoofing the original domain.

    For instance, a test forwarded email, note the content:
    Received: from mailtrap.io (ec2-52-55-102-193.compute-1.amazonaws.com [52.55.102.193])
    by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id OlrG4Ki2RRyRjj3CpUmVYg
    for myname@mycompany.com; Wed, 25 Apr 2018 17:35:19.161 +0000 (UTC)
    Clearly should be rejected for safety.

    Our company's rules tag this as a spoofing email, which of course confuses our testers.

    Gmail blocks these so they never get to the inbox.

    It…

    14 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,
    Thank you so much for your suggestion!
    We’ll consider implementing it once we go through our to-do’s with bigger priority in our backlog and if we see that this request has high demand.

  14. Simulate 'Failed' response

    I need to check case when email ( recipient ) does not exist.
    I know you don't check if email address exists in real world, but you could allow to set one or some email address(es) in configuration
    and send 'recipient not exist' response with appropriate status code when client/user sends email to that address(es)

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Search any text in the email/subject

    improving search the emails? Starts with is not really good...

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Web Notifications

    Web Notifications.
    So that when you receive a new mail, you get a nice popup :)

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Add Keyboard shortcuts

    Keyboard shortcuts

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Add the ability to forward email based on subject

    Our use case is simple: we want to forward specific types of emails (our example: password reset). We can always classify them based on the subject line, but not on the email address nor the domain. This feature request is to add automatic forwarding based on subject.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Configuration example for Exim

    It would be nice to have configuration example for Exim too (only Postfix example is available today).

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Incorporate litmus.com/email-testing (or similar) into mailtrap easily to get greter emails

    When doing html emails - one definitely needs to review how they look.
    Adding litmus.com/email-testing into mailtrap will combine the two worlds

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base