SENT MAIL COMES IN INBOX OF GMAIL ACCOUNT

i'm using gmail pop account.
whenever i send mail from this account i'm getting that mail in my inbox also.
i've tried to contact google about this problem but they told me that ask your email client developer about this problem!!!!
Please help me to get rid of this problem....

See if this article helps.
https://support.google.com/mail/answer/78892?hl=en&ref_topic=3397500

Similar Messages

  • Mail doesn't save sent mail on one of my email accounts.....

    Mail doesn't save sent mail on one of my email accounts. I have several accounts, but on one of them it just doesn't save any mail I send. Is there a hidden setting I've missed somewhere? I did delete the account and then reset it, but it took out all of my emails to that address so I'm loathe to do that again!

    I'm lucky enough to have two Macs running OS X 10.9 next to each other, both using the same network, and sharing a common Exchange mail server. My corporate machine (an first gen' Aluminium iMac) has both Outlook and Mail installed. My personal machine (a 13" MacBook Air) has only Mail installed.
    Neither install of Mail is guarenteed to write sent messages to the Exchange Sent folder (it might happen, it might not). Both write perfectly to other common mail servers (e.g. GMail). Outlook writes perfectly to the Exchange server, but generally functions less effectively as a mail client than Apple Mail.
    The failure to write to the Exchange server only happened after the upgrade.
    It's quite frustrating.

  • Why do I get a copy of sent mail in my inbox?  I don't want that.

    Why do I get a copy of sent mail in my inbox?  I don't want that.

    You will have to contact Yahoo support. I can not help you here.
    https://io.help.yahoo.com/contact/index?page=contact&locale=en_US&y=PROD_MAIL_ML
    Sounds to me like you are CC yourself, check your preferences.

  • GMail: Sent mail comes in the inbox?

    If I send an email from my Gmail account on my iPhone, the sent mail will appear in my inbox as well as the sent items box on the phone.
    If I look at my gmail account on my computer via my browser the sent mail is correctly sitting in my sent folder and does not appear in my inbox.
    This seems like a bug in iPhone. Mail I send from the phone should only appear in sent items box and not in my phone inbox.
    BTW, I do not have the option to CC myself turned on in the iPhone settings.

    web interface...
    I have hostrocket as my hosting for my domain....
    I can use outlook with IMAP, and get all folders from the mail server with no problems... If I use the webmail interface to access my email account, and I send an email, it will always appear in the inbox as well... and when I go in with outlook, there is that send email still, so I move that email to my sent folder so I have a record of it being sent....
    So, I guess the iPhone interface is doing the same thing... send an email from it, and you get a record of the email in the inbox so you can move it to the sent folder.
    My IMAP connection on my iPhone will not bring down the sent, deleted, and drafts folders to the iPhone. My Outlook has all these folders.
    F

  • Mutt/Offlineimap Sent mail is showing up in Gmail Inbox

    Hi,
    I am just starting my journey with mutt and quite like the interface thus far but I am having trouble with sent emails showing up in my Gmail inbox.  It is a little annoying to always have my sent emails appear as unread in my inbox.  In my search for a solution I have found that this behavior sometimes occurs if you have Gmail filters that are set to never send to spam, I checked and do not have any such filters.  This could also happen if I had $record set, but I have specifically unset record.  My muttrc and offlineimaprc are as follows (I used several tutorial sites to help create these) (I have hashed out some personal details):
    muttrc
    # Paths ----------------------------------------------
    set folder = ~/.mail # mailbox location
    set alias_file = ~/.mutt/alias # where to store aliases
    set header_cache = ~/.mutt/cache/headers # where to store headers
    set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
    set certificate_file = ~/.mutt/certificates # where to store certs
    set mailcap_path = ~/.mutt/mailcap # entries for filetypes
    set tmpdir = ~/.mutt/temp # where to keep temp files
    set signature = ~/.mutt/sig # my signature file
    # Basic Options --------------------------------------
    set wait_key = no # shut up, mutt
    set mbox_type = Maildir # mailbox type
    set timeout = 3 # idle time before scanning
    set mail_check = 0 # minimum time between scans
    unset move # gmail does that
    set delete # don't ask, just do
    unset confirmappend # don't ask, just do!
    set quit # don't ask, just do!!
    unset mark_old # read/new is good enough for me
    #set beep_new # bell on new mails
    set pipe_decode # strip headers and eval mimes when piping
    set thorough_search # strip headers and eval mimes before searching
    # Status Bar -----------------------------------------
    set status_chars = " *%A"
    set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"
    # Header Options -------------------------------------
    ignore * # ignore all headers
    unignore from: to: cc: date: subject: # show only these
    unhdr_order * # some distros order things by default
    hdr_order from: to: cc: date: subject: # and in this order
    # Account Settings -----------------------------------
    # Default inbox.
    set spoolfile = "+mygmail/INBOX"
    # Alternate email addresses.
    alternates ####### ########
    # Other special folders.
    set mbox = "+mygmail/archive"
    set postponed = "+mygmail/drafts"
    # Index View Options ---------------------------------
    set date_format = "%m/%d"
    set index_format = "[%Z] %D %-20.20F %s"
    set sort = threads # like gmail
    set sort_aux = reverse-last-date-received # like gmail
    set uncollapse_jump # don't collapse on an unread message
    set sort_re # thread based on regex
    set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
    # Index Key Bindings ---------------------------------
    bind index gg first-entry
    bind index G last-entry
    bind index R group-reply
    bind index <tab> sync-mailbox
    bind index <space> collapse-thread
    # Ctrl-R to mark all as read
    macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
    # Sync email
    macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"
    macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox"
    # Saner copy/move dialogs
    macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
    macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
    # Pager View Options ---------------------------------
    set pager_index_lines = 10 # number of index lines to show
    set pager_context = 3 # number of context lines to show
    set pager_stop # don't go to next message automatically
    set menu_scroll # scroll in menus
    #set tilde # show tildes like in vim
    unset markers # no ugly plus signs
    set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
    alternative_order text/plain text/enriched text/html
    # URLview ... calls ~/.urlview
    macro pager \Cu <pipe-entry>'urlview'<enter> 'Follow links with urlview'
    # Compose View Options -------------------------------
    set realname = "My Name" # who am i?
    set envelope_from # which from?
    set sig_dashes # dashes before sig
    set edit_headers # show headers when composing
    set fast_reply # skip to compose when replying
    set askcc # ask for CC:
    set fcc_attach # save attachments with the body
    unset mime_forward # forward attachments as part of body
    set forward_format = "Fwd: %s" # format of subject when forwarding
    set forward_decode # decode when forwarding
    set attribution = "On %d, %n wrote:" # format of quoting header
    set reply_to # reply to Reply to: field
    set reverse_name # reply as whomever it was to
    set include # include message in replies
    set forward_quote # include message in forwards
    set editor = "emacs -nw"
    set from = "#################@gmail.com"
    set sendmail = "/usr/local/bin/msmtp -a mygmail ###############@gmail.com"
    set sendmail_wait = 0
    unset record
    #color scheme
    source muttsolar16
    My offlineimaprc
    # Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
    # get started fast.
    [general]
    ui = TTY.TTYUI
    accounts = MyGmail
    pythonfile=~/.mutt/offlineimap.py
    fsync = False
    [Account MyGmail]
    localrepository = CGLocal
    remoterepository = CGRemote
    status_backend = sqlite
    [Repository CGLocal]
    type = Maildir
    localfolders = ~/.mail/mygmail
    nametrans = lambda folder: {'drafts': '[Gmail]/Drafts',
    'sent': '[Gmail]/Sent Mail',
    'flagged': '[Gmail]/Starred',
    'trash': '[Gmail]/Trash',
    'archive': '[Gmail]/All Mail',
    }.get(folder, folder)
    [Repository CGRemote]
    maxconnections=1
    type = Gmail
    remoteuser = ############@gmail.com
    remotepasseval = keyring.get_password("Login","############@gmail.com")
    realdelete = no
    sslcacertfile = /etc/ssl/certs/ca-certificates.crt
    nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts',
    '[Gmail]/Sent Mail': 'sent',
    '[Gmail]/Starred': 'flagged',
    '[Gmail]/Trash': 'trash',
    '[Gmail]/All Mail': 'archive',
    }.get(folder, folder)
    folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
    '[Gmail]/Important',
    '[Gmail]/Spam',
    I use msmtp to send the emails (and they do send) but as far as I know that program should have nothing to do with my folder labeling.
    What happens exactly:  When in mutt, I press 'm' and compose an email and send with 'y'.  Oddly enough, the email appears in my gmail inbox (the webmail) even before I sync mutt with offlineimap (I don't automatically sync).  Once I sync, I see the email in both my sent mail and inbox.
    Any thoughts would be appreciated

    You have unset the record variable.

  • Why does mail sent using the MacOSX mail client not show up in my sent folder when I access my Gmail account in a browser?

    I've recently started using my first Mac, and I hooked my work email (Forwarded to Google Mail) and my personal email (Gmail) into the MacOSX mail client. Everything seemed to be going smoothly, until I noticed that sent mail from my work email through the MacOSX Mail client is not showing up in my sent box on any other clients. Sent mail does show up in my personal email in Gmail, though.
    Can anyone help me understand why mail sent from the MacOSX Mail client doesn't end up in the sent folder of my work Gmail account? I suspect it has something to do with the forwarding-to-Google process -- a sort of "too many cooks in the kitchen" situation. Has anyone heard of this problem before? What should I try?

    I've been noticing that too.  Just told me there were 6 outgoing messages, even though I did not create any new messages.
    One hypothesis is that it's generating those messages when a rule moves an email from one folder to another.
    Can someone at Apple confirm this?

  • IOS 8 Mail is showing my sent messages as unread in my gmail account

    I had been using gmail's mail application because of its ability to push. With iOS 8, I figured I'd give Apple's Mail client another try.
    When I send something from my Apple Mail client, it appears as an unread message in my inbox. The sent mail should not be unread... I've verified that this doesn't happen in the gmail mail client.
    I checked my gmail filters to see if something was affecting sent messages, but didn't see anything.
    Any ideas what I need to change? Is this is a problem others are seeing?
    Thanks!

    Hi Tim.
    This kind of problems are caused by some corruption in one or more of the files used by the junk filter. Try this first:
    1. Go to Preferences > Junk Mail and disable junk mail filtering.
    2. Quit Mail, then open it again.
    3. Go to Preferences > Junk Mail, enable junk mail filtering, and configure it however you wish.
    4. Reset the junk filter database (Preferences > Junk Mail > Reset).

  • Changing cancelled "mail" ISP/dial-up to gmail account

    When I bought iMAC, I accessed the web via dial-up ISP, which was the default for "mail". That ISP has been cancelled, but it remains the default. I can't email or forward many things since the system tries to use the cancelled ISP and mail settings. I am now online via cable/ethernet but get my email via Safari.
    How do I set up my gmail for the "mail" icon and as the default mail link?

    With the Mail.app quit and using the Finder go to Home > Library > Mail.
    Copy the Mail folder and place the copy on the Desktop for backup purposes.
    Using the Finder go to Home > Library > Preferences > com.apple.mail.plist.
    Move the com.apple.mail.plist file to the Desktop.
    When re-launching Mail, this will require re-entering all account information - for your active account or accounts only which appears to be your Gmail account.
    Launch Mail and decline any prompt to import mailboxes. If you are currently accessing your Gmail account only with Mail, recreate only your Gmail account and the Mail.app should rediscover the existing Gmail account named folder and account mailboxes within.
    This will get rid of your old ISP's account information.
    To get rid of your old ISP's account named folder, quit the Mail.app first and using the Finder go to Home > Library > Mail > this POP account named folder (named by the user name and incoming mail server for the account) - this will be the user name and incoming mail server for your old ISP's email account. Delete this account named folder and empty the Trash.
    Launch Mail and all remnants of this account will be gone from Mail. If you need to import the old account's Inbox and Sent mailbox, you can do so from the copy of the Mail folder placed on the Desktop.
    If not, you can delete the copy of the Mail folder and the old com.apple.mail.plist file from the Desktop.

  • Sent mail mailbox not created with IMAP account

    Hello,
    I have an old PBG4 running Tiger that i use as a shop/travel/etc. 2nd mac.  I have 4 mail accounts. I set them up ( successfully) all the time on various macs and windows machines.
    But now something's changed... 3 of my accounts are fine.  The 4th shows no "this account" airplane icon mail folder under "sent" int he left hand pane.  i even deleted it, re-created it, and its STILL not there. Mail is also not stored to the IMAP server. Yes, in the tab it says "save sent mail to the server..."
    At the bottom of the left hand mailbox pane, the "this account" set of mailboxes does appear with a little world/beach-ball to it left. There is a sent mail box there, but it does nto have any (recent) mail in it - just older sent items.
    I'm flummoxed. Any idea what is going on?  While you're at it, what's the difference between the mailboxes at the *top* and the duplicate at the bottom?
    TIA!
    Grant

    So, VFEMail doesn't show up under sent, but has a Sent box within it below?
    I wonder if you quit Mail andin the Finder make a copy of say...
    /Users/YourUsersName/Library/Mail/[email protected]@imap.gmail.com/[Gmail]/Sent Mail.imapmbox and dragged it to
    /Users/YourUsersName/Library/Mail/[email protected]@imap.VFEmail.com/[Gmail]/
    If that'd work?
    Hmmm, did we try this yet?
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup),  it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.

  • IOS Mail App receives duplicates from gmail account

    Everytime I receive an email using my gmail account, it comes in duplicate. Same time stamp. Both copies are in my inbox. It should have 1 copy in my inbox and 1 copy (the same copy) in my Google in box in my mail app. This happens on the macbook, on the iphone and on the ipad. So that if I delete the copy in my inbox you would expect the on in the Google inbox to delete as well, it does, but then there is still one more in my Inbox. Today I made a reservation with Supershuttle and used my gmail email addresss. I got to copies of the confirmation on each device. How do I eliminate the duplicate emails. I went through the google community and they say it is an Apple issue, not a google issue. So who to believe!

    Remove the gmail account from one of the devices, and add it back. Does that issue go away on that device?

  • Mail app not connecting to gmail account

    Hi
    So I have 2 gmail accounts where our company domain uses gmail for its email service. Mail was working fine on both the accounts till last week.
    I had configured both the gmail accounts very easily by just selecting Google on the Mail App on my Macbook Air 7 months back. I just added my email id and my password and the Mail App automatically configured both my accounts.
    Last week one of the gmail accounts stopped updating on the Mail app on the Macbook. I was recieving mails on my iPad and iPhone so I knew there was something wrong. The second gmail account was working just fine. I tried various things but that account refused to work. So I deleted that account and tried adding that account back. I could not add that gmail account this time round and kept giving me an invalid username password error or some account not valid error. I go to the online version of Gmail and login with exactly the same information.
    Then to probe more I delete the working gmail account and try to add it again. That account also does not seem to be adding now. Same error as the first account. So now I cannot access both my gmail accounts on the mail client.
    I just realized that I updated to OSX Mavericks 10.9.2 on 28th Feb and am pretty sure that all this has happened immediately after that.
    Anybody else with similar issues? Any ideas on what I should be doing?
    Cheers
    Ankur

    Hi there ankz74,
    You may find the troubleshooting steps in the article below helpful.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    -Griff W. 

  • HT201320 on my iPad3, i have my company email address and my gmail email account and yahoo email account.  i send out email using my company's email account, but the recipient recieves mail as the From: my gmail account.  why is this happening?

    on my ipad3, i have a company email account, gmail account, and a yahoo account. my issue is that when using my company email account (making sure that my company email account is on the From: field), the recepient on the over end receives it with my google email account on the From:.  and so when they reply, it goes to my gmail account.
    Please note that my "default email" is yahoo.com on the ipad's settings - > mail.
    i do not have any forwarding and this only happens on my ipad.
    Advice is appreciated. Thank you

    ios devices can only send emails from the default sending email you setup that in the settings

  • Mail does not work with gmail accounts anymore

    Since yesterday or so, my google mail accounts don't connect anymore. All of them. All other accounts are still working.
    - Connection doctor tells me the standard "couldn't connect, check if its really port 993 blah" thing.
    - I'm on 10.9.5
    - I tried remove one of the accounts under Internet Accounts and "re install" it, which worked partially: Internet Accounts accepted the google password, and added the account. I ticket Emails. It reappeared in Mail, but still with connection issues (and now no emails what-so-ever associated with that account).
    What can I do next?

    Have you checked your incoming and outgoing mail server settings?
    If you are using IMAP, it should look something like the following:
    Incoming Mail (IMAP) Server - Requires SSL
    imap.gmail.com
    Port: 993
    Requires SSL:Yes
    Outgoing Mail (SMTP) Server - Requires TLS
    smtp.gmail.com
    Port: 465 or 587
    Requires SSL: Yes
    Requires authentication: Yes
    Use same settings as incoming mail server
    If you are using POP3, it should look something like the following:
    Incoming mail server type: POP3
    Incoming mail (POP3 or IMAP) server: pop.gmail.com. Google Apps users, enter the server name provided, don't add your domain name in these steps.
              Port: 995
    Outgoing e-mail server (SMTP) name: smtp.gmail.com
         Port: 465
    Outgoing server requires authentication: enabled

  • Mac Mail blocking replies to a gmail account.

    I use mac mail as I have 4 email accounts (work - personal). Recently whenever I reply to an email from any, the recipiant does not receive it. It marks as sent and I have no bounce backs.
    They use gmail, and receive standard emails from me fine, just not replies.
    Is this a problem my end, is mac mail flagging up this particular email account as dangerous? (its not, its my girlfriends)
    Or is this a problem with gmail and emails from me?
    any help would be great.
    Cheers
    R

    Consider deleting the login.keychain file and starting afresh to ensure that there is absolutely no chance that the issue is with the keychain. The login.keychain file is located in <home>/Library/Keychain
    Alternatively, consider creating a new user on your Mac and then set up your email account under the new user to see if it works OK there. This will establish if the problem is related to your other account.
    Chris

  • Mail.app sycs with one Gmail account, won't with another

    I've searched throughout the forum and couldn't find anything (although a ton of issues with Mail/Gmail exist).
    Today is the first time I've had an issue with Gmail connecting to Mail.app, however, I have two Gmail accounts, yet my main one will not connect. Here's the error message:
    "+Logging in to the Gmail IMAP server “imap.gmail.com” failed. Make sure the user name and password you entered are correct, then click Continue. If the information isn’t correct, you cannot receive messages+."
    I check my login/password, and it's correct. I can login to Gmail using Firfox and Chrome. My secondary account can receive and send in Mail.app, but nothing in the primary.
    Anyone have an idea?

    I just downloaded Thunderbird and tried to setup my primary Gmail account, and TB has issues logging in, saying the password is invalid, yet it's the same password that I use when I login in a browser, whatever the browser may be. Here's the setup window with the error, and anything else that may be relevant (I have absolutely no knowledge of mail anything; POP, IMAP, all that jazz is pure Latin to me):
    http://img.photobucket.com/albums/v235/pacokorn77/thunderbirderrormessage.png
    Sorry for the link, but I'm not familiar with the forum code here to embed an image (if it's at all possible).
    My Mail app on my iPhone works just fine, sending and receiving, but any desktop client I use kicks back a login issue, so it looks to be on Google's end, but I can't be certain.

Maybe you are looking for

  • Can no longer play hundreds of songs after buying new PC

    I recently restored an external drive after buying a new PC and there are hundreds of songs I can no longer play because it says this device is not authorized.  I have authorized this PC and 2 devices. Help!

  • My iPhone won't rotate. Is there a setting or is it broke?

    My iPhone used to rotate. I'm not sure what happened but it stopped. I've tried turning it off but no luck.

  • JTable used as a JList

    I am using a JTable as a JList (because it displays two columns). Above the JTable is an entry field when the user selects an item in the list with the mouse it adds it the entry field, I use a ListSelectionlistener This is fine. I then tested it usi

  • Using creative suites with a 512mb ibook

    am i crazy to even try this. I have thought about getting anoother 1 gb memory chip for my ibook and adding on a 40 gb or more hard drive. i just wanted to know if anyone had any experience with this or if i am just nucking futs. thanks

  • Help needed with evaluating Sun Studio Creator

    I am evaluating Sun Studio Creator as a platform for developing JSF applications. I really like its WYSIWYG editor, but strugging with how I would fit it in my environment. I currently use a Maven generated EJB layer running on JBoss. 1) Ideally I wo