Tutorial level: SEMI-ADVANCED
Yes, you can view attachments at EmailOnDeck.com, and you should they should just be shown under you email message.
However, sometimes emails can have multiple attachments, such as an email attached to an email, and you just might not be able to find the attachment you are looking for.
The good news is that EmailOnDeck provides you the entire email (headers & body) so you can always find what you're looking for.
This guide will walk you step-by-step on how to view any attachments sent to your temporary email address.
Step 1
View Raw Email
View your email and then scroll down and look on the bottom right corner for a link that says: "view raw email". When you click on that it should open up a new page that shows the raw email sent.
Step 2 Scroll down to the part that looks similar to the below picture. That's the attachment and it's usually at the bottom of the raw email.
Note in the picture above that the Content-Type tells us it's a PDF attachment. This could be also be JPG for pictures or DOC for Microsoft Word documents.
Make a note of what the Content-Type is.
Also, the Content-Transfer-Encoding is base64. base64 is a pretty standard encoding for attachments in emails, but you may see something else.
Make a note of what the Content-Transfer-Encoding is. Step 3 In our example above, we'll start highlighting the text at the JVBERi0xL and then highlight all the way down to the end of lJUVPRgo=
Copy this text to your clipboard. Step 4 Open up Notepad++ or your text editor of choice.
Paste all the text into the editor. We are now going to decode this base64 content.
Select all of the text (ctrl-A), go to "Plugins" > "MIME Tools" > "Base64 Decode".
DECODED!
* NOTE: If your Content-Transfer-Encoding was something different from base64, simply select all the text and decode it appropriately. If your editor doesn't support it, try searching online for a free text decoder that supports the Content-Transfer-Encoding of your attachment. Step 5 First, recall what the Content-Type of your attachment was. In our case, it was a PDF file.
When you save with Notepad++, you will want to save the "File name" with the appropriate extension. For PDF it's .pdf, for a picture it may be .jpg or .png
For the "Save as type" leave it as: "Normal text file (*.txt)".
Step 6 You will now see your attachment on your desktop (or wherever you saved it to). Double click on the icon and you can view your attachment!
CONGRATULATIONS!
If you have successfully gone through all these steps, you now have more insight on how attachments work in emails than 99% of the population. You are the 1% ;)
Stay safe out there!
Determine The Attachment Type
Highlight The Large Block Of Text
Decode the Text
Save The File
Open Your Attachment