Symantec IGA

  • 1.  Identiy Manager: send email with attachment

    Posted Jun 13, 2018 05:41 AM

    Hi all,

    I'm using IDM v 14.1.

     

    I configured an email template and I'd like to attach a file to the emails. Is it possible?

     

    Thanks

    IG



  • 2.  Re: Identiy Manager: send email with attachment

    Posted Jun 13, 2018 08:18 AM

    I am interested in this as well. I've previously written a Java BLTH and event listener for r12.6 to send an email with an attachment (granted I also had to generate the attached docx from the data in the task so that was a little more difficult and probably harder to implement than a static file). It would be good if there was some native functionality.



  • 3.  Re: Identiy Manager: send email with attachment

    Broadcom Employee
    Posted Jun 13, 2018 09:25 AM

    You can use HTML tag <img> to point to the image. Here is an example. In this example image is deployed under castylesr5.1.1/images folder

     

    <img src="http://abc.com/castylesr5.1.1/images/Windows-Vista-Start-Button.jpeg"  style="width:24px;height:24px;">



  • 4.  Re: Identiy Manager: send email with attachment

    Posted Jun 13, 2018 10:46 AM

    Hi Gordon,

     

    i'd like to attach a file (pdf, doc, ...) not an image. I think it's not the same...

     

    Thanks

    IG



  • 5.  Re: Identiy Manager: send email with attachment

    Broadcom Employee
    Posted Jun 13, 2018 11:35 AM

    I should be the same ... I got the answer from a community post and the person was asking about a document.



  • 6.  Re: Identiy Manager: send email with attachment
    Best Answer

    Posted Jun 14, 2018 02:31 PM

    I don't know of any method to attach a file to an outbound email from IM. The problem would be getting the source file to the IM server to be sent out.

     

    You should consider opening an Idea here in communities to have product management consider this functionality to added to a future release.



  • 7.  Re: Identiy Manager: send email with attachment

    Posted Jun 18, 2018 02:52 AM

    Thanks william for your ansewer.

     

    IG