Bulk email deletion

is it possible to delete all bulk email at once instead of individually deleting each email?
CR

No but there is a setting by account to automatically remove messages marked for deletion and available in the account's Trash mailbox after one day.

Similar Messages

  • How to delete Bulk Email Folder in ios8

    With the IOS8 upgrade I'm seeing a Bulk email folder, which downloads ALL of my spam from my AT&T server if I mistakenly tap it. Thenit takes me an hour or so to manually remove each of the emails one by one. What a PAIN!  Then I'm seeing an extra Trash and Sent Folder and a Y! Conversations folder. None of which I want or need.  How to remove them!  What a pain!  Help!

    You cannot remove them.  Those folders are provided by the E-mail provider and cannot be removed.

  • .PPTX attachment won't send in Bulk Email in CRM 2011

    Hi,
    When i attach a 2mb .pptx Powerpoint Slide attachment my bulk email fails. I have checked the email tab in System Settings and it's set to 5mb. Any ideas what might be preventing the emails from sending?
    Thanks
    David
    David Kelly

    Well, I tried that and all connections were successful. 
    However, I just tried something else.  I had an online Exchange account that I have been using, but recently deactivated the account, and moved the mail servers to my own domain.  I had left the Exchange server account active to give the system and accounts time to migrate and sync, etc.  On a whim, after your above email, I deleted the inactive Exchange account and that seems to have fixed it.  I don't know why, though, because all email accounts were set to use mobile SMPT2GO for all outgoing mail, and that account was turned off on the server side.
    For anyone else having this problem, I also tried the various fixes in the thread here.  There are some good ideas, though they didn't work for me. 

  • I am having trouble sending bulk emails (less than 100 at a time) on my gmail account using group names created from my address book.  I use Mail on my I-Mac.  When I try to send out a bulk email, the message shows up that my server can't send them, etc.

    I am having trouble sending bulk emails from a Mail Group (less than 100 at a time) on my gmail account.  They come back saying the server can't recognize the data and try again with selected server or try later or edit message, all of which I have attempted a number of times, including re-booting the computer.  I am wondering if there is something wrong in my Address Book?  I have check Apple Preferences, and Mail Preferences and all seems in order.  I can send to any of the individual addresses, but not in a group.
    Thanks for your help.

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    To add the BCC field to the message window, create a new message, click the 'three lines' button near the to and from fields & select the 'BCC Address field' or choose the 'customise' option. This button may be a 'gear' on the older OS (I don't recall for 10.6.8 Mail).
    The BCC field is more likely to be limited by the email server than Mail app. If you add hundreds of addresses (or use large groups with many addresses) the email server may assume you are sending spam. Sometimes it causes the server to drop the message or bounce them, different providers also have different rules, so you need to use bcc & ccc with care.
    If you plan on doing mass mailing you would be better with a service that handles it correctly for you (i.e. sends multiple messages without using ccc or bcc).

  • How do I add bulk emails to a group in Address Book?

    I'd love to figure out how to quickly capture a bulk emailing list and add all of them to an Address Book GROUP at once.
    This list would be either -
    In the TO: field - from an email I received
    - or -
    In the TO: field - of an email I am sending (reply all)
    ALTERNATIVE
    Is there ANY WAY to drag and drop individual (or multiple) email addresses from Apple Mail into address book as New Entries into a specific GROUP?
    If Apple Mail can't do it - is there any email program that does allow drag and drop new entries into a specific GROUP?
    NOTE - There IS Select All/RightClick/AddToAddressBook - but those go into the general directory.

    So far, FWIW all I've got is individual AddToAddressBook, then in AB itself, drag and drop one by one from the main list into the desired group.

  • HT1222 I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    I would like to be able to delete more then just one email at a time. I get a lot of mail that needs deleted and takes a long time to do. Would like to do 10 email deletes at a time on my iPad. Can you help me.

    open inbox
    tap Edit on top right of list.
    tap each email to check it off.  Then tap trash.   then 'trash selected mesages"
    done

  • Need to send bulk emails 1 by 1

    I have a problem which i would love some help advise on. I run a small business where i have around about 2,500 email contacts. I have these in my address book and Excell file. About once a month i like to send a bulk email to all my clients but can't seem to find out how i can do this by sending them one by one? I have them all grouped in my address book but my problem is that my broadband supplier will only let me send out 20 at a time meaning me copying and pasting stuff for 3 hours a time!
    I know when i had a PC i could set up an email mail merge via Excel & Outlook and i press send and it would send to all my clients one by one and it would be completed in about 20 mins.
    My question is can i do this using my address book & mail or would i have to buy a program to do this? if so could anyone reccommend one which is not going to break the bank!

    Now thats out of my league - I am guessing OSX Server running on a Mac would give you the ability to create and send the mail direct from said Mac - perhaps someone more knowledgeable could advise, or perhaps the OSX Server discussions forum would be a better place to seek advice ?

  • How to send BULK email into INBOX using ASP

    Dear Gurus,
    I am using GOMAIL to send newsletter to 2000 of my subscribed
    users. but no
    one is getting their emai intheir inbox
    Only users other than yahoo,hotmail,rediff,gmail are getting
    in their inbox
    I want to know how can I make sure that users who has hotmail
    and yahoo
    accounts also get my newsletter into their inbox cos
    currently it goes to
    their JUNK email or bulk email folder.
    I know lots of companies who send newsletter to my HOTMAIL
    inbox.
    Please suggest as this is very important

    You can send email from javascript in an content editor web part or HTML Form webpart  (if someone is doing this interactively in the browser AND they have an email client installed) by changing the current page ref to a mailto: reference.
    location.href="mailto:"+emailTo+emailSub+emailBody;
    var emailSub = "?subject=xxxxx";
    var emailBody = "&body=xxxxx";
    That will pop up an email window. Build up the emailTo by using Javascript/JQuery to pick up selected people on the page, or all rows on the page, or use something like SPServices or web service calls to pick up all items in a specific view. Depends totally
    on how you want the UI to work. Not sure I'd do this on an external facing SP site since you wouldn't want any emails addresses in the clear to harvest, but inside a company intranet should be fine.
    For example, you could read all records in the Supervisors view, build up the emailTo var with the correct addresses or names that your email client needs, then set location.href to the correct mailto: link.
    Robin

  • Send bulk emails with only the recipients name appearing in the TO field when they recieve it

    Hi
    I want to know if Mail or any third party software will enable me to send a bulk email to a group in my address book with the recipeant only seeing their name and not the names of all the others in the group email.
    I dont want to use cc or bcc because then the TO is not personalised when the person recieves the email.
    I had a great plugin in outlook on my PC that worked great called Send Personally from Mapilab but it is not compatiable with Mac, I am desperate to find something that works any ideas???

    Welcome to Apple Support Communities.
    It's probably quite simple, and nothing to do with your Address Book group.
    It is a matter of 'junk mail' or 'spam' filtering on the recipient end, I think.
    1. Apparently not everyone in your Address Book group (12 of 15 apparently?) has your current email address among their 'permitted email addresses', so, your original email message ends up in their 'junk mail' or 'spam filter' or whatever it is called by their email provider. Some businesses and schools also filter incoming messages for subject, language, content, or by sender's address (one company I dealt with prohibited all incoming email from Hotmail, for example), so it could be filtered at that level. In that case, the recipient might have to specifically ask the IT department to add your email address to a 'permitted' list.
    2. When someone else in the group hits 'reply all', THEIR email address IS among the 'permitted email addresses' for everyone else, and they are in effect 'forwarding' your message from their email address, so the filtering affecting your email address does not affect their re-sending of your message.

  • My emails delete randomly unrelated to set up. Please advise

    My emails delete randomly and disappear regardless of the set up which is 50 messages and ask before delete. What is the problem? 

    Add an email account on your iPhone, iPad, or iPod touch - Apple Support

  • HT4528 How do I erase contacts in a bulk without deleting all my contacts?

    I need help trying to delete contacts in a bulk without deleting all my contacts.

    bispymusic wrote:
    Use iCloud to sync your contacts to your Mac or PC and use the contact program (Mac = Contacts/Address Book, or PC = Contacts/Outlook)
    iCloud does not do this on the PC.
    This can be done on Mac or PC using iTunes.

  • Where is the email delete sound?

    How do you turn on the swish sound when you put an email in the trash can?

    There is no email delete sound on iPhones or any iOS device. The "swish sound" is the send email sound.

  • TS3899 I HAVE IPAD AIR HAVING PROBLEMS WITH EMAIL DELETING AFTER A SHORT TIME WITHOUT COMMAND CAN YOU HELP

    Q. I have an IPAD air having problems with my email deleting after a short while without command.

    I've had issues like this before.
    I ended up having to call my provide to reset the connection, which worked for a while, then quit. i then took it into my provider for a new sim card and had the connection re-established again. I haven't had issues since.
    hopefully for you resetting the connection with your provider will do the trick and a new SIM card wont be nessesary.

  • Bulk email shot

    Hi
    I'm looking to set up an automator action to send bulk emails - I just have no idea how to do it!
    Basically I want the action to do the following:
    Get a list of contacts from something like an excel spreadsheet
    Create a new mail message for each contact
    Insert text from something like a word document.
    Attach 2 predefined files
    Send off
    I want this action to run automatically at a time period I can set (i.e. every month etc).
    Any help?
    Tried googling but I haven't come up with anything yet.
    HELP!

    Hi David,
    You can use Outlook Express to this for you.
    I didn't think about it in your other post in the Leopard forum.
    Dimaxum

Maybe you are looking for

  • I'd Like to thank Sun Microsystems

    Hello all, My Name is Nathan Evans. I live in Ontario,Canada and work as a Labourer. Until Recently, I had not had the opportunity to use Solaris, Nor Studio Creator, because i could not afford them, but thanks to Sun Microsystems for releasing some

  • Severed connection when Mac Pro's display sleeps

    So I have a Mac Pro and a Macbook connected in a network via the ethernet I use to access the internet. Shared some files out, everything works fine and dandy. BUT, when the Mac Pro's display goes to sleep the connection is lost. I noticed the Mac Pr

  • Tree of org unit

    hallow did some have a exemple of report like tree of org unit that when you open u see org unit and under org unit and employee regards

  • SelectOneRadio inside a columnEx

    Hello, I need to render a radio buttons in a table, one button for each row, to allow selection of the row for the user. How can I do that if "dataTableEx" is used for rendering the table ? If I simply put selectOneRadio into hx:columnEx, each row co

  • C DLL/ C++ DLL Wrappering

    I am trying to wrapper a C DLL which links to a C++ DLL, then call a function from the C DLL from a FORTE application. To test, I can run a C application which calls the C DLL which in turn calls an exported function from the C++ DLL, without any pro