Duplicates in email enabled list

Greetz!
We have an email enabled list that creates 2 entries each time it gets an email. I have double checked that the drop folder has the correct permissions setup and that no workflows have a hand in this. There is only one timer job defined as well.
Any ideas on why this might be happening or on how I can go about testing.
I'm on SP2013 Enterprise in a single box install (database on a separate box).
Thanks!
Love them all...regardless. - Buddha

Hi KansasCoder,
According to your description, my understanding is that when receiving mail, it will create 2 list items in the email enabled list.
Did you use Timer Job achieve it ? If yes, I suggest you can track if you have some logic code which related this issue in the timer job.
Here is a detailed article for your reference:
How to: Debug a Timer Job
Best Regards
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Zhengyu Guo
TechNet Community Support

Similar Messages

  • Email Enabled lists - where to run the SMTP server? On APP server or on Exchange Server? Or somewhere else?

    Hi there,
    I need to setup EMail Enabled lists in SharePoint 2010 site. Where do I need to run the SMTP server? On APP server or on Exchange Server? Or somewhere else?
    Thank you so much.

    The SMTP service cannot run on the Exchange server. You can run it on a SharePoint server, or a stand alone server and share out the drop directory over SMB.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Email enabled lists/libraries in SharePoint Office 365

    very specific question about SharePoint in Office 365.  Can you have email enabled lists?  That is, a SharePoint list or document library with an email address that enables incoming email.  This is a feature in on-premise SharePoint.  I
    need to know if it is available in Office 365 and under which plans.
    Randall F Smith

    Here's a list of four 3rd party apps that allow you to do this with SharePoint Online 
    http://blog.pentalogic.net/2012/08/options-sharepoint-onlineemail-enabled-document-libraries-lists/
    Pentalogic
    MessageOps
    Vorsite
    Cloud2050
    (disclaimer, the first one in that list is from my company)
    Pentalogic Technology - Web Parts for Microsoft SharePoint
    www.pentalogic.net

  • How to find out which lists are using email enabled feature in my SP 2010? Any script? Anything else?

    Hi there,
    How to find out which lists are email enabled in my SP 2010?
    Any script? Anything else?
    Thank you.

    Hi frob,
    check this script that is stated on this link
    $SPwebApp = Get-SPWebApplication "http://migration.Company.com"
    <# If it is MOSS 2007, You can use:
    $SPWebApp = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup(http://sharepoint.com)
    To get SPWebApplication Object
    #>
    #create a CSV file
    "E-Mail,List,Site" > "EMail-Enabled.txt" #Write the Headers in to a text file
    foreach ($SPsite in $SPwebApp.Sites) # get the collection of site collections
    foreach($SPweb in $SPsite.AllWebs) # get the collection of sub sites
    foreach ($SPList list in $SPweb.Lists)
    if ( ($splist.CanReceiveEmail) -and ($SPlist.EmailAlias) )
    # WRITE-HOST "E-Mail -" $SPList.EmailAlias "is configured for the list "$SPlist.Title "in "$SPweb.Url
    $SPList.EmailAlias + "," + $SPlist.Title +"," + $SPweb.Url >> EMail-Enabled.txt #append the data
    http://www.sharepointdiary.com/2011/06/find-all-incoming-email-enabled-lists.html
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation. Please remember to mark the reply as answer if it helps.

  • Orphaned mail enabled list address.

    I'm trying to create an email enabled list. The email address I want says it's taken but I can't find it in SharePoint. How do you find orphaned email addresses? I can't find it in AD. I can't find it in SP.
    David Jenkins

    Hi David,
    We are currently looking into this issue and will give you an update as soon as possible.
    Thank you for your understanding and support.
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Daniel Yang
    TechNet Community Support

  • Email VIP list error

    I am trying to add a contact to the email VIP list, however its grayed out. I read about the contact needing an email address so that it can be enabled for adding to the VIP list. After checking the contact info for a few times I am 200% sure that it does have an email address and still doesnt let me add it. please help

    I had an 9.2 database already installed on my laptop. I installed the migration tool in c:\oracle\ora92\oes\migration and set ORACLE_HOME=c:\oracle\ora92.

  • Mail enabled list not picking up items from the drop folder.

    Hi all, 
    I'm sorry if this has already been addressed but my searches didn't turn up anything that helped.
    Our site has some mail enabled lists, that used to work and now do not.  Here is a list of things I've verified and done.
    1.  Verified that email reaches the drop folder.
    2.  Verified that the list accepts messages from any sender.
    3.  Verified that the incoming email address is the same as the sender.
    4.  In Central Admin verified the settings mode is set to advanced, that the SMTP mail server for incoming mail is correct, and that the e-mail drop folder is correct.
    5.  Restarted the Sharepoint 2010 Timer Service.
    6.  Restarted the IIS server that hosts the virtual SMTP Server, and restarted the IIS server hosts sharepoint.
    7.  Verified that the service account has permission to the drop folder. 
    8.  Looked through event log and found nothing.
    9.  Verified Microsoft SharePoint Foundation Incoming E-Mail is running.
    Any help would be greatly appreciated, thanks in advance!
    Update: Looking through Event Viewer an error along this line appears.
    The Incoming E-Mail service has completed a batch.  The elapsed time was 00:00:00.2808126.  The service processed
    1989 message(s) in total.
    Errors occurred processing 1989 message(s):
    Message ID:
    The message ID is always blank.

    Errors occurred processing 1989 message(s):
    Message ID: <- (assume this is repeated 1988 more times.)
    The following aliases sent more than five messages:
    [email protected] (1950 messages)
    x.x+x_=x=[email protected] (38 messages)
    This looks like it's been fixed in the June Cumulative Update. If you can't update you can also manually fix this: http://blogs.msdn.com/b/george_bethanis/archive/2012/05/25/sps2010-cannot-send-incoming-emails-to-lists-libraries.aspx
    June CU (needs to be installed with SP1) - http://support.microsoft.com/kb/2598348
    • A document library cannot receive incoming email messages when the site collection in which the document library exists is not configured by using the site
    collection quotas feature.
    My CodePlex -
    My Blog - My Twitter

  • Email flex list contents using php

    I have dragged 5 items from a datagrid to a drop-enabled list component. Now I want the user to be able to email himself the list. I am using PHP and have an HTTP service request and PHP mailer code but I do not know how to get the data that is in the list into variables that I can use with my php code.
    <mx:HBox>
    <mx:VBox>
         <mx:DataGrid dataProvider="{restaurantsAC}" dragEnabled="true" height="300" width="600" id="restaurantsDG">
              <mx:columns>
              <mx:DataGridColumn dataField="restaurantName" />
              <mx:DataGridColumn dataField="restaurantAddress" />
              <mx:DataGridColumn dataField="restaurantCuisine" />
              <mx:DataGridColumn dataField="restaurantPrice" />
              </mx:columns>
            mx:DataGrid>
         <mx:LinkButton label="Show my Favorites List" click="showFavoritesList()"/>
    </mx:VBox>
    <mx:Canvas id="favoritesListContainer" height="100%" includeInLayout="false" visible="false">
    <mx:SWFLoader source="assets/myFavorites.swf" x="10" y="10"/>
    <mx:List id="favoritesList" x="10" y="40" dropEnabled="true"  labelField="restaurantName" />
    </mx:Canvas>
    </mx:HBox>
    <mx:Button click="sendFavorites()" />    
    public function sendFavorites():void {
                    var h:HTTPService=new HTTPService();
                    h.url="http://wmywebsite.com/mail.php";
                    h.request=??????????????;
                    h.method="POST";
                    h.send();
    Thanks for any assistance!

    you fetch your datagrid items from PHP itself right????
    then, while sending mail in php, generate same set of data and mail it.. dont bother about the datagrid items.
    if you use filter/sorting in FLEX, then you can apply similar rules in php too before sending the email.
    or, if you manipulate the collection in front end ( by drag/drop ), then just concatenate the ids of items, and send to php, in php you can use EXPLODE to get individual items to mail.

  • Mail.app default email reader list

    In anticipation of Google killing off the Google Notifier (for Mac & Windows) on Jan 31, 2014, I uninstalled it today and replaced it with another notifier app (Notifier for Gmail).  Even though I used AppCleaner, the most touted uninstaller for Mac, one trace of Google Notifier remains and I can't figure out how to get rid of it.  I'm sure it's buried somewhere, but I can't find it anywhere.  If anyone has an idea where to look, I appreciate your help.  Following is a screenshot of what I'm trying to get rid of on the Mail.app default email reader list.

    95% of the time they take the easy road and tell people to simply drag the app into the trash.  With normal apps having anywhere from 3-7 attached files, if one tries a lot of software, over time that leaves a lot of extraneous folders and files on their machines.  Some of them will send you complete instructions if you ask, though. 
    Still hopeful someone here might know a way to fix this in Terminal, similar to how we get rid of duplicate entrie for "Open with" on the right-click context menu for an app.  If the question gets answered in the Google product support forum I'll be sure to add it here.

  • SharePoint 2010 email enabled groups do not deliver messages to group members

    I configured my SP2010 farm to send and receive email propperly.  How do I know this?
    Because I receive alerts from SharePoint all the time.
    Because I can email enable a library and I can send documents to it successfully
    Because I can look at AD and see that the contacts have been created in the appropriate OU
    So the problem is only with the SharePoint groups and corresponding AD Distribution List.
    I can assign an email addres to a SharePoint group from the SP interface
    I can verify that the Universal Group is created in AD as expected
    BUT, email sent to the group email address is not sent to the members of the group. I also know this doesn't happen because the distribution list in AD has no members.  If I add a member to it manually from the AD Computer and Users console then the
    member get the message.
    The bottom line is that SharePoint is not pupulating or updating the Distribution List in AD as it should. 
    I can rule out permissions because the the DL is created and the FARM Account and APP Pool account both have FULL Control over the OU where those contacts and Groups are created.
    Does any one have a light to shed on this?
    Thanks a lot,
    Fernando

    Great article here:
    http://joyknows.wordpress.com/2011/01/12/sharepoint-alerts-not-working-for-group-recipients/
    Unchecking “Require that all senders are authenticated” on the mail enabled group in Exchange Management Console, allowed Alerts to come through to AD groups using
    SharePoint.
    I struggled with this but the steps in the post resolved it for me.
    Thanks.

  • In my MacBook Pro "sent" mailbox emails are listed by my email address but on my iPad the "sent" emails are listed by the sent email address?

    On my MacBook Pro in the "sent" mailbox emails are listed by my email address but on my iPad the "sent" emails are listed by the sent email address.  Very hard to look at the address where the message was sent to?

    After upgrading to IOS 7.0.3 the problems gone.
    There is no mention of this being a bug or a fix so im thinking a software glitch was the issue.
    When I look at a message in my inbox and it says "To: JB Manz" - I click my name and it shows my contact info including my 4 email addresses and the address the message was addressed to is highlighted blue, others all black.
    Not sure how it got fixed but it's working like it used to.

  • I have a new email address and updated it with my apple id/icloud and updated on my iPhone, but i'm getting a pop up to enter my password with my old email address listed for iCloud/Apple id.

    I have a new email address and updated my apple id/icloud  with the new address. I updated on my iPhone, but i'm keep getting a pop up to enter my password with my old email address listed for iCloud/Apple id.  How do I get it to go away?

    Did you create a NEW Apple ID or did you change the email address for your OLD Apple ID? This will affect how you update apps in the future.
    Anyway, go to Settings/iTunes&App Stores, log out, then log in with the new ID.

  • Looking for an email discussion lists script.

    HI! I am looking for a email discussion lists script that
    works on a windows
    platform. I have looked on Google but only found Mailman
    which is good but
    only works on UNIX/Linux. The other I found has to be
    installed via a
    setup.exe which is only good if you own and have direct
    access to your own
    server.
    Does anyone out there know of a email discussion lists script
    in ASP or PHP
    or similar that uses an ms-access or ms-SQL database and
    works on a windows
    platform?
    Paul

    trlyka wrote:
    I can't, for the life of me, find an email address for order support. Or any other support for that matter.
    I believe the only email support Apple offers is for Photo Services and iTunes Customer Service.

  • Error when email enabling a document library

    Hi - I've checked through other threads re errors when email enabling a doc library, but our scenario is a bit different. We have some custom code that creates sites based on a site template and uses data from a 3rd party system to define the site
    name, permissions etc. I don't think that the process for creating the sites is relevant to the issue, but mentioning that anyway to be complete. As part of the site creation workflow, one of the document libraries is email enabled. However, on one specific
    site, the document library was not email enabled. When I try and do this manually, I get the following error:
    Error in the application.   at
    Microsoft.SharePoint.SPList.UpdateDirectoryManagementService(String oldAlias,
    String newAlias)
       at Microsoft.SharePoint.SPList.Update(Boolean
    bFromMigration)
       at Microsoft.SharePoint.SPList.Update()
       at
    Microsoft.SharePoint.ApplicationPages.EmailSettingsPage.SubmitButton_Click(Object
    sender, EventArgs args)
       at
    System.Web.UI.WebControls.Button.OnClick(EventArgs e)
       at
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
       at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
    sourceControl, String eventArgument)
       at
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)
    Other tests/observations:
    On the problem site, I get the same error when trying to email enable other document libraries
    Other sites on the same site collection have been created using the same process/site template, and the appropriate document library was email enabled automatically (sites created both before and subsequent to this problem site)
    I have successfully managed to manually email enable a document library on an different existing site
    I have manually created a new site using the same site template and successfully managed to manually email enable a document library on that site
    So I am fairly certain that it is nothing to do with permissions as other posts relating to this issue have suggested. Does anyone have any ideas on what is happening, how to resolve or further checks I can make? Many thanks

    Hi qaaweb,
    based on my experience, the issue itself may be caused by some triggers, 
    the permission is one of them only, 
    to narrow down usually, we try to update credential first, that at some environment may less impact.
    example:
    based on: http://technet.microsoft.com/en-us/library/cc262947.aspx, to configure email, if already configured then skip.
    make sure that application pool account that is used for central admin to be the same for central admin, site and the web application.
    make sure SQL server and granted DBCreator , Serveradmin, Setupadmin on service account. 
    remove old database and sync:
    C:\program files\common files\Microsoft shared\web server extensions\12\bin>stsadm -o sync -listolddatabases 0
    C:\program files\common files\Microsoft shared\web server extensions\12\bin>stsadm -o sync -deleteolddatabases 0
    Update farm credentials, http://support.microsoft.com/kb/934838 
    if needed: central administration > Operation > Authentication provider and changed Kerberos to NTLM on central admin site.
    Login service account on the SharePoint server and enable IncomingEmail settings on the web application 
    please let us know if the workaround is not applicable
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library

    Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library.
    I have tested the library using a standard email (with attachment) to the library and this works fine. 
    I have monitored the drop folder on the server and I can see both emails being picked up in drop and processed by SharePoint.  The email sent from a regular email account is uploaded with the attachment, whereas the email sent via SSRS subscription
    email is uploaded and the attachment (report) is missing.

    An update on this.  The email when sending from SSRS subscription is received in the library and the attachment is contained within the .EML file uploaded.
    The behaviour that I would like from SSRS subscription emails are to just have the document and not the email.
    Below is a snippet of the .EML files I quick copied from the Drop folder.
    Email attachment snippet sent from SSRS Subscrption:
    ----boundary_2477_75fa3d73-56de-4948-ad82-6588f3a35b95
    Content-Type: application/octet-stream; name="Toilet Usage by Month.docx"
    Content-Transfer-Encoding: base64
    Content-Dis;
     filename="=?utf-8?B?VG9pbGV0IFVzYWdlIGJ5IE1vbnRoLmRvY3g=?="
    Content-ID: <10722c0f-749e-4ecb-ac3f-206317bae734>
    UEsDBBQAAAAIAEVcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgA
    KKAUAAAAAAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9
    I8T2TDvAzFuaPrE1kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//p
    v3/x+Qe/fnr75WevX/3lD9qfHz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXn
    r189/eUPvn768gcf/KeP/uNv/uIXr19+9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++
    /NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9evP27r9788OXrL968ePfZzz/7/LN3
    X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL13/7t5+9fPr2p+/e4os/
    5f1+8yaffPshv3+Pj4/l3a++e5Ff/1Pv9tdffP7d3/vNmz/lvf3i7YvfPL6AX3z+zTv6
    Email attachment snippet sent from Outlook:
    --_004_A4C6DCEDE4346446A79AFF493D278530FB87FA07MELABCDEXA1airp_
    Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document;
     name="Toilet Usage by Month.docx"
    Content-Description: Toilet Usage by Month.docx
    Content-Dis; filename="Toilet Usage by Month.docx";
     size=76574; creation-date="Thu, 12 Mar 2015 00:41:14 GMT";
     modification-date="Thu, 12 Mar 2015 00:41:14 GMT"
    Content-Transfer-Encoding: base64
    UEsDBBQAAAAIAMJcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgAKKAUAAAA
    AAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9I8T2TDvAzFuaPrE1
    kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//pv3/x+Qe/fnr75WevX/3lD9qf
    Hz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXnr189/eUPvn768gcf/KeP/uNv/uIXr19+
    9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++/NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9e
    vP27r9788OXrL968ePfZzz/7/LN3X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL

Maybe you are looking for

  • Is it possible to pass a variable from one animation to another?

    I have multiple animations on the same page. I need to pass a variable from one to the other. Animation One has this: sym.setVariable("myVarOne", 1); Animation Two has this: var myVarOneInTwo=Edge.getComposition("EDGE-12345678").getVariable("myVarOne

  • Nexus 7000 Platform Logging

    Hello, We recently had a power supply failure in one of our Nexus 7000s, and I noticed that the syslog for the Platform is only present in the default VDC, and not in any of the other VDCs syslogs. Is this by design, or is there a logging level I can

  • Date question in Oracle

    hi how to insert (text) time: 09:44:02 and date:11/09/2007 to date filed in Oracle ? i have field Tdate (date) and Ttime (date) in oracle thanks in advance Edited by: GoldSoft on 16:33 22/08/2011

  • Group Policy Shortcuts

    I am trying to use the Shortcuts extension in the Computer Configurations section to create some links, but any File System Object shortcuts fail with: The computer '<Name> preference item in the '<Policy> {GUID}' Group Policy object did not apply be

  • JSF 2.0 Composite components

    Hello I've learning and testing JSF 2.0 for fun on the latest few days, and i'm try to check if something is possible to do with composite components. Most o examples that I have seen do something like this: <util:myform image="#{resource['images:bac