Change email program for scan

I recently quit using Outlook.  I now use my business gmail account. Whenever I want to scan a document via email it defaults to the Outlook account.  How can I change it so that I dont have to scan to desktop and then cut and paste to google mail?

Hi @ddimnrd 
Unless your printer supports editing the email server or scanning to different email profiles (see product specifications), sending a scan directly to an email message requires that a local email client is installed and configured on your computer. Additionally, Web-based email services (Gmail, Yahoo Mail, Hotmail) must be configured through your local email client to scan directly to email.
What printer do you have?  How Do I Find My Model Number or Product Number?
What operating system do you have? Mac or Windows?
Please click the Thumbs up icon below to thank me for responding.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
Sunshyn2005 - I work on behalf of HP

Similar Messages

  • Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...

    Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...
    every new released update of Lr from v 5.2 changed somethin in my Windows 7 Professional settings. I am stucked. Can somebody help me please? Many thanks. Andrej

    Hi Jim,
    yes after I imported my .cr2 raw files into new catalog it started to work. Windows 7 still does not recognize them but I can edit them as you said within the Lr5.6 and then export them into .psd or .dng files...as needed.
    I bought Lr5 only because I got present - my new camera Cannon 70D and because my older Photoshop CS5.5 raw plugin does not recognize. cr2 files.
    Many thanks for your help.
    Andrej.

  • Can anyone help me with changing email address for resetting password notification

    Can anyone help me with changing email address for resetting password notification?

    If you know the answers to your security questions, you can change your rescue email address as shown in step 6 in this article: http://support.apple.com/kb/HT5312.
    If you don't kow the answers to your security questions or need other assistance doing this, either contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password, or contact the Apple account security team: http://support.apple.com/kb/HT5699.

  • Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Old email is closed.  I have no access to it.  Cannot change email address for icloud in system preferences,does anyone have a way this can be corrected?  I don't have access to icloud.

    Hi Joycars,
    Can you not simply sign out of the iCloud account with the incorrect email? Not sure I'm following?
    GB

  • How do I make gmail the default email program for email links in the Mozilla browser?

    In previous versions of Mozilla I was able to click an email link , for example, on a craigslist listing and it would automatically open my gmail login page or if I was already logged in it would prompt a new email (compose) with the email field already populated with the email link from which it was prompted. Hard to explain but currently it initiates an Outlook Express session which I don't use or even have configured. How is this process edited to work the way I would like it to? Thanks

    See the section on "Setting Firefox's mail client" at [[Changing the e-mail program used by Firefox]]

  • How can i change email address for security questions and password resets

    I've noticed that my password reset requests are going to an old email acount. In fact, i am not sure where they are going.
    the real issue is that i don't see a way to change it when i am logged in (it took me many tries to actually log back in) to my apple id account.
    I've changed alternate email accounts, but again i don't see a way to change my destination email account for security section of the account.
    Also i would rather reset these via text (ATT has this option for my cell phone account reset and i love it).  I don't see an option like that from Apple at all.
    Any suggestions and help will be much appreciated. Don't want to struggle with password resets every time i need to get in.

    If you're able to supply two of your security answers, click here and follow the instructions to change your rescue email address.
    If not, you need to contact Apple.
    (125051)

  • Hi i wrote a java program for scanning a system for java.exe 's

    hi ,
    i wrote a program which scans the system for java.exe 's and then it captures them in a linked list and then i
    iterate through it for "\\Java\\jdk1.5.0_08\\bin\\java.exe and my aim is to return true in case the linked list contains the string "\\Java\\jdk1.5.0_08\\bin\\java.exe" and stop scanning the system.
    If the linked list does not contain "Java\\jdk1.5.0_08\\bin\\java.exe" it should return false.
    But my problem is the program is continuing to scan the system even if the linked list has "\\Java\\jdk1.5.0_08\\bin\\java.exe"
    Any sort of help is appreciated.
    The code is as follows:
    package com.installanywhere.exper;
    import com.zerog.ia.api.pub.CustomCodeRule;
    import com.installanywhere.exper.SearchTool;
    * @author
    public class eFileTool extends CustomCodeRule {
         /* (non-Javadoc)
         * @see com.zerog.ia.api.pub.CustomCodeRule#evaluateRule()
         @Override
         public boolean evaluateRule() {
              // TODO Auto-generated method stub
              SearchTool searchtool=new SearchTool();
              boolean valueTocheckfor=false;
              valueTocheckfor=searchtool.find();
              String someothervalue=Boolean.toString(valueTocheckfor);
              if(someothervalue.equalsIgnoreCase("true")){
                   return true;
                   //System.exit()
              else if(someothervalue.equalsIgnoreCase("false")){
                   try {
                        Thread.sleep(5000);
                   } catch (InterruptedException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
              System.out.println(valueTocheckfor+"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
              return valueTocheckfor;
    The code of search tool is
    package com.installanywhere.exper;
    import java.io.*;
    import java.util.*;
    public class SearchTool
         * @param args
    static     boolean valuesToReturn=false;
    static     boolean anothervalueToRefer=false;
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              SearchTool           t = new SearchTool();
              System.out.println("xxxxxxxxxxxxxxxxxxxx");
              boolean someArgument=t.find();
              System.out.println(someArgument+"iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii"+"");
                   public boolean find()
                        System.out.println("2222222222222222222");
                   boolean someThing=searchcomp("java.exe");
                   System.out.println(someThing+"inside the othere one");
                   return someThing;
              public boolean searchcomp(String file)
                   System.out.println("3333333333333333333333");
                   File[] drives=File.listRoots();
                   boolean valueIdentified=false;
                   for (int ctr=0;ctr<(drives.length-1);ctr++)
                        valueIdentified=search(drives[ctr],file);
                        System.out.println("4444444444444444444");
                   System.out.println(valueIdentified+"something i need to accomplish");
                   return valueIdentified;
                   public boolean search(File dir,String file)
                   File[] directories=dir.listFiles();
              System.out.println("55555555555555555555555");
                   if (directories == null)
                        System.out.println("666666666666666666666666");
                   return false;
                   for(int ctr=0;ctr<directories.length;ctr++)
                        if(directories[ctr].isDirectory())
                             System.out.println("77777777777777777777777777");
                             valuesToReturn=search(directories[ctr],file);
                             System.out.println(valuesToReturn+"india is great");
                        else
                             if(directories[ctr].getName().equals(file))
                                  String path = directories[ctr].getAbsolutePath().toString();
                                  System.out.println(path);
                                  List someList=new LinkedList();
                                  anothervalueToRefer=allPaths(path);     
                                  System.out.println(anothervalueToRefer+"god damn it");
                                       //System.out.println(anothervalueToRefer+"let me seeeeeeeeeeeeeeeeeee");                                        
                                  return anothervalueToRefer;
                   return valuesToReturn;
                   public boolean allPaths(String allPath)
                        List l=new LinkedList();
                        String somepath=allPath;
                        l.add(somepath);
                        //return l;
    /*if(l.contains("C:\\Program Files\\Java\\jdk1.5.0_08\\bin\\java.exe")){
                             System.out.println("yepeeeeeeeeeeeeee");
                             //System.exit(0);
    else{
         System.out.println(" the face");
                        ListIterator li = l.listIterator();
                        System.out.println("inside the method of all paths");
                        if(li.hasNext())
                             if(li.next().toString().contains("\\Java\\jdk1.5.0_08\\bin\\java.exe"))
                             System.err.println(somepath+"this is the path i wanted to resolve correctly");                         
                             return true;
                             else{
                                  System.out.println("trueeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee");
                                       return false;
                        else {
                                  return false;
         }

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • How do i change default program for opening mp3 files

    Hi all, i would like to change the default program for opening MP3 files, it is currently iTunes, i would like it to be MPlayerX or QuickTimePlayer, ii am sure it is easy once i know where to look, it is easy in Windose, is has just got to be easier with my Apple
    Tim

    Tim,
    Right click on one of your MP3 files and select "get info".  In the get info screen you can select the default program to open the file.  Then select Change All..  to make it the default for all MP3s.
    Regards,
    Captfred

  • Changing Email address for BTWiFi-with-FON

    Is it possible to change the username/email address for logging in to BTWiFi-with-FON as the btinternet.com email address I got lumbered with is very long (29 characters) and awkward to key in on a smartphone?
    Solved!
    Go to Solution.

    A1944 wrote:
    pottyperson wrote:
    Keep the phone's Wifi switched off until you actively want to use it. That will probably save on battery usage as well.
    Thanks for the idea, but unfortunately that would not help as I use it on the WiFi at home quite a lot, especially when I have the PC switched off.
    Sorry, I got the wrong end of the stick. You need to set the phone to prioritise wifi connections, but I don't know the procedure for iPhone as I have Android. You could try simply deleting BT WiFi from the list of connections to see if it gets a lower priority next time you connect to it.  
    You can click the white star next to this message if you think it was helpful.

  • Mass email program for iMac?

    I apologize for posting this here. I could not find an appropriate category for this question. If you have a better idea of where I should post this, please let me know.
    On my old PC I used Groupmail to send out mass e-mails. Since I've recently switched to an iMac, I want to find a similar mass email program that I can use on my iMac. (There is no Groupmail for Mac.) Any suggestions?

    Hi,
    I apologize for posting this here. I could not find an appropriate category for this question. If you have a better idea of where I should post this, please let me know.
    [Using Mac OS X Leopard|http://discussions.apple.com/forum.jspa?forumID=1225] might be a better place (or [Leopard Mail and Address Book|http://discussions.apple.com/forum.jspa?forumID=1223] but those refer to the built-in OS X applications, rather than the email topic in general)
    Good luck!

  • Change Pointer Program for IDOC creation..??

    To All
    Where does the message type is assigned, which allow that type of IDOC getting created in WPMU...??
    Can COND_A be created in Change pointer Program...??
    If possible ..How...??
    Thanks
    Sumeet

    3)
    RBDMOIND to confirm whether idocs have been successfully
    dispatched to the receiver..and v can also use this program to change the status of idoc from 3 to 12....
    RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.
    And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.
    RSNASTED itself determines the associated IDoc outbound function module, executes it to fill the EDIDx tables and passes the prepared IDoc to the port.
    You can call the standard processing routines from any ABAP, by executing the following call to the routine. You only have to make sure that the structure NAST is declared with the tables statement in the calling routine and that you fill the at least the key part and the routing information before.
    TABLES NAST.
    NAST-MANDT = SY-MANDT.
    NAST-KSCHL = 'ZEDIK'.
    NAST-KAPPL = 'V1'.
    NAST-OBJKY = '0012345678'.
    NAST-PARNR = 'D012345678'.
    PERFORM einzelnachricht_screen(RSNAST00).
    Calling einzelnachricht_screen determines how the message is processed. If you want to force the IDoc-processing you can call it directly:
    TNAPR-PROGN = ''.
    TNAPR-ROUTN = 'ENTRY'.
    PERFORM edi_processing(RSNASTED).
    ~~Guduri

  • How to change sip address after changing email address for bulk users

    We are in the process of adding new primary email address as [email protected] for 500 users. 
    current primary email address is [email protected] and 
    currently all LYNC users has sip address as [email protected]
    Now we need to change the LYNC SIP Address as their primary email address ( [email protected]). does any one has script to pull the users from CSV and change the SIP Address as their primary email address.
    I got below script from internet , but this is not going to help me, as this script is to enable SIP Address and mark the sip address as same as the email address.
    any help in this matter is greatly appreciated.
    $users=Import-Csv .\users.csv
    ForEach ($user in $users){
        Write-Host    $user.alias
        get-csaduser $user.alias | Enable-CsUser -RegistrarPool "PoolServer.domain.com" - SipAddressType EmailAddress
    Srinivasa K

    Raju, getting below error.
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    You cannot call a method on a null-valued expression.
    At C:\Srini\lync.ps1:5 char:4
    +    $newAddress=$oldAddress.Substring(0,$oldAddress.IndexOf("@"))+"@test.com"
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Set-CsUser : Cannot bind argument to parameter 'Identity' because it is null.
    At C:\Srini\lync.ps1:6 char:25
    +    Set-CsUser -Identity $User.Identity -SipAddress $newAddress
    +                         ~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (:) [Set-CsUser], ParameterBindingV
       alidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
       icrosoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
    Srinivasa K

  • Any working Email Program for XM5800?

    Hi,
    I keep getting "Mandatory server policy failed, access refused." when trying to configure Mfe. Now at a point where i am looking at selling my XM5800.
    I tried to ask our exchange admins to reduce the security, but this level is already basic and would be too risky for any organization to go below this level. I have an E61 and everything still works fine on that, it is able to access my mails and everything.
    Is there any workaround, or any other email program that works for XM5800, Road Sync is Coming Soon and OMA is too Native. Please Suggest....
    Thanks in Advance
    Jiten

    Hi Jiten,
    Nokia Messaging is apparently in Alpha for S60v5 - it just depends if you're prepared to wait. It seems like Nokia are holding back on upgrading Nokia Messaging until they release the touch version, so this may work in your favour. Check this link out:
    http://www.symbian-addict.com/2009/03/sneak-preview-nokia-messaging-for-nokia.html
    Seven still have not announced support, but they are still in Beta in any case.
    Regards,
    travla
    If you found this post helpful, please click on the green "Kudos!" star. Cheers!

  • Has Verizon changed email settings for the iPhone?

    Hi-
    have an iPhone with iOS6 installed.  Haven't changed a thing for quite a while, but it stopped receiving Verizon/Yahoo emails yesterday (using the built-in Mail app).  Did Verizon change something on the email settings?  My emails are coming into my home computer so my password is correct and active.
    thanks

    I've been wracking my brain over this for a few days and I finally found the solution. Before it was enough to just use your username to access your email account, but since Yahoo's outage you apparently need to add "@verizon.net" to the end of your username for it to work. I was going crazy because I quadruple checked my port and SSL settings on my phone like all the other forum posts suggest. All my settings lined up with what they should ave been but still wouldn't work. On a whim, a final desperate try before I deleted the account from my phone, I added the "@verizon.net" after my username, and the !#@%# thing worked! Give it a try. It certainly won't make it work any LESS.

  • Change email program that opens when clicking an email address in Safari?

    Can I set Safari to open Microsoft Entourage as my default email program? Currently Safari always opens Eudora when I click on an email address. I found a place in Firefox to set it, but I can't find a place to set it in Safari. Safari Help was useless as usual.

    Thanks. It didn't occur to me to open Mail, because I don't use it for my email. How many programs let you select their competitors? Usually they ask to be selected over their competitors. And the fact that I could set my preferred mail program within Firefox suggested that I should be able to do the same in Safari...

Maybe you are looking for

  • When i open programs as NetBeans my mac shuts down, and then i can't boot it

    Okay so to be more precise, about 1-2 months ago my mac started to do weird things. Whenever i opened webcam or some other programs my mac shuts down, and then i would not be able to boot it up again, so i had to try to boot it in safe mode, resest N

  • Itunes 11 is randomly downloading empty tracks in playlists, can stream same tracks without problems.

    i installed itunes 11 on windows 8 pro x64 with itunes match (with loads of tracks in it) i logged in and i can stream music just fine and i really like the new ui, but if i choose to download a playlist sometimes it works well and i get the tracks,

  • Audio synch issues in QT

    My project displays fine in PE8. No audio synch issues in the preview. After outputting the project to a quicktime movie withe LAN setting the audio becomes seems to run faster than the video, becoming more and more out of synch as the movie plays. A

  • What a saviour the salesman

    I went into Dixons last week to buy a 30gb ipod, have to say that to me a player was a player. The salesman got me an ipod and said, to be honest mate if i were you id drop this and go look for the creative zen M. I did so and what a great bit of kit

  • Time series cartidge under linux

    Does Oracle 8i EE under linux support the time series cartridge ? Has anyone installed and used the time series cartridge under linux ?