Email sending once a user is created?

Hi Guys
I have a requirement of sending emails to a user with his user name and password which we are generating with out his(the users) intervention.
Please suggest you way to approach this requirement in OIM.
IS the Add User task in Xellerate User under process definition in OIM Design Console responsible for creating a user in OIM.
I wanted to send emails in two scenarios:
1. When the user is created using create user page in OIM web console
2. When the approver approves a self registration request and the user account in created in user table.
pls Suggest a better approach to achieve this.
Thank you
sas

Hey Sam,
Thanks for looking into it....
I have a requirement that as soon as user accounts is created in Exchange (mail server) through OIM provisioning connector a welcome message sort of mail should go to user. For this i have placed the notification on completed status of "setting Exchange Related Properties" task. Now what happened that mail is going but may be as there is no network delay it got bounced in Admin (to address) account with error that user account is not existed. I felt that Exchange is taking some time for account creation due to which this mail is getting bounced first time because when i am trying to send mail to user again it is going in user inbox. So please tell me if anyone comes across this type of issue and if yes how did it resolve. I am thinking that in OIM is there any provision that i can add task in the process and put some time (30 secs will work for me) after that email will trigger.
Am i clear enough? please let me know if you need more info.

Similar Messages

  • Slow email send/receive for user associated with beehiveonline

    It takes hours to send/receive an email to/from the user associated with my beehiveonline workspace. Also, the number of emails that we receive has decreased, it may be not related at all, but there is no way for me to check if that's just due to low customer activity or to timeouts.

    Hi,
    If you have issues then let us know the date/time of the issue and the degree of delay you are seeeing and we can check if there may be a reason for the delay.
    Phil

  • Triggering email send via workflow when task created.

    Hi all.
    In my scenario I want to trigger e-mail send to a fixed address when task of certain type created in CRM Web UI. How can i configure such process?
    Regards to all.

    How can be same question posted again and again for sending mails again when a task is created or when a workitem is created....
    Iam sure you would not have searched the forum itself you have enough blogs articles and threads which have extensively discussed about this topic... and again.......
    I abused .....

  • Can I change my iCloud email address once it has been created?

    I found I cannot change the email address with the @me.com ending. I think it is associate with the apple ID and I tried to deleted the iCloud account but it seems only "sign out" and when I signed in iCloud with my apple ID everything is back....

    Hi sabouse,
    Yes you can change your printer's ePrint address:
    Sign into ePrintCenter.com.
    At the top of the ePrint box, next to the printer's ePrint address in blue you should find a change button.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Workflow once user is created

    Hi All,
    Seems to be a very basic workflow but I cannot get the events to trigger!
    I need a workflow once a user is created. The standard BO "USER" has the event "Created" but it does not trigger once the user is created through transaction SU01!
    I checked for Change documents and there are no documents written when the user is created. There are no User Exits or BADIs to put in my custom code once the user is created.
    I am sure that there is something very basic that I might be missing. Maybe a customizing stuff to trigger the standard event.
    Any help will be greatly appreciated.
    Best regards,
    Sudhi

    Hi Sudhi,
    Not a great solution but you could check for any existing workflow instances for the BO to determine if this has been created and workflowed before, or you could check the time of the DB record update (and creation) in the user audit log and make the determination, or better yet check both.
    Neither idea is brilliant but both will work.
    Bear in mind the events on USER are:
    create (user locked created)
    cloned (user created or changed)
    deleted
    roles changed
    Based on this I would postulate that if you created a locked user you would get sy-ucomm = 'INS'.  If this is the case you may want to create each user locked (initially) and then unlock in your workflow.
    Regards
    Gareth

  • OIM 9102: Send Email Notification to other user in a task

    I created a process in OIM. In this process exist a Task: Manager Process. When this task will be completed for the user that be assigned. In the Notification Tab are able to send a email notification to a Assign User, Requester User, User or User Manager. But i need to send a email notification a other user different to them, for example: juan.perez, this user is in OIM.
    I have read the following documents:
    1.- http://docs.oracle.com/cd/E10391_01/doc.910/e10363/promgt.htm#BCECFGEJ
    2 .- How to Send an Email Notification Upon User Creation via the Admin Console [ID 780394.1]
    3.- OIM: An Example of Email Notification and Configuring it With a Resource Object Provisioning [ID 457836.1]
    4.- Sending an Approval Notification Email with a Link Directly to the Approval Request? [ID 748447.1]
    Or exist some way to do this, through java code.
    I'm using oim 9.1.0.2 BP18 running on OC4J 10.1.3.5 on AIX 6.1 64-bit clustered install with two nodes, Oracle Database 10.2.0.4 on AIX 6.1 64-bit on RAC.

    Hi
    You can use OIM email API to send an email from the java code. You can attach code on post creation user using entity adapter. Every time a user is created the email is triggered.
    Here is the sample:
    public EmailUtility(tcDataProvider dataProvider) {
              this.dataProvider = dataProvider;
              emailOper = new tcEmailNotificationUtil(dataProvider);
              System.out.println("Email API instantiated successfully...");
         public String sendEmail(String fromAddress, String toAddress, String body,
                   String subject) {
              emailOper.setBody(body);
              emailOper.setFromAddress(fromAddress);
              emailOper.setSubject(subject);
              emailOper.sendEmail(toAddress);
              System.out.println("Email sent!" + subject);
              return SUCCESS;
    Regards
    user12841694

  • SAP BPC 10.0 Netweaver : Workstatus email notification sender is the User how to change it ?

    Hi Gurus,
    I've just set up email notification for Workstatus. I works fine but I've noticed something that won't be accepted by my customer :
    I Had created a BPC Service User SMAIL to send email notification. But it is useless since the email notification sender is always the user who actually made the workstatus change.
    This is very strange because this means that SAP can send emails IN NAME of Users. By default the email used is the user's email set up in SU01 and if the user has no email the sender mail adresse is : USERID@DEFAULTHOST
    Default domain defined in SCOT transaction for SAPCONNECT.
    I think that this situation raises a security breach ; to my opinion SAP should not be able to send emails in the name of users.
    Do you have any idea to change this situation in order to make all notification emails send by one unique System User as BPCSERVICEMAIL for instance.
    Thanks in advance for you help.
    Vincent.

    Hi JW,
    The answer to your question #2 is that we won't have SSIS packages in BPC7NW since all SQL server based functionality won't be there in Netweaver version. If you use migration tools to migrate from BPC5.x to BPC7NW, it can convert SSIS packages. However any custom SSIS code would have to be converted manually. For more information, please read Ryan's blog at SAP's definitive strategy for planning technologies moving forward: What's the word on BPC, BI-IP and SRC?
    Regards
    Pravin

  • How to send the email alert to some users (defined users hasn't post document to a library within a specified time frame)

    Hi,
    Native alert on a document library can setup to email to the predefined user when any changes on the document.
    However, I would like to setup a document library and alert me when
    [email protected] [email protected]
    [email protected] hasn't yet put a document to the library by 2014-07-01 (e.g today is 2014-06-26). The reminder email will send to
    [email protected] [email protected] on 2 days before the dead line (ie. 2014-06-29) because
    [email protected] and [email protected] hasn't put their file to the library on or after 2014-06-29..
    Thanks

    Hi,
    http://stackoverflow.com/questions/17571562/creating-email-alert-workflow-for-sharepoint-file-libraries
    http://stackoverflow.com/questions/18868479/how-to-send-automatic-email-notification-to-user-two-days-before-expiry-date
    http://social.msdn.microsoft.com/Forums/en-US/acb12dd2-d6a5-4b7e-b233-037558bfa2e5/start-workflow-x-days-before-expiry-date?forum=sharepointcustomizationlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Send email notification once published - cs4

    Hi all,
    In Contribute CS4, should contribute send an email to the user once I have published their file to let them know it is published?
    It looks like it goes through that process, something like 'sending notification to user' but no emails are ever received
    just wandering if the feature is actually there so I know where to start looking
    Many thanks in advance

    I tried to do it like this :
    *<Action id='1' name='email12' application='com.waveset.provision.WorkflowServices'>*
    *<Condition>*
    *<and>*
    *<isTrue>*
    *<ref>user.global.checkbox</ref>*
    *</isTrue>*
    *<isnull>*
    *<ref>user.update.accounts[Lighthouse].changes[checkbox].old</ref>*
    *</isnull>*
    *</and>*
    *</Condition>*
    *<Argument name='op' value='notify'/>*
    In other words : send the Email ONLY if the "Old" value of the checkbox is NULL. (if the checkbox was not previously ticked).
    But, it didn't work. The email was sent again.
    Perhaps, my syntax is wrong?

  • Auto Population of Email Definition fields while sending mails to user

    Hi,
    I have the requirement that after a resource object has been provisioned to an user, a mail should be sent to him for confirmation.
    I am able to successfully send mails to users after the resource object has been provisioned to him by making the configuation settings in the OIM system.
    I have made use of a Resource Object , Resource Form , IT resource of type mail server , Email definition etc.
    The point is while provisioning the resource object I am populating the User Defined Fields. These fields are visible at the xlWebApp console through the resource form. I am populating these fields while requesting the resource through the xlWebAPp UI.
    Now i need to send mails to the user with these fields populated with the values that i m providing while provisioning the resource. Currently my sent mails just consist of plain email definition with a subject line and a body text.
    Please let me know how can i include the values in the populated fields in the body of the mail through settings in OIM.
    Since i m a QA person i cannot go ahead and write code for creating an adpater for this task. Kindly let me know is there any way by which I can do the same through config settings in OIM.
    Thanks in advance.
    Pooja.

    Hello,
    Actually i have a resource object as "Laptop" suppose, so for me the user defined fields are Laptop_type, RAM value, ROM Value and Emp ID.
    These fields are made visible as UDF through Pre-pop adapters and all the other required settings.
    While provisioning the same in the xlWebApp console I am populating them.
    The resource form for me (Form Designer for the resource object) is made visible and i am filling in values while provisioning.
    Now while sending the mails these values should reflected in the mail body for the fields.
    Eg: Subject [hi] Mail body [ The following resource has been provisioned. Laptop_type : Dell, RAM value: 512, ROM value: 40, EMP ID: 123] where these values are filled in the resource form while provisioning the resource object.
    Pleased let me know how can i send such mails through config settings in OIM. Right now my mail simply looks like
    Eg: Subject [hi] Mail Body [The resource has been provisioned to you]
    Thanks again.
    Pooja.

  • Send email to newly registered user??

    Is there any functionality to allow for sending an email to newly registered users automatically, i.e. when the user is created by the portal administrator, the system would send the new user an email...
    Thanks,
    Jason

    Just a possible hint of solution if you can help.
    I think it is adding that capital S in front cause in that code it says cTo: '[email protected]', and i found this on this url http://support.google.com/mail/bin/answer.py?hl=en&answer=6596
    'This Gmail user does not exist...'
    This error usually occurs when there are typos in the recipient's email address. Some common errors include the following:
    Quotation marks: <'[email protected]'> or <"[email protected]">
    Dots at the end of the address: <[email protected]>
    Spaces before or after an address: < [email protected]>, <[email protected] >
    So i dunno if you could code around to somehow encapsulate my email in something else that quotation marks.
    Thanks

  • Email to buyer once del schedule is created

    Hi,
    Is there a way to send a email to buyer (pur group) when a new schedule is added or changed in Me38. If yes how?
    Thanks,

    Hey Sam,
    Thanks for looking into it....
    I have a requirement that as soon as user accounts is created in Exchange (mail server) through OIM provisioning connector a welcome message sort of mail should go to user. For this i have placed the notification on completed status of "setting Exchange Related Properties" task. Now what happened that mail is going but may be as there is no network delay it got bounced in Admin (to address) account with error that user account is not existed. I felt that Exchange is taking some time for account creation due to which this mail is getting bounced first time because when i am trying to send mail to user again it is going in user inbox. So please tell me if anyone comes across this type of issue and if yes how did it resolve. I am thinking that in OIM is there any provision that i can add task in the process and put some time (30 secs will work for me) after that email will trigger.
    Am i clear enough? please let me know if you need more info.

  • [SOLVED]How to send email to a local user?

    I have installed Mutt, msmtp, procmail and I can send and receive emails to/from remote hosts and I'd like to send email locally also (to the recipients on the same machine as the sender).
    When I try to send email to a local user from the root account -
    echo "Test message" | mail -s "Test subject" localuser
    then I get an error that connection to the port 25 is refused. Because the /etc/msmtprc file contains the 'localhost' as the default account's host, and on the local host I don't have a mail server listening on 25 port running.
    When I try to send email from a non-root account which has in /$HOME/.msmtprc file a real email account on a remote server, then of course there is an error that the domain for the email address 'localuser' is not recognized.
    How can sending email to local users be enabled?
    Last edited by nbd (2014-09-30 22:33:37)

    If I understand correctly, postfix it's a constantly running daemon. Seems to be an overhead for delivering only from time to time sent messages.
    ewaller wrote:
    > Out of the box, sendmail should be safe, but I think you have to enable local mail.
    Currently I have msmtp-mta installed, which is described as having sendmail functionality. If I install sendmail - will it be possible to send local email without running email daemons?

  • How to send email distribution to all users from report ?

    Hi all,
    I got the following report output :-
    Item_______Qty_On_hand_________Min_qty____Email
    [email protected]
    [email protected]
    [email protected]
    Once the reporis being generated, it will distirbute to all the email id list. Will this possible ? or any other better way to handle this ?
    Thanks.
    Rgds
    Lim

    hello,
    you need to use 9i or 10g for that. there you would set the "repeat on" property of you report to the group your report is based on. this will create one instance of your report for each person.
    then you need to use advanced distribution, create a distribution XML file that defines your desired email distribution with dynamic TO value.
    for further info about advanced distribution, consult the publisching reports manual.
    thanks,
    ph.

  • When I send an email with a photo from snow leopard to email of a lion user, the photo shows up in the Lion email sideways. When they email it back it returns to correct position. Is there something in Lion causing this?

    When I send an email via MACMAIL  with a photo from snow leopard to  an email of a lion user using At & T , the photo shows up in the Lion user email sideways. When they email it back it returns to correct position. Is there something in Lion causing this? This also happens when in in using iphoto'11 i share/email a photo to myself and the phot shows up sideways but is in a correct position prior to emailing.

    I recently tried sending myself an email through Thunderbird to another email account to see if that was the case, but the email came in with a font so tiny that it was unreadable. I had chosen a font type and size (arial 10) and just coming into my outlook inbox was virtually unreadable.
    And referring to the person I work with, she doesn't have problems getting anyone else's emails, just ones I send from Thunderbird.

Maybe you are looking for

  • Facebook and youtube problems Nokia E5

    i can't log in facebook and browsing videos by youtube using the WLAN connection. facebook just keep waiting to log in and after all it fails to log in  and youtube just appear a screen with connecting and nothing happens  plz anyone help! web browsi

  • Itunes 10.5 will not recognize iphone

    Just updated to 10.5 itunes - now it will not recognize my iphone 4.3.5.  Suggestions?

  • Assign form field value

    Gurus: Given a value in form field one, I want to assign a value to form field two (same form). How can I accomplish this? Thanks in advance! kc

  • Add emailadress to PO in ABAP.

    Hi, If I update vendor address through PO (ME22N), it will update table ADR6 (and all the other ADR* talbes) and add a new address number to the data in EKKO. so the connection changes from EKKO-LiFNR --> LFA1-LIFNR/ADRNR --> ADR6-ADRESSNUMBER  to EK

  • Reg : IDOC Monitoring

    Hi All,        Could any one please let me know abt the IDOC Monitoring technique?        What are all the things we need to take care in idoc monitoring?       Any inputs will be of gr8 use. Thanks in advance. Regards Abhilash.