When I send emails they are including a link to my facebook account  which I don't want.

When I send emails they include a picture and a link to facebook. I can't get rid of it?

Check to make sure you do not have a signature attached to the account in question. If you do try removing it and seeing if that helps.
I don;t use FaceBook so I am not sure if this is a default behavior of having FaceBook enabled on the Mac. Hopefully someone who uses it will chime in.
regards
Message was edited by: Frank Caggiano

Similar Messages

  • When i receive emails they are deleted and i do not know why

    I have an IPad Air version 7.1.2 and model MD787LL/A and it has 56.6 gb. When i receive emails the automatically delete themselves and i cannot figure out how to stop this. Can anyone help me with this please.
    Richard

    If you're using an IMAP account, also check your other devices to be sure you don't have some filters or rules set up that either delete or move emails to subfolders. You can see all Emails on your iPad, but displaying the sidebar showing Mailboxes, tapping the email account you are having trouble with (NOT the Inbox, but the section below), then tapping All Mail or something similar depending on your provider.
    If the mails are there, they are somehow being moved by one of your mail clients or by a rule you set up with your provider.

  • When i send photos, they are received as the same photo

    When I send pictures from iphoto, all the pictures are received as the same picture. Does anyone have any idea what I am doing wrong.

    what version of the OS and of iPhoto?
    LN

  • HT4528 The new iOS6 allows you to send/receive messages from other phones linked to your iTunes account which is great for checking on my kids but I dont want them to be able to add my phone to their messages.  Is there a way to block from being added to

    I updated to the iOS6, and it allows you to view and send messages with any phone on iOS6 and linked to your iTunes account.  You can unselect phones so they dont go out through the phone, but is there a way to block other phones from adding yours?  Example, I don't ind being able to see what my son is sending/receiving on his phone but I don't really want him to be abe to add my phone and see all my messages...

    Simple process. If an iPhone go to the Apple Store and not Verizon
    the phone from Verizon will be a refurbished device and not new unless under the 14 day worry free guarantee
    good luck

  • How do I chg my Icloud account on my Iphone when I delete it it asks for a password for my old account which I don't remember

    Can someone explain how I can change my Icloud id on my Iphone? When I hit delete it asks me for a password on my old account to turn off "find my phone" before it will delete. Since it is my old account I have forgotten what password I used and I'm concerened to trying a bunch without success and maybe blocking my phone.

    If you still have access to your old email address, do the following:
    Go to https//appleid.apple.com, click Manage my Apple ID and sign in with your iCloud ID.  Tap edit next to the pimary email account, tap Edit, change it back to your old email account and verify it.  Then edit the name of the account to change it back to your old email address.  You should then be able to turn off Find My iPhone with your password. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back and change your primary email address and iCloud ID back to the way it was.  You will then be able to go to Settings>iCloud and sign in with your current ID and password to reconnect to your iCloud account.
    If you don't have access to your old email address, you will have to contact Apple to get them to reset the password for it so you can disable Find My iPhone and sign into your iCloud account.  You will have to prove your identity to them in order to do so.  You can either contact iTunes support for assistance with this (https://ssl.apple.com/emea/support/itunes/contact.html), or contact Apple Support (http://www.apple.com/support/icloud/contact/).

  • TS3276 I need feedback for the following issue. When I send email from this 27 inch iMac, the computer adds a string of characters in vertical column that represents the QWERTY key board, all alpha numeric characters are included. Yahoo mail, issue only o

    Restating my issue / question...
    When I send email from this iMac, there is a string of characters assigned. The characters are all the "alpha numeric" characters on the QWERTY key board. This only occurs when email is sent from this iMac. The issue does not manifest when using any other lap top or computer.
    Hence, I have ruled out the issue is a yahoo mail matter.
    Again, I can access the Yahoo mail account form multiple devices and send email without unintended assignment of character strings, but when I send wmail using this iMac, the issue happens everytime.
    Characters are stacked verticaly in a column. It looks as if all characters (except function keys) are included in the string.
    Any ideas?
    GMc

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. Post the contents of that window, if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; } | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}' | open -f -a TextEdit 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • When I send emails w/Firefox (AOL) they are time stamped i hour earlier than my PC's system clock. My system is set to Eastern Time Zone

    When I send emails w/Firefox (AOL) they are time stamped i hour earlier than my PC's system clock. My system is set to Eastern Time Zone

    The cache is mentioned several times in the report.
    Go to ~/Library/Caches/com.apple.systempreferences
    Move the Cache.db file from the com.apple.systempreferences folder to the Trash.
    Restar your Mac.
    ~ (Tilde) character represents the Home folder.
    For Lion:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • I can not edit documents when I receive them they are locked although just prior to sending them to

    I can not edit documents when I receive them they are locked although just prior to sending them to my self I edited the document

    This sounds like you are trying to edit an XFA form (created perhaps by LiveCycle Designer). These forms are not editable by the mobile Reader. You are welcome to share your form with us at [email protected] and I can confirm or give you a better answer (there are some less common reasons that the fields are locked like encryption, signatures, document passwords or disabled filling rights).

  • When I send emails using my iPad, recipients are telling me that I am sending them blank emails.  I've had some of them forward the emails back to me so I can take a look and it seems that my message is actually there but the text is white...

    When I send emails using my iPad, some recipients are telling me that I am sending them blank emails.  I've had some of them forward the emails back to me so I can take a look and it seems that my message is actually there but the text is white.  Interestingly enough, I was a Windows user just a few months ago and I was on the receiving end of this same problem with someone who was sending emails from her iPhone.  I don't believe it is happening every time but if it happens even once it's a problem.  Any idea what's going on? 

    Oddly enough, having reported the problem it appears to have fixed itself. There may be some combination swipe gesture that triggers it is all I can think because I suddenly manged to zoom my display x3 by double tapping three fingers. Took me a while to sort this out but then when I got back home I could suddenly see all my emails again. Bizarre!

  • When I send emails with photos from iPhoto recipients often tell me images are upside down.  What would cause that?

    When I send emails with photos from iPhoto recipients often tell me images are upside down.  What would cause that?

    Found this :
    https://discussions.apple.com/thread/3431867?start=0&tstart=0
    by doing this :
    http://www.google.com/search?q=images+are+upside+down+ios

  • Im am trying to send the reset information for my apple security question to my email, they are not be received and it says it is sending it to a email that starts with c

    Im am trying to send the reset information for my apple security question to my email, they are not be received and it says it is sending it to a email that starts with c

    That's not a good sign if it said it was going to send it to an email address you've never heard of. Contact iTunes Support and let them know this: http://apple.com/support/itunes/contact/

  • Problem with Thunderbird email: When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others rece

    Problem with Thunderbird email:
    When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others receive it but it does not come to my email Inbox. The same problem occurs when I send the email to the mailing list addresses individually. When I send a simple test message to myself, I do receive it in my Inbox. Can you help me??
    Bob Greenman

    Are you using either cc or bcc? Is googlemail involved? Some email providers suppress cc's and bcc's to oneself since you will have a copy in your Sent folder.

  • HT204150 i set up an icloud account for my mother in law and when she sends emails it says they have come from me, despite me never entering my details.  On icloud and itunes her account doesnt have my name ,so, i cant remove it! Help!

    i set up an icloud account for my mother in law using my mac and when she sends emails it says they have come from me, despite me never entering my details.  On icloud and itunes her account doesnt have my name ,so, i cant remove it! Help!

    Look in Mail Preferences>Accounts, the Full Name field.

  • Cant send email - NY area

    Well look like RIM its having problem again, my users can not send emails. I have  half of the with the same problem
    every time the send an email they receive an error that says “message include an invalid address”
    I know that if they have problems again they will think twice before letting the world know, but this is just stupid..

    Hi and Welcome to the Community!
    I'm not convinced that RIM is having another problem...I'd recommend you research these KBs first:
    KB00035 "Message included an invalid address" shows in the message status when sending an email from a BlackBerry smartphone
    KB12522 "Message included an invalid address" appears when sending an email message from a BlackBerry smartphone
    KB14563 "Message included an invalid address" error is displayed when sending an email message from the BlackBerry smartphone using an integrated Gmail account
    KB14509 Unable to send email messages from an integrated Microsoft Hotmail or Microsoft MSN email account
    KB13157 BlackBerry smartphone users can receive, but not send email messages after a global catalog referral
    KB02960 What are the transaction error messages
    KB10565 Unable to send email messages from an integrated Microsoft Outlook Web Access account
    KB21911 Unable to send email messages using MDaemon Email Server that is configured to use SMTP with SSL
    KB12116 Unable to send email messages from the BlackBerry smartphone using an integrated Yahoo ! or GMail Account
    KB16339 Unable to invite the same email address as the email address from which the calendar invite is sent
    KB16277 BlackBerry Internet Service error messages
    KB19917 Troubleshooting an incorrect address in the "From" field of a message sent from a BlackBerry smartphone
    Wow...that's a lot of hits from the KBs...hopefully something there fits your circumstances.
    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

  • When i send email with 2 account 3G and wi-fi it take 15 minutes help

    when i send email with 2 account 3G and wi-fi it take 15 minutes help

    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.

Maybe you are looking for

  • How to move files from an external hard drive to a time capsule that is part of an extended network

    What are the steps for copying or transferring 235 GB of files (primarily .mts movie files) that are on a Western Digital external hard drive to a 500 GB Time Capsule that I want to use as an external hard drive?  After the files have been moved, I w

  • Back button on a PDF to go back to my iPad App

    I created a responsive project in CP8 used phonegap to package it as an app and have some problems. one is that I have many PDF files that are opened locally (in the calles folder). Opening them is not an issue. The problem is when I need to navigate

  • Depreciation of Group Assets

    Hi, I have configured the Group Assets. For Asset  migration data I have created a Legacy Group Asset through AS81 and also assign that to the Legacy Assets which I created through the AS91. Now system is showing me the book depreciattion accurately

  • Office:mac 2011

    I just bought an iMac and when I tried to open MS Word for the first time, it asked for a product key to activate online.  I understood this program to come with the computer, but I don't have the product key anywhere.  What solution do you suggest?

  • How can I reget the Windows 10 10061 auto upgrade?

    hi pros... I install Windows 10 10061 yesterday, and then restore to windows 10 10041, after that I can't cat the Windows 10 10061 autoupdate again, I want to reinstall 10061, How can I reget the autoupgrade again? Thanks