Skip to content

General

53 results found

  1. Add laravel .env file boilerplate instead of config array as integration

    Hello, when using the Laravel Framework, the integration you provided overrides the default configuration values which resolves .env file. That is why, we end up entering this information manually.

    Instead, can you please provide the .env file values as well/instead of the config file?

    Like:

    MAILDRIVER=smtp
    MAIL
    HOST=smtp.mailtrap.io
    MAILPORT=2525
    MAIL
    USERNAME={mailusername}
    MAIL
    PASSWORD={mailpassword}
    MAIL
    ENCRYPTION=null

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Tutoriel installation Xampp

    Tutoriel pour installer Mailtrap dans Xampp sous windows

    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. Allow invitation by email address

    At the moment, it seems like you can only invite company users by the share link. When inviting a team of folks, this means I have to send the link to them all, then check back that they've accepted it before changing that share link to prevent further sign-ups if it's accidentally shared later.

    It would be good if you could invite specific email addresses only, rather than anyone who has access to a global share link.

    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)
  4. Support port 587 as well

    Some software doesn't let you specify port...

    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)
  5. Create an invite feature for shared inboxes

    Allow users to sign up and access a shared inbox in one step.

    Right now, users have to sign up, and then the inbox owner has to share the inbox with them in a separate step.

    20 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)
  6. Add alternative smtp server domain

    Right now we can only use your services by pointing to the "mailtrap.io" domain.

    The problem is that many mail-related software assumes that you want to connect to the MX records of the domain if they exists, no to the A records.

    Understandably, "mailtrap.io"'s MX records point to google's servers to handler your own company-related mail.

    My proposal is thus for you to maintain an alternative name, such as "smtp.mailtrap.io" or "sendto.mailtrap.io" or whatever you feel works best. The important part is that such domain would NOT have any MX records, thus preventing the aforementioned issue.

    11 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. Increase email size limit

    It will be good to be able to receive bigger emails using mailtrap. Is it possible to increase message limit to, for example, 10MB for paid account?
    Or as workaround - allow forwarding of that emails.

    19 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. Include a way for developers to see BCC addresses for testing

    SMTP servers forward mail on to BCC recipients while at the same time stripping that field. Because Mailtrap is serving as the SMTP server, it can record the original data in the BCC header.

    The default Mailtrap view should continue to hide the BCC header to provide a Client-like view, but the BCC header should be made available in either the RAW view or another view "As Received".

    128 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)
  9. Easy access to SMTP configuration

    Show SMTP configuration one should use for the current user/company EVERYWHERE

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. expose a search parameter on the messages API endpoint

    It would be useful if you could specify an additional string parameter to api/v1/inboxes/[inbox_subdomain]/messages which would filter the returned messages by a search pattern, much as the search box on the web front-end does.

    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)
  11. Compliance

    Compliance and Data Protection

    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)

    To address a new regulation on data protection and privacy (GDPR), we have updated our Privacy Policy (https://mailtrap.io/privacy) and introduced a new Navigational Information Statement /use of cookies (https://mailtrap.io/navigational-info).

    In addition, we have published a blog post (http://bit.ly/2I87YlE), which includes extra details about the measures we have taken so far and will be working on in order to ensure Mailtrap’s compliance with the GDPR.

  12. Javascript broken when link is clicked through mailtrap : Part 2

    This issue has resurfaced, so please reopen : https://mailtrap.uservoice.com/forums/142303-general/suggestions/8155947-javascript-broken-when-link-is-clicked-through-mai

    My advice is to : When opening the emails in a different client ( such as Airmail or Mailspring ) it is rendered properly with the correct permissions.

    My best guess is that "target='_blank'" is not applied properly in the sandboxed iframe as it should have the 'allow-popups-to-escape-sandbox' applied to them.

    For now we are good with just copy/pasting the link from mailtrap into a different browser window ( which would actually be it's normal functionality to begin with ).

    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)
  13. Idea: Configurable port number.

    That 2525 port number places a huge barrier on corporate usage.

    I'm a consultant and I do work for various clients. The corporate ones can't use this great tool because of their stringent firewalls. Asking IT to open up a special port is like a red rag to a bull. Before you know it you've got the CIO/IT Manager wanting to know why you're sending emails outside the corporate network and BAMM! ... another good idea is shot in the head.

    Please if you can, find a way to make the port number configurable. At least give the option to…

    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)
  14. more advanced forwarding rules

    I want to have settings for inbox to forward some emails automatically. for example I want to forward all exception notifications from my staging to real recipients. So that I will have single mailer settings in staging env in my app and will handle all this stuff using mailtrap.

    22 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. Forward to my own e-mail address

    I would like to be able to quickly forward some e-mails to my own e-mail address so that I can check them in some e-mail clients. I realize that I can just click 'forward' and change the address to my own, but it would be nice if there was a separate button to do it in one click.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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. Add API endpoint for accepting email

    Some hosts, such as GoDaddy, block all SMTP ports, or don't allow using an SMTP server other than their own. A lot of mail services, such as Mandrill, Mailgun, Sparkpost, etc. provide both an SMTP server and a REST API for accepting email. Providing a REST API endpoint for accepting email would allow users on such restrictive hosts to be able to use mailtrap, even when they can't use the SMTP server.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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)
  17. Javascript broken when link is clicked through mailtrap

    When clicking a link within an email, the page is rendered (in new tab) and all javascript on that page is blocked due to sandboxed iframe your using. For now the only workaround we found is to copy the url into a new tab, however it is not that easy to explain to the business owner that this is not our fault and that it will work normally when the same link is clicked in any other email clients.

    Is there anyway we could configure our service to allow direct linking from emails to our page without breaking the javascript?…

    13 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. Allow removing of [MAILTRAP FORWARD] from subject

    Sometimes we use emails sent from our demo environment to mailtrap in demos. How can we prevent mailtrap from prepending [MAILTRAP FORWARD] to the subject line for mail forwarded according to rules?

    5 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)
  19. Testing Newsletter Campaigns from Mailchimp

    I would like to automate testing of my mailchimp campaigns. Is there a way to send campaigns to your smtp server?

    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)
  20. 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)
← Previous 1 3
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base