How do i read the message source on yahoo mail

To read the message source on Yahoo Mail, you can follow these steps:

Method 1: Using the "View Source" option

  1. Log in to your Yahoo Mail account.
  2. Open the email message you want to view the source for.
  3. Click on the three dots (⋯) at the top right corner of the message.
  4. Select "View source" from the dropdown menu.
  5. A new window will open with the message source code.

Method 2: Using the "Show Original" option

  1. Log in to your Yahoo Mail account.
  2. Open the email message you want to view the source for.
  3. Click on the "More" dropdown menu at the top right corner of the message.
  4. Select "Show original" from the dropdown menu.
  5. A new window will open with the message source code.

Method 3: Using the browser's developer tools

  1. Log in to your Yahoo Mail account.
  2. Open the email message you want to view the source for.
  3. Press F12 or right-click on the message and select "Inspect" or "Inspect Element" (depending on your browser).
  4. This will open the browser's developer tools.
  5. Switch to the "Elements" tab.
  6. Find the <body> tag and click on it to expand the HTML code.
  7. Scroll down to the <div> tag with the class "msg-body" (this is where the message content is stored).
  8. You can now view the message source code.

Note: The message source code may not be easily readable, as it's written in HTML and may contain formatting and styling information. However, you can use this method to view the raw code and potentially identify any suspicious or malicious content.