Questions tagged [mailinator]

On-the-fly disposable email service

Mailinator is a disposable email service where mailboxes are created when email arrives at the address, with no prior setup.

18 questions
4
votes
0 answers

HTML of Email content is not showing in Mailinator

So, As my Title Says I'm messing up with the issue of HTML Email. There is mails sending by my application to the mailinator's mail ids. the issue is it is not showing the HTML , No css (it is inline), No fonts. However it is showing perfectly on my…
cis Divya
  • 41
  • 4
1
vote
1 answer

Verify Email verification through python selenium

I aam trying to automate signup page and when i click on signup button it send an email of verificaion. How to automate this process without going to my email account with using selenium python. i have tried mailinator api with selenium. But…
1
vote
0 answers

Error thrown for reading disposable email - Javascript

As on date, I am reading emails from Gmail using https://github.com/mscdex/node-imap. I am fairly successful in reading and then performing the required set of operations. However, I am in a fix now, when I am trying to do the same with a…
Adarsh Kumar GM
  • 164
  • 1
  • 4
  • 17
1
vote
1 answer

How to use context.io in .net selenium project?

I am using selenium webdriver in C#, and i want to test an application's registration page. I am facing some issues: The application does-not allow user deletion. I cannot create new user account randomly as i have to validate the user account with…
Indranil
  • 2,229
  • 2
  • 27
  • 40
1
vote
0 answers

iMacros - FRAME NAME="" Issue

I have recently been using iMacros in an attempt to create a Macro that will navigate to a mailbox I have created on the website "Mailinator" (http://mailinator.com/), and open a link within a particular email by clicking on it. This was created by…
Nate Lung
  • 11
  • 4
0
votes
2 answers

How to implement mailinator api to read mails from public inbox using JMeter?

I am trying to read email contents from mailinator public inbox using Jmeter for my testing, but unable to understand the details I need to provide in the request. Can anyone help me with designing the request sampler to get that?
0
votes
0 answers

How to get Message Id for Mailinator public inbox with curl command

I have been trying with curl command to get the message id for public account in mailinator. But i think there is some issue, as i am getting the html response, and no details are there for inbox messages. I am not sure what wrong i am doing, none…
rocky
  • 1
  • 1
0
votes
1 answer

Python Selenium cannot get anything when using .text method

HTML/CSS I'm trying to extract, the highlighted text is what I'm trying to extract I'm specifically trying to get a verification code out of an email from Mailinator, however, I have tried getting and printing text from anything and nothing appears…
0
votes
0 answers

Is it possible to fetch the "msgid" of "fetch public" API from public mailinator inbox?

I am automating the public malinator to fetch/read the inbox. But I am unable to fetch the "msgid" of "fetch_public" API endpoint . Please find the URL below where I am looking for the highlighted part ,tried to find out from browser by inspecting…
Koushic
  • 155
  • 2
  • 5
  • 14
0
votes
0 answers

Mailinator gets pauseStream state unexpected

I am using Mailinator.com to automate registration flow in my app. It is great for this purpose, but sometimes I get this weird problem: when the tests open a public mailbox, the mailinator is kind of in a pauseStream state, like this button is red,…
Ragnarsson
  • 1,715
  • 7
  • 41
  • 74
0
votes
0 answers

Hyperlink URL changed by mailinator, how to fix?

Ruby on rails server. We are sending an email. The content has a hyperlink, containing a URL which has a token in its query params. The content also has the same URL in plain text. Hyperlink %p= link_to "Review", "#{@link}", target: "_blank" Plain…
Mihai
  • 100
  • 13
0
votes
0 answers

Illegal character in path with GetInboxRequest

I am trying to use the Java API of Mailinator to connect to the mailbox then get a list of messages: MailinatorClient mailinatorClient = new MailinatorClient("myteamapitoken"); Inbox inbox = mailinatorClient.request(new…
CyrilD
  • 1
  • 4
0
votes
0 answers

Automated testing for B2C custom policies

I am in search of a feasible option to automate the functional testing of B2C custom policies such as sign-in, sign up, profile edit, and forgot username. I have been reviewing testcafe scripts and be able to perform a POC for the sign-in policy…
0
votes
2 answers

Count messages from multiple inbox using Mailinator API

Need some advice. I am playing around with Mailinator PHP API and I was wondering if it is possible to fetch message count from multiple inboxes of Mailinator. May be using an array of inboxnames? I have tried it with single inbox and it fetches…
0
votes
1 answer

Does mailinator provide a free STMP server like gmail or yahoo?

I want a free SMTP server via which I can send emails using Java Email API. I would have used google or yahoo but they all show the original recipient in the from: section(which has my name in it). I tried creating a gmail id using some generic name…
Oliver
  • 6,152
  • 2
  • 42
  • 75
1
2