How to find the email on Photosmart C4780 printer

When I printed out the parameters for the C4780 wireless, it didn't display an email address of HP.

How can I get email address of the printer in order to print and stay in my local network?

I am able to print with my iPad2 via the HP ePrint home & Biz App.

Hello

The HP Photosmart C4780 doesn't provide any capabilities.therefore ePrint there is no the printer email address.

As you can see below, the product take charge application HP ePrint home & Biz on the LAN onlyonly and does not provide the remote printer features:

http://support.HP.com/us-en/document/c03722645

Kind regards

Shlomi

Tags: HP Printers

Similar Questions

  • How to find the email address of my printer for my printer HP 4622? cc = us

    I can air print from my ipad with airprint on my printer HP 4622 but do not know the e-mail address of printers to send the mail from other places.

    I can't find the printer on the mentioned page email address and when I press the e-print on the front button, nothing happens.

  • How to find the email?

    I'm new to firefox. How can I find my email

    Hi Alex, your email is on the same Web site that you were using before.

    For example:

    If you don't remember the address, try to open the browser you were using before, and then copy the address from the address bar of the old browser to the address bar of Firefox.

    Can you get there?

  • How to find the email address of the printer HP 4500 ethernet to the eprint HP 4.1 android

    I can print from a windows PC 7 for printer 4500 g510g mobile, but I want to do the same thing on android 4.1. I loaded hp House ePrinter, but he asks to load maualy email address of the printer. I do not know how to find this address

    Yes. The HP and Biz app should work with your G510g. You'll need to make sure that she and the Android device you are using are on the same network, but it should work. You can find more information on how to use the home and Biz application below. I will also include the link to the list of printers that it works with.

    HP ePrint Mobile Apps FAQ:
    http://goo.GL/eyDO2

    Supported printers the HP ePrint Mobile App or HP ePrint home & Biz:
    http://goo.GL/sVIG8

  • How to find the email address on a cp1025nw

    There is no display on the printer to indicate the e-mail address for eprint

    When I type the IP address of my printer in the address bar of your web browser, I don't get the printer embedded web server

  • How can I install my HP Photosmart c4780 printer under XP?

    I have a Sony Vaio, which has been wiped and Windows XP has been installed.  I'm unable to print and have try to make it work with our wireless HP Photosmart c4780.  I googled how to do and was asked to install a driver, I did.  I'm still not able to figure out how to get my laptop to work with the printer.

    Hi and thanks for posting. Be aware that you would be better suited to your problem with the Hp HEREsupport forum.

  • I make new the old id must paasward wen apple id I go passward, says your id or passward not at even I have received emails but get no email how to find the solution, I, m stuck wat to do

    I make new the old id must paasward wen apple id I go passward, says your id or passward not at even I have received emails but get no email how to find the solution, I, m stuck wat to do

    Have you tried to reset it in security issues? If you are not able to do so, contact Apple support so a security identifier Apple Advisor can help you. 800-275-2273.

  • Does anyone know how to find the ip address of someone who is to be a nuiscance?

    Does anyone know how to find the ip address of a person who uses different names to communicate with you. A member of the family has problems with someone who does this.  Thank you in advance, I know one of the guys will help me.

    Hi, Ros,

    Use the e-mail headers

    http://www.johnru.com/Active-WHOIS/trace-email.html

  • Where or how to find my email Windows Live Mail URL?

    I want to place a weather forecast on my home page and it asks my e-mail address and URL, but I don't know where or how to find the URL.

    The search url is the address of your web site.
     
    -Ron Sommer
    MS MVP Windows Live Mail
     
    "Rosalyn Page" wrote in message
    News: * e-mail address is removed from the privacy... *
    I want to place a weather forecast on my home page and it asks for my email
    address, and URL, but I don't know where or how to find the URL.
     
     
  • How to find an email from Windows Mail application

    I can't find an e-mail from the Windows Mail application and how do I move an email to a folder and how to create a folder in my email box?

    Hi simo,.

    Thanks for posting your question in the Microsoft Community forums.

    I see from the description of the problem, you want to know how to find an email in Mail App and how to move an email to another folder.

    Method 1:
    Search and email in the Mail application, follow these steps.

    (a) click the Windows key + C on the keyboard.

    (b) type the name of the sender or the keyword for the mail you want to search for in the search box on .
    (c) press enter.

    Method 2:
    If you want to move the mails, you may create a folder on your webmail, and then synchronize the file with the mail application.

    To move the emails to the mail app follow the steps.

    a. right click on the Email you want to move and then click move.
    b. Select the folder to move.

    The email is moved automatically.

    Check out the link for more information.

    Application of mail for Windows: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-8/mail-app-FAQ

    Let us know the status of the issue after you perform the troubleshooting steps. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.
  • How to find the ID of the existing contact?

    I need to update an existing contact in Eloqua, but to do that I need to find the ID of the contact.

    I know how to get the ID of the contact after it is created the first time, but once it is already created how to find the code.

    How do I do that?

    Here is my code that I use to update, I just need to solve for '?

    EloquaAPI. DynamicEntity [dynamicEntities] = new EloquaAPI. DynamicEntity [1] ;

    dynamicEntities [0] = new EloquaAPI. DynamicEntity ();

    dynamicEntities [0]. EntityType = entityType;

    dynamicEntities [0]. Id = "???";

    dynamicEntities [0]. FieldValueCollection is new EloquaAPI. DynamicEntityFields ();

    dynamicEntities [0]. FieldValueCollection.Add ("C_GUID1", GUID);

    dynamicEntities [0]. FieldValueCollection.Add ("C_FirstName", FirstName.Trim ());

    dynamicEntities [0]. FieldValueCollection.Add ("C_LastName", LastName.Trim ());

    dynamicEntities [0]. FieldValueCollection.Add ("C_EmailAddress", Email.Trim ());

    dynamicEntities [0]. FieldValueCollection.Add ('C_Type1', 'Contact');

    EloquaAPI. UpdateResult [] result = service. Update (dynamicEntities);

    Joey

    Hi Joey,

    If you do not already have the id of the contact, then you will need to use the. Function Query() to get it – most commonly ask you based on the email address.  For this call API documentation is here:

    http://www.eloquatrainingcenter.com/Portal/documentation/API/content/API_Reference/Entity_Operations/query.htm

    The example code in this page is not large (without having to download the entire sample application), but here's a basic use (VB.net):

    Dim contactId As Integer = 0

    Dim etContact As New ELQService.EntityType
    etContact.Type = 'Base '.
    etContact.Name = "Contact".

    Dim result = are. Query (etContact, "C_EmailAddress ="[email protected]"", {"Id"}, 1, 50)
    If result. TotalRecords > 0 then contactId = result. Entities (0). ID

    Chris

  • How to find the e-mail address for my HP 6700? Printer shows E-Print connected.

    I am using the Forum to get a new code to the printer and the printer shows homepage that's on, but now I don't know how to find the e-mail address for my computer.

    Hello

    In the front of the printer, go to configuration. Locate and enter the Web Services. Aprove any step to activate the service... leave the system a few minutes to complete your registration, a page will be printed automatically with the code printer and directions to select the email address of hpeprint.com.

    Kind regards.

  • says that there is an update of firmware available for my 3 t time capsule. I get "an error occurred when downloading". How to find the problem?

    I said that there is an update of the firmware available for my 3 t time capsule. I get the message "an error occurred when downloading". How to find the problem? I have elcapitan 10.11.6 and capsule version 7.7.3

    Try temporarily, connect your MacBook Pro to your Time Capsule using an Ethernet connection... If not already, then try downloading the firmware again.

  • How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    As far as I KNOW, the serial number of the MacBook does not have the serial number of the processor.

  • How to find the date item was my favorites on Mozilla Firefox

    on system moot bookmark how to find the date of the bookmark?

    In bookmarks menu select organize bookmarks to open the bookmarks library. In the bookmarks library, click views, and then display the columns and then added. This will display a column showing when a bookmark has been added.

Maybe you are looking for

  • My new ringtone went after reset

    How can I recover my ringtone missing, I just branch... Its saying your already purchased stay again... How I'd get it back after that I had to reset my phone... I just got the new iPhone 6s and I had to restart to retstore all my photos... all my pr

  • How to start Steam and counter-strike in Administrator Mode

    problems with cs: s of departure would like to know how to run the game in admin if someone could help pleaze see you soon

  • Any solution to add the checkbox [] without

    Hello I want to add the number of box (dynamically added) with various Info next to it. I can not add it as I want with all the info. But I'm not able to find a way to find which box was clicked. In an optimization of resources, I add a gridFieldMana

  • Windows 8 pro volume license - can it be upgraded to 8.1 windows for free?

    Hello I have a windows 8 pro lenevo laptop. I am not able to see the windows 8.1 update in the windows store. I installed all the updates as well. When I tried to run the "windows Upgrade Wizard', I got a message saying that ' my PC does not meet the

  • Archivelogs aren't frm RMAN Delete

    Hello worldLinux meachine11.2.0.3 version of db.We run backup Rman Level0 Sundays and daily level1.retention policy is 7 days recovery window,each backup of Level0, it will clean the obsolete backupset and archivelogs,.but the two are not the removal