Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8741761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:22:25+00:00 2026-06-13T11:22:25+00:00

Possible Duplicate: Putting E-mail into sent folder after PHP mail function I’ve tried sending

  • 0

Possible Duplicate:
Putting E-mail into “sent” folder after PHP mail function

I’ve tried sending a few emails to test the php mail() function and it seems like in gmail the emails show up in the sent folder but in other email clients they do not. If I were to send and email from an account like steve.jobs@apple.com to myself, would it be shown in that email’s sent folder? Not that I want to do that, but I am just curious.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:22:26+00:00Added an answer on June 13, 2026 at 11:22 am

    This is based on your email provider.

    For most email providers, the email will not show up in a “sent items” folder. The email is sent directly using SMTP, where there is no concept of folders. When a client keeps a copy in a “sent items” folder, this is a feature of the client only.

    Typical SMTP workflow (very high level):

    > compose message -> "send" (local client may save a copy)
    > sendmail(login-info, recip, content) -> SMTP server
    > internet magic happens here (email routing) >
    > destination server -> POP3/IMAP/web -> recipient's mailbox
    

    Gmail is a bit different… Since they have implemented their own SMTP server, they capture all messages passing through the relay using your account credentials and keep a copy. It’s a bit of a unique feature to them. Note that this will only show in your Gmail sent items when connecting using IMAP of the browser interface. If you use a client to access your email, it will not show in the local “sent items” folder.

    Gmail-style message workflow (note the only difference at Gmail’s server):

    > compose message -> "send" (local client may save a copy)
    > sendmail(login-info, recip, content) -> SMTP server (Gmail server saves a copy)
    > internet magic happens here (email routing) >
    > destination server -> POP3/IMAP/web -> recipient's mailbox
    

    Even for the case of Gmail above, you would not be accessing someone else’s “sent items” folder. Because you provide your login credentials to send email, it will end up in your account’s sent items. Now, if you happen to gain access to another’s email credentials for sending emails, that’s a different story (and problem for the other person)…

    If you have access to an email relay, give it a shot and see what happens. Try sending an email to yourself as “Bill Gates” or another interesting alias. If you manage to get the email through, check out the raw headers at the recipient and see what information shows up.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Android CalendarView class cannot be found I tried putting a Date Picker
Possible Duplicate: PHP - override existing function I want to use mocking to unit
Possible Duplicate: Putting a .txt file into a DataGridView When I click an open
Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Possible Duplicate: How can I understand nested ?: operators in PHP? Why does this:
Possible Duplicate: Can main function call itself in C++? I found this problem very
Possible Duplicate: How do you concatenate the rows of a matrix into a vector
Possible Duplicate: Best way to prevent SQL injection in PHP? My html web form
Possible Duplicate: Putting a whole Facebook application in the timeline? There are some apps
Possible Duplicate: What is the fastest XML parser in PHP? I still need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.