Removing an automatic Bcc address

I have an automatic Bcc address that someone put into my mail tool, how do I get rid of the automatic Bcc address. I can use customize and eliminate the field, but how would I go about removing the automatic address in the Bcc field in my mail tool?
Thanks

Jeanie:
You will need to go to the Mail menu and select Preferences. Then click on the second icon in the top bar Accounts. Here you will need to change the Incoming Mail Server and Outgoing Mail Server (smtp). To get the exact information go to their website. Take a look at Quest's support page and browse the topics. Click on the link to setup my Mail account. There is a link to Apple Mail, and then, depending on the email address you have the list the Incoming and Outgoing Mail servers for you. Then call them for help if you have specific questions. They are often quite good at walking you through the setup. Tell them that you are using Apple Mail and they will have an agent who is familiar with Mail help you.
Please do post back if you have further questions.
cornelius

Similar Messages

  • Removing BCC with Apple Script when automatically BCC myself is set in pref

    I have "Automatically Bcc myself" set in the Mail Composing preferences, which I like because I get a copy of email that I send. I also have an apple script that forwards messages to an email address. When I used this apple script on Tiger, the BCC option was never added (it might have been a bug with Mail in Tiger); however, now on Leopard, the BCC option is always added when I used the apple script.
    I've tried setting the BCC field to Null and Blank, but that doesn't seem to work. I suspect that the field is set upon send or the "make new" directive. Does anyone know a way to tell Mail to not Bcc automatically in an Apple Script?
    Here is the forward apple script program:
    (* Cf. http://www.macosxhints.com/article.php?story=20060219014940761 *)
    (* RS 31st July 2006 *)
    set theAuthority to "person AT here"
    tell application "Mail"
    set theMessages to the selection
    repeat with thisMessage in theMessages
    set newMessage to make new outgoing message at end of outgoing messages
    tell newMessage
    set visible to true (* comment out whole line to stop 'blinking' windows *)
    set content to thisMessage's source
    set subject to "Fwd: " & thisMessage's subject
    set bcc to null (* my attempt to set bcc to null or blank *)
    make new to recipient with properties {address:theAuthority}
    end tell
    send newMessage
    set read status of thisMessage to true
    set was forwarded of thisMessage to true
    set junk mail status of thisMessage to true
    end repeat
    end tell

    Thanks for that reply!
    After more google searching, I found this on http://www.macosxhints.com/article.php?story=20040425063255443
    One of the responses said that you can add the lines:
    delete bcc recipients
    delete cc recipients
    "in that order" to the new message tell and get rid of the recipients. I had tried the delete before, but I thought I had to get the recipients before I deleted them. I'm not a very good apple script person. Here is my final script
    (* Cf. http://www.macosxhints.com/article.php?story=20060219014940761 *)
    (* RS 31st July 2006 *)
    set theAuthority to "email address here"
    (* or your personal Knujon address *)
    tell application "Mail"
    set theMessages to the selection
    repeat with thisMessage in theMessages
    set newMessage to make new outgoing message at end of outgoing messages
    tell newMessage
    set visible to false (* comment out whole line to stop 'blinking' windows *)
    set content to thisMessage's source
    set subject to "Fwd: " & thisMessage's subject
    make new to recipient with properties {address:theAuthority}
    delete bcc recipients
    delete cc recipients
    end tell
    send newMessage
    set read status of thisMessage to true
    set was forwarded of thisMessage to true
    set junk mail status of thisMessage to true
    end repeat
    end tell

  • How to remove the automatically recognized hyperlinks in PDF after converting from Word?

    Hi everyone!
    When converting Word to PDF, texts with "http", "www", or email addresses with "@" are automatically hyperlinked.
    The way Adobe Acrobat recognizes URLs is not by the text's underlying hyperlinks rather it is by the actual characters in the text.  If the text contains "http" or "www" it recognizes it as a URL address, if it contains "@", it recognizes it as an email address.
    I am aware that you could choose to disable the hyperlinks by going to Edit - Preferences - General - untick Create links from URLs. However, other users who have this ticked will still be able to click on the hyperlinks.
    In Word, you can specify whether to add a hyperlink or not, or to direct the hyperlink to a different path.  But in Adobe Acrobat, it automatically recognizes the hyperlink by its text.  I know it is possible to manually add a hyperlink to a PDF, but is it possible to remove the automatically recognized hyperlinks?
    Is there also some sort of ADM administrative template for this purpose?
    Thanks.
    .m.u.r.d.o.c.h.

    I was thinking it could be possible with a document-level script that
    removes all links, but then I saw that the link Acrobat adds are not real
    link objects, so a script can't remove them. Therefore I think the answer is
    no, you can't do it. The only way might be to use shorter addresses in order
    to confuse Acrobat into thinking they're just plain text. For example, use "
    google.com" instead of "http://www.google.com/". In my tests it remained as
    plain text.

  • Unable to extract bcc address from incoming mail

    Hello all,
    1>i am facing problem in extracting BCC address from incoming mails .
    2>when i am trying sending mails in BCC address to otherdomain i am preety successful but when i try sending BCC on my own domain i am not able to receive it and hence extract bcc address.
    Please ,if any of u guys have solution for my problem ,reply immediately.
    bobby

    From RFC2822.
    The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains addresses of recipients of the message whose addresses are not to be revealed to other recipients of the message. There are three ways in which the "Bcc:" field is used. In the first case, when a message containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is removed even though all of the recipients (including those specified in the "Bcc:" field) are sent a copy of the message. In the second case, recipients specified in the "To:" and "Cc:" lines each are sent a copy of the message with the "Bcc:" line removed as above, but the recipients on the "Bcc:" line get a separate copy of the message containing a "Bcc:" line. (When there are multiple recipient addresses in the "Bcc:" field, some implementations actually send a separate copy of the message to each recipient with a "Bcc:" containing only the address of that particular recipient.) Finally, since a "Bcc:" field may contain no addresses, a "Bcc:" field can be sent without any addresses indicating to the recipients that blind copies were sent to someone. Which method to use with "Bcc:" fields is implementation dependent, but refer to the "Security Considerations" section of this document for a discussion of each. When a message is a reply to another message, the mailboxes of the authors of the original message (the mailboxes in the "From:" field) or mailboxes specified in the "Reply-
    To:" field (if it exists) MAY appear in the "To:" field of the reply since these would normally be the primary recipients of the reply. If a reply is sent to a message that has destination fields, it is often desirable to send a copy of the reply to all of the recipients of the message, in addition to the author. When such a reply is formed, addresses in the "To:" and "Cc:" fields of the original message MAY appear in the "Cc:" field of the reply, since these are normally secondary recipients of the reply. If a "Bcc:" field is present in the original message, addresses in that field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT appear in the "To:" or "Cc:" fields.
    Bottom line is that bcc fields "should" only contain one address (if any) by the time it is delivered to the recipient. You cannot, with any degree of certainty expect to be able to get a list of e-mail addresses from a bcc field that a bad SMTP implementation may leave lying about.
    SH

  • How can I enable "automatically bcc myself" for a certain account?

    Hi,
    I have a bunch of email addresses (as everyone else), and I want to enable "automatically BCC myself" only for a certain account.
    Mail.app doesn't allow me to configure the option per email address, but it is just all or nothing. I also spent good amount of time on googling, but fail to find a good solution for this.
    It would be really appreciated if anyone can post a solution, or a suggestion (e.g., looking into Apple Script in blah, blah area...).
    Thanks.
    Mike

    Mail > Preferences > Accounts. Choose the Account you want Bcc set too. Then, under the Composing setting, enable Automatically Bcc myself.
    When you are composing an email. there is also a setting drop down adjacent to From: that allows you to dynamically allow the Bcc field.

  • Automatic Bcc:

    The automatic Bcc function is missing on the Q10. Keeping track of sent e-mails on other computers needs addressing the Bcc function each time which is quite unpleasant. The suggest solution to have sent e-mails stored by the provider is not possible, as sent e-mails go directly out from the mobile and not through the provider.
    Had I known this before, I would not have chosen a Blackberry for the third time in a series.
    Other weak points in the software compared to older versions:
    Marking several mails at one time for deletion does not seem possible
    Deleting all mails up to a chosen date does not seem possible
    Marking all mails up to a chosen date as "read" does not seem possible
    I can not understand BB's policy to cut down on these functions given the critical situation of the company

    Hi and Welcome to the Community!
    Automatic BCC was never a device-level function...rather, it was a server-side function, provided as part of BIS, with merely an on-device interface to that server-side setting. But the device itself did not perform that function.
    With BB10, BIS no longer exists, so a different solution must be found. Typically, this involves having your email outbound server do this, if they indeed offer such.
    However, what you say concerning "sent e-mails go directly out from the mobile and not through the provider" is not accurate...with BB10, sent items use your email service outbound SMTP server, and with compatible services, can place Sent Items into the server-based Sent Items folder.
    The 3 "weak points" you mention are indeed accurate...we all are hopeful that future releases of the OS will enable more functionality.
    Please consider that BB10 was not an evolution from legacy BBOS...rather, it is a completely new platform, built from the ground up. I have found that the best way to approach it is with absolutely no expectations of finding anything that existed before -- and then to be happy when finding those things that indeed remain in place, along with hopefulness that more of those will return as the OS continues to be improved and enhanced as it matures.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I remove an icloud email address if i have forgotten the password?

    How can I remove an ICloud email address that's on my IPhone if I have forgotten the password?  I have tried to reset the password through Apple ID but I no longer have access to the email address and its not recognising my birthday

    If all you want is an additional email address you can create up to three 'email aliases'  - these are additional addresses (not accounts) which deliver into the same inbox as the main account.
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account, move it to another account, or reactivate it if you delete it.
    More information on aliases here:
    http://help.apple.com/icloud/#mm6b1a490a
    If you want to keep her email separate from yours she will need to create a new Apple ID, and use it to create a new iCloud account either on a separate computer or on a separate User Account on your Mac.

  • How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac.  Now I can't remove her e-mail address from Facebook.  It was suggested to me that I try clearing temporary files from Safari but I can't find

    How does one remove temporary files from Safari?  A friend logged on to her Facebook account using my iMac running Mac OSX 10.7.5 and Safari 6.1.6.  Now I can't remove her e-mail address from my computer.  When I open Facebook her address shows in the user button.  I do not have a Facebook account.  It was suggested to me that I try clearing temporary files from Safari but I can't find anything that tells me how to do this.  Are temporary files the same as the cache?  It also was suggested that I try clearing Safari cache.  How do I do that?

    Check Safari/Preferences/Passwords to see if the Facebook account is there. If so, select it and remove it. If you are still having problems, Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. If that doesn't work, Safari/Reset Safari.

  • How do i remove my e mail address from my i message

    Can anyone tell me how I can remove my e mail address from my i mail, was notified by friends that everytime I i mail them my full e mail address shows instead of my name as usual?????
    Hope somebody can help

    Perhaps I don't understand your question.  Above you mention "i mail"; I'm assuming you meant "iMessage".  If that is want you meant, then have you turned iMessage to On in Settings>Messages?  And if so, does it say anything just below the iMessage On/Off button (such as "waiting for activation")?

  • How can i remove unwanted e-mail address from my list?

    how can i remove unwanted e-mail address from my list?

    Go to settings -> mail contacts and calendars -> tap on the desired account and choose delete at the bottom of the page. This will delete the email accunt from the device.

  • How do I remove an obsolete email address from my ipad

    how do I remove an obsolete email address from my ipad?

    If, when you see the address, you see a white arrow in a blue circle to the right, press that symbol.  You would see a "Delete" option at the bottom.

  • How do I remove an old email address from my apple ID account?

    How do I remove an old email address from my apple ID account?

    Depending upon the address (some Apple addresses can't be removed) then you may be able to remove it by logging into the account via the 'manage your apple id' link on http://appleid.apple.com

  • How do i remove an e-mail address from my i phone?

    how do i remove an e-mail address from my i phone?

    Settings > Mail, Contacts, Calendars > under Account select the email you want > scroll down and tap Delete Account

  • How to fetch the BCC address using java mail

    Hi,
    I want to extract the mail address given in the Bcc address field of an email which I fetch it from the IMAP store !!
    I will be very much thankful if this problem is solved !!
    Thanks!!

    You can read the Bcc addresses just like the To and Cc addresses. But.... Note that Bcc addresses
    won't be present in any message you receive; if you could see the Bcc addresses it wouldn't be a
    blind carbon copy. If you create a message with Bcc addresses and save that message in your
    "Sent Items" folder, you'll be able to read the Bcc addresses in that message.

  • How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?

    How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?
    Pretty much the the email that I used (but didn't verify) to create my iCloud account was hacked and now I can't remove it from my iCloud account due to the iCloud password also being changed by the same person and the fact I had "Find my iPhone" app on my phone also??? I had to change my iTunes email as well but that was far easier so yeah :S.
    Please help. I live in NZ, out in the country, so reception is rare and so is getting into the nearest town that has an Apple Store.
    Thanks

    If you truly change your existing Apple ID's email address to a new email address, follow these instructions: iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    If you created a whole new Apple Account because you couldn't access the old one after being hacked, you will need to contact the Apple Account Security Team. Apple ID: Contacting Apple for help with Apple ID account security

Maybe you are looking for

  • I need help connecting my macbook air to samsung tv it says selected output has no output controls, can anyone help?

    I have a brand new mac book air (oct 2011) i purchased the hdmi cable and tried to connect to my samsung tv, I have a great picture but no audio and cannot find a solution in any of the forums

  • Error while opening the UCMON

    BCS and BI are on the same server. In UCMON,after I select the consolidation area and execute, I get a Data Model Synchronizer popup and when I click on the Individual or Full analysis monitor, I receive the error "DD_DDTYPE_TO_ABAPTYPE: Act. paramet

  • Question about Using Objects

    Hi Guys, Need some help here with understanding the basics. Basically i'm getting a bit confused on how objects are instantiated and used in java. Firstly an object of a class is instantiated with the following piece of code; ClassA obj = new ClassA(

  • Pattern matching for range of numbers

    I am facing problem in using a pattern like [200-300] to match any number in the range 200 and 300 inclusive. I wrote following code: public class RangeTest {      public static void main(String[] args) {           String pat = "[100-200]";          

  • Formatting the printer output.

    Hi, i'm trying to format the output of the EPSON LQ-870 dot matrix printer to print the output in th paper size height 280 mm & width 210 mm.For the first page the header is coming correctly.Burt for the second page the header is coming little down f