Need to send a email alert in PI 7.1 to user outside the intranet network

Hi,
How can I forward an alert from my alert inbox to a thirdparty user through email? Thirdparty user belongs to different network.

Hi Arindam,
One of the solution to your problem is as mentioned below.
1) Use RFC lookup in your mapping. Tell ABAP person to create a RFC for mail triggering. Or you can use standard RFC from ABAP for mail sending.
2) Once the value(Mail ID) will come in Message mapping, call the RFC lookup which will intern call the Mail sending RFC.
3) This way mail will be triggered from XI and will be sent from the ABAP system where the RFC is located. Just check whether in ABAP SMTP is there so you can send mail to external ID.

Similar Messages

  • Need to send a email alert to Projectmanger when publishing a project in project server 2010 PWA site

    Hi All
    When creating and publishing a project in PWA(server 2010) need to send a mail alert to the concerned project manager.
    How can i achieve this..
    I have configured the outgoing mail sending in sharepoint and its working fine now.
    Please help me..
    Thanks Advance
    SharePoint Module Lead Assyst International Private Ltd Cochin India

    Nothing is built in Project Server to do this for you automatically.
    They way I have done this in the past is to create a SQL job using SSIS.  It runs every hour and when it sees a project schedule that has a recent PUBLISHED date then this is a trigger to send an email to project manager.
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Need to send an email (after the FTP adapter does the transfer)

    I have a simple ESB project. It uses FTP adapter to pick a file and encrypt it (by using a webservice) and then transfers that
    file to a different server. As mentioned FTP (SFTP) adapter is used to do this.
    After the file is transfered ( by using the PUT mode of the FTP adapter) , i
    need to send an email to a given address telling about the succes of the file
    transfer. But the problem is I can not link or attach a router to FTP adapter
    in PUT Mode. A FTP adapter in Get mode comes with a Router but a FTP adapter
    with PUT mode does not come with a router. How can I attach a router (or a web
    service to a FTP adapter which is in PUT mode)
    Prakash

    I'm fairly certain you'll have to use BPEL to accomplish this. I'd put the FTP Adapter inside a BPEL process then you can drop the email activity in after the ftp operation.

  • Need to send an email via workflow if a field changes

    Hi,
    so I have this field called temination date in an infopath 2010 form. When (if) a user changes that field, I need to send an email out to other users, but I can't figure out how to do it, I have tried making another field called temination date before, but
    the problem I am having with it is getting it to populate. I should say that the field temination date before was just a regular list field, not an infopath field, not sure if that matters.
    any help at all would be greatly appreciated
    Best regards, Mike

    Mike,
    From your description, here is what I understand.
    Your InfoPath form saves to a form library having 2 columns Termination Date [Date and Time data type, promoted from InfoPath Form] and Termination Date Before [Date data type, created on Form library].
    On save[submit] of the form, a workflow [created using SharePoint Designer] triggers, with the below logic.
    If CurrentItem.Termination Date Before  is blank Then assign the Termination Date to Termination Date Before
    else send an email Termination Date changed from Termination Date Before to Termination Date, set Termination Date Before to Termination Date 
    Is the difficulty you are facing is when you assign Termination Date to Termination Date Before?
    As Ram suggested, can you try modifying your workflow logic with just as : log to history list CurrentItem.Termination Date, change the termination date and save the form, verify the workflow triggered, verify the correct value logged to the
    workflow history list by opening the workflow instance from items workflows?
    -- Shan

  • Need to send HTML email from Workflow : problem with sender

    Hi all,
    i need to send HTML email from my Workflow. I did it but i have a problem with the sender. The sender of email is always the agent responsible of workitem, and i don't want the receiver can answer to sender. So i need to put a false email address like nosender.at.mycustomer.com.
    Possible to do that ?
    Thanks for your help.
    Cheers

    Hi rick
    How to change the wf-batch to some other name  as you mention in previous reply. Can you give some details of that. If i use the function module SO_NEW_DOCUMENT_ATT_SEND_API1 how to change the wf-batch name and if i use send mail step in my workflow how to change wf-batch name.
    Regards
    vijay

  • Need to send external email with attachment for workflow 20000075

    Hello Everyone,
    I am new to W/F, I Need to send external email with attachment for PO Release W/F 20000075. Currently Work item is being sent to SAP inbox of required user based on PO Release strategy configuration in SPRO. I tried to create Send mail step after PO release event but I am not sure how to arrive at Recipient type in send mail step(the mail should be sent to person in the release strategy). Everything looks fine all I need to do is to send external email with attachment instead of sending work item into SAP inbox.
    Your help will be highly appreciated.
    Thanks.

    You can use extended notifications to send an e-mail message with a link to the workitem. Search for extended notifications in SDN.
    Regards,
    Martin

  • I need to send group email and forward group email?

    I need to send group emails and forward group emails and dont find that capability with ipad or iphone

    There are quite a few group emailing apps available, but most will not allow you to forward an email, as they can only send new emails written within their own app.
    MailShot Pro, uniquely, adds group email to your device so you can send to your groups directly from the standard Mail app. This allows you to forward an email, with any attachments intact, right from Mail.
    Find out why quarter of a milllion users are now using our MailShot apps at jo.my/mailshot (iTunes link). A free version is also available to try, limited to a few small groups of contacts.
    Peter
    Soluble
    Disclosure: I am the developer of MailShot, and may receive benefit from any sales.

  • How can i reduce the pdf file size? I need to send via email, at the moment its at 10mb

    How can i reduce the pdf file size? I need to send via email, at the moment its at 10mb

    Reducing PDF file size or Optimizing PDF is the feature that is supported only by Acrobat Pro (desktop app that is not free).
    Optimizing PDFs (Acrobat Pro)
    Free Adobe Reader products (Reader XI desktop, Reader for iOS, Reader for Android, Reader Touch for Windows 8, etc) do not offer the capability.

  • How to automate sql server querry and output to send via email alerts

    Hi,
    I have MS SQL 2005 server. Daily i m running sql querry at 10:30 pm. i want to automate this process & output need to send via email. Please suggest what are the options availble.
    Thanks in advance
    ...Umesh

    Create a job and put the query in , then schedule it... You can email an output by using data base email feature
    EXEC msdb.dbo.sp_send_dbmail 
         @profile_name = 'Admin', 
         @recipients = '[email protected]', 
         @query = 'SELECT COUNT(*) FROM AdventureWorks.Person.Address', 
         @subject = 'Error Log Count', 
         @attach_query_result_as_file = 1 ;
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Time and sender specific email alerts

    I am on call for a security comapny 24/7 and occasionally receive work at 2am. This comes in the form of an email but rarely wakes me. Is there a way to keep the phone on silent but get audible, sender specific email alerts.
    By sender specific I mean i get these important emails from one person
    Is there an app available that can monitor my emails and if one comes from the specific address, override the silenced phone and alert me till I respond
    If it makes a difference, godaddy hosts my email which is forwarded to my apple mail on my phone

    You could use email VIP which will group them together
    But no there is nothing native other than changing the sound to all emails to something louder
    Or if it's a separate email account manually disabling automatic retrieving of emails on the none security email
    Address and leave them on manual retrieve
    Depending on your email provider you might be able to automatically forward security emails to another email address
    Which you could have on automatic retrieve every xx minutes or push if the mail service supports it
    And any other email accounts on manual retrieve
    You could suggests do not disturb email feature to Apple
    You can enable the led to flash on alerts, but that's for everything
    With Calls you can schedule what time and who can call from settings  do not disturb

  • Can ACE send out email alerts for failed probes?

    hi guys:
    Can ACE send out email alerts to users if the probes failed?
    if no, is there any plan to put in this function in the future release?
    thanks a lot
    i know the work around is to set up the sys-log and configure the sys-log server to send out the mail.

    If there are no email alerts when a real server fails the probe and gets put out of rotation, how else will one know that the server is out of rotation.
    Is this feature in the GUI ANM software?
    John...

  • Name of sender of email alerts is wrong

    Hello, I am having problems with the wrong name appearing when I receive email alerts from Meet Up social groups. Whenever I receive emails alerts from a member of a Meetup group, the name of the person in the "from" column always shows as "Nicole" although it is often from another member/group of Meetup events. I'm finding this confusing when searching for events I've signed up to! Thanks for your help.

    You have saved the email address of this meetup group to your address book when a message came in from Nichole. Find that entry and clear Nichole's name out of it.

  • TS4083 When I send an email using iCloud Mail, it does not appear in the send box.

    When I send an email using iCloud Mail, it does't appear in the send box. Not in icloud, nor on any other devices. Any idea why not?

    not all mail providers sync the send mail part of the mail box
    you can try to contact yahoo if this is the case with them

  • When I send an email from Mac Mail, why does Mail go to the background and the Finder comes to the front? I want it to stay in Mail.

    When I send an email from Mac Mail, why does Mail go to the background and the Finder comes to the front? I want it to stay in Mail.

    Did you check your user name and password in Settings>Mail,Contacts,Calendars...tap your email account, tap SMTP, then tap the primary server name.  Make sure the settings there are correct.

  • Trying to change reset my Apple ID as I can't remember it, however it is sending an email which says invalid link or a list with the option to change password which can't be clicked on? Can anybody please help?

    Trying to change reset my Apple ID as I can't remember it, however it is sending an email which says invalid link or a list with the option to change password which can't be clicked on? Can anybody please help? Going around in circles! Grrrrrrrrrrr

    Is this your machine or the company's?  Machines that came with Snow Leopard or earlier installed come with system and software install disks that can be used to reisntall the iApps that came with the machine orignally. 
    If this is your machine and it came with Snow Leopard or earlier installed the disk will look slimialr to one of these:
    If it is the company's machine see if they have the disks.
    Do a custom install and then use Software Update to update iPhoto to the highest version that is available.

Maybe you are looking for

  • Credit block SAP inbox message

    Hello All, This is my actual requirement: When the sales order goes into a credit block, KRML output triggers SAP inbox message to the credit manager/credit representative as per the output records maintained. In standard SAP, the inbox message is re

  • Report query parsing problem

    I didn't find any report of this problem... Using APEX 3.0.1.00.07, I have a report of type "SQL Query (PL/SQL function body returning SQL query)" with the "Use Generic Column Names (parse query at runtime only)" radio button selected. When the regio

  • An Even or Odd Problem...

    Hey all, I'm trying to write a program that has a variable with a randomly generated number between 1 and 100, and if the number is even I would output EVEN to the screen, if it was Odd I would output ODD, like so: 81 Odd 39 Odd 60 Even 88 Even 27 Od

  • Lenovo IdeaCentre  A720 use as a Touch Monitor 4 a Mac Laptop  - ???

    Hi  I am wanting to purchase an A720 but have two queries I was hoping could be answered before I do. 1) Appreciate the Lenovo is an all in one PC but can it be used as a touch monitor for another pc.  I.e a working touch monitor for a windows 8 lapt

  • Using Pegasus as LUN via a SANLink

    Hi, My company currently is using MetaSAN with a fairly complex dynamic drive system from Compellant.  The reliablity of the drive system has been good, but the peformance and cost/performance ratio is not ideal for Multimedia production.   The Compe