How come i know the ip of the mail server at run time

i'm developing a mail distribution server that can be used to send and receive the mails. now i would like to know that how come i know the ip of the host to which i want to send the e-mail. e.g. if the request comes in from the user and contains the address [email protected] or [email protected] then how come i know the ip address of mail server of yahoo or hotmail
pls help
its urgent

dear manish,
i seriously believe that you do not need to know the ip address of the host server of the destination address on the mail.u just need to route your mails through the SMTP server for your organisation where ur going to use this server.
regards,
suraj berwal.

Similar Messages

  • MacBook 2008 wifi suddenly stopped working and says no wifi hardware. Took it to an apple shop, they said it could be the airport card but wouldn't do anymore then that.  Any help on how to fix this? How do I know if it is the airport card or not?

    MacBook 2008 wifi suddenly stopped working and says no wifi hardware. Took it to an apple shop, they said it could be the airport card but wouldn't do anymore then that.
    Any help on how to fix this? How do I know if it is the airport card or not?
    is there anything else I can try first?
    thanks

    If the technician at the shop is competent, he has given you a diagnosis that should have identified the problem.  You could run the Apple Hardware Test to verify the findings:
    https://support.apple.com/en-us/HT201257
    Note the Apple Hardware Test is not definitive.
    Go to the iFixit.com and Powerbookmedic.com web sites.  They have parts and installation instructions.  To install an Airport card is fairly easy.
    Ciao.

  • HT6154 I bought iCloud storage a few months ago and now I want to buy some more, how do I know when I purchased the first one?

    I bought iCloud storage a few months ago and now I want to buy some more, how do I know when I purchased the first one?

    Read here:
    http://support.apple.com/kb/HT4874
    What happens is your existing plan gets canceled, & you're charged a pro-rated amount.

  • I just purchased the subscription for Acrobat XI Pro . I received a email with the instruction to download, it stated that I already had a progam installed.  How do I know if I have the new XI pro installed correctely

    I just purchased Acrobat XI Pro and received I just purchased the subscription for Acrobat XI Pro . I received a email with the instruction to download, it stated that I already had a progam installed. How do I know if I have the new XI pro installed correctely

    Thank  you for your help. It is corrected.
    Sincerely, 
    Bobbie Pettit, VP Business Development
    Environmentally Preferred Specialty Cleaners
    Hi-Lite Solutions, LLC                             
    540-450-8375   ex 404                                     
    540-450-8379 Fax                                 
    540-535-9488 Cell                                 
    1285 Brucetown Road
    P.O. Box 0399
    Clear Brook VA 22624-0399
    United States
    Cage Code Numbers: 6G8Q5 & 1DCQ7
    [email protected]
    www.hi-litesolutions.com
    www.Facebook.com
    P Please print this email only if it's necessary!
    This is a confidential communication intended for the named recipient.
    Please destroy and notify me if it is misdirected

  • Adobe Cloud has 2 different Muse programs.... how do I know which one is the newer better version?

    So I am new to Muse, and my Adobe Cloud has 2 different programs from Muse... how do I know which one is the newer better version?
    One Must program (Muse CC 2014.2)  has a black background when working on it... it looks like other Adobe programs such as Photoshop.
    The other one is light color (Muse CC) very similar to the black color Muse on functions.....
    One of the difference I notice is that the light color Muse has a few widgets in the library, while the black background Muse seems to have an empty library
    So... why are there 2 different Muse programs in my Adobe Cloud?

    Hi
    The latest version of Muse is 2014.2, so you need to uninstall another version of Muse manually.
    regarding the items in Library, you can add items in your library manually, as shown in this article
    Adobe Muse Help | Organizing and reusing design elements using Library panel
    Please let me know if you have any other query.

  • How do we know what are all the fields  updated in a screen?

    Hi all,
             If i am making modifications in row details of sales order screen .for eg, <b>i am changing the quantity or price for a row</b> 
             I want to write log file for the updated fields for that particular sales order.
             <b> How do we know what are all the fields are updated ?</b>     
             If we can use SBOTransaction_Notification procedure.How to write code inside that.
             Please provide code example for that.I have downloaded the sample.But i donot know how to use 'Add code to here ' part.
             Please help me to solve this.Hope  your  reply soon
    Regards,
    V.Rangarajan

    Hi, V.Rangarajan!
    When the field in the matrix is filled with some value and the user moves to another field, the et_LOST_FOCUS event occurs. So, i think you can try to handle ItemEvents and use such code (for example):
    if (pVal.EventType == SAPbouiCOM.BoEventTypes.et_LOST_FOCUS && pVal.ItemUID == "38" && pVal.BeforeAction == false && pVal.FormType == 139)
    string ChangedColumnID = pVal.ColUID;
    int ChangedRowNumber = pVal.Row;
    and write the values to your log.
    "38" - is the matrix ID in the Orders form
    "139" - is the Orders form
    Also you can access to the value, that user had put into the field.
    Hope this helps!

  • How do i know what version of the Firmware Upgrade 1.01

    Op
    ps.
    What i was trying to say is how do i know what version of the firmware does my player have installed on it,
    I have a 28mb MuVo V200 and i was thinking of downloading the Firmware Upgrade .0.03 but i do not know if my player already has iMessage Edited by The_D_AUS on 05-0-2005 07:45 PM

    Just access the player Menu and then scroll to the option 'Setting'->'Information'.
    Jason

  • How do we know that some of the jobs have been held up in the BW system.And

    How do we know that some of the jobs have been held up in the BW system.And after we know that some of the jobs have been held up, how do we restart it?Please provide me an answer.It is very important.I will assign points
    Regards,
    Poonam

    Hi,
    Tcode sm37 is the place where you can see the background job status.
    Jobs have been help up
    as per my understanding
    1) job has been triggered and kept it in hold
    Now when a job has been triggered, and is kept in hold for its associated process, then you have to wait, becuse the target on which the job has been run is currently used by other and because of this the present job is kept in hold.
    Also see the st22 for any shortdumps.
    2) Job itself has not yet triggered
    The jobs will be in released state and will not trigger, normally this occurs when that particular job is waiting for the event to trigger it, and probably the even has not yet triggered or even if triggered the communication mightnot have been made to the job to trigger. These situations can be attributed to many things lyk system performance, or some internal comm failure, some DB dead locks etc.,.
    Now for the first one, start the job immediately with high priority ( if required ) and once completed reschedule it again as normally it is running
    for the second , you can trigger the particular event in sm64 and c has the job came to active state or not.
    or else you can copy the job and schedule is immediately.
    Hope this helps
    Janardhan Kumar

  • HT1750 How will i know if i have the latest 27" iMac

    How will i know if i have the latest 27" Haswell imac here in the Philippines?

    You can download the free MacTracker app from the Apple (app) Store.
    It has the specs for all Apple products ever made.

  • How come my iweb template is half the size of my web page is their any way to expand it.

    How come my iweb template is half the size of my web page is their any way to expand it.

    The Inspector is the blue circle with the I.
    The Inspector has 10 icons.
    Each icon represents a purpose :
    Adding hyperlinks,
    Changing the textformatting,
    Changing the width and height of objects,
    Changing the page settings,
    If you're familiar with a wordprocessor you will recognize most icons.
    There's also an often ignored word in the menu bar : HELP
    See if that helps you any further.

  • How do you know when you have the latest software updates

    how do you know when yo have the lastest software updates on your older IPOD?  I just purchased on home theater to replace one, Samsung, I was assured that the system would run my IPOD.  I've sync'd my IPOD to my computer a number of times before the purchase and since.  Samsung is telling me that I need to update my IPOD.  My ITunes keeps telling me there aren't any updates out there.

    Read the top of the page I gave you the link to. The
    latest update that you do not have only added more
    support for the Shuffle. If you are not having any
    problems leave as is. If you have problems then
    download the update. It will ask you for your user
    ID. Once you install the updater, your computer will
    reboot.
    This is what it says at the download site.. iPod Software 1.0
    * iPod with video
    Everything is working fine Barb with the ipod but I was under the assumption that if an update is available, I should download it...

  • How can I map the composite_dn name with a composite in run time

    Hi All,
    I want to craete a report on number of total business and system faults with the help of Information Publisher in OEM 12c Cloud Control. I am fetching data from the table composite_instance_fault present in SOAINFRA schema. Below os my SQL statement:-
    select error_category,count(error_category) from prefix_SOAINFRA.composite_instance_fault where composite_dn=??EMIP_BIND_TARGET_GUID?? group by error_category
    Now I want to know that how can I map the composite_dn name with a composite in run time. When we fetch data from the repository we used to map target in rumtime by using ??EMIP_BIND_TARGET_GUID?? but here as I am not fetching data from repository, how can I map target in run time.
    On executing the above SQL statement its returing an empty table without any data.
    Please guide!!
    Thanks in Advance!!

    Hi,
    try something like this.
    Mike
    Attachments:
    Unbenannt 5_LV80.vi ‏12 KB

  • Porting an InDesign Plugin from InDesign CC to InDesign CC 2014 the plugin complies successfully with the InDesign CC 2014 SDK but at run time presents this error and is disabled. Does anyone know what might be the issue?

    Porting an InDesign Plugin from InDesign CC to InDesign CC 2014 the plugin complies successfully with the InDesign CC 2014 SDK but at run time presents this error and is disabled. Does anyone know what might be the issue?
    Run TimeError Message Presented when InDesign CC 2014 runs:
    Adobe InDesign cannot load the FastFractions.InDesignPlugin plug-in. The FastFractions.InDesignPlugin plug-in requires the 9.0 version of InDesign. Please contact the vendor to get a compatible version of FastFractions.InDesignPlugin.
    Show this alert again?

    As already told this means that the plugin has not been ported correctly. Some part of it for ex InDesign libraries or frameworks are being referenced from the CC sdk instead of the CC2014 sdk. To troubleshoot it i would advise you to rename the folder containing the CC sdk on your machine and then compile the project, it will fail to compile and you will get to know straightaway what aspects of the ported project are still accessing the old sdk. Fix the errors and your plugin will load fine.
    Thanks,
    Manan

  • How come when I try to print from my iPad for example Tim Horton's WiFi to mu home Airprint printer it does not work.

    How come when I try to print from my iPad for example Tim Horton's WiFi to mu home Airprint printer it does not work.

    The Airprint printer must be on the same local network (LAN) for Airprint to work. You cannot print to your home printer using the WiFi at Tim Horton's.
    See: http://support.apple.com/kb/ht4356

  • HT202794 How come iMovie shows as $4.99 on my iPhone 5S running iOS 7.0.4?

    How come iMovie shows as $4.99 on my iPhone 5S running iOS 7.0.4?  It should show up as free.

    Log out & in didn't help, but thanks for the suggestion.
    I also have a new iPad Air which did advertise iMovie as free.  After downloading to the iPad, I was able to download the app free from iCloud on iPhone.

Maybe you are looking for

  • Sync iCal across two computers?

    Hi there - I just bought a router, and it's working beautifully. I was wondering if it is possible to sync my iCal from my home desktop iMac to my iBook (without using .Mac or a palm device) through my router?

  • Oracle row to column transformation

    RDBMS :10.2 Hi, I have a query that composed of there tables and have joins in them. The final result query is giving is as folllow ProductId ComProductId description 055X     035X     Ladies Companion 055X     055X     Adult Companion 112008     112

  • How to Remove Duplicated Rows in a Report?

    My report is diplaying several rows of the same data in each field. How do I delete the duplicated rows? For example: Name                 Salary       Date of Hire Emp1                    10              Today Emp1                    10             

  • Send one mail for multiple list item update

    i have 3 lists storing customer details which are displayed in a page. i need to send mail whenever there is customer details update(any or all 3 lists). should send only one mail per customer details update(not per list item update).Please advise ho

  • Adobe Illustrator CS5 workspace panels arnt appearing at all on page?

    Hi there, I'm having trouble with my Illustrator CS5, when I open the program nothing appears (apart from when I open a new document then just the document paper appears) no windows, no panels, nothing. I have tried clicking on windows>Application Fr