How to notify a user about the successful ingestion of an asset through a specific ingest profile?

How to notify a user about the successful ingestion of an asset through a specific ingest profile?

A brief description on how to enable notification on ingest, we have to add the e-mail address in Ingest Profile's Advanced Settings and then add SMTP details in the ingest manager config file. eMAM brings this feature to inform the user about the successful ingestion of an asset through a specific ingest profile.
 
This can be configured with a few simple steps mentioned below:
 
1.Go to Super Admin, edit the required ingest profile, and in the Advanced Settings window, select the Profile Settings tab and activate the "Notify" button, then provide the email address in the space provided for the Notifications. Save the changes.

 
 
2. On the Application server, go to C-> Program Files-> Empress Media-> eMAM Ingest Manager and open the file eMAMIngestManager.exe.config using Notepad or Notepad ++.

3. Include SMTP details by adding the following lines under </appSettings>. These must be edited with the corresponding SMTP credentials configured in Superadmin.
 
  <system.net>
  <mailSettings>
  <smtp from="Enter the from address here">
  <network host="Enter the mail server name here" password="Enter the password here" userName="Enter the user name here" port="25"/>
  </smtp>
  </mailSettings>
  </system.net>
 
4.Save the configuration file after making the necessary changes, and then restart the Ingest manager service.

    • Related Articles

    • How to create an asset using Sidecar XML ingest?

      Create an asset in eMAM and associate information such as Basic Metadata, Custom Metadata,Categories, Projects,Sub-clips, Markers via Sidecar XML Ingest. Here is the latest sidecar XML document - eMAM Sidecar Ingest - XML Specification 5.2.pdf Please ...
    • How to create an asset placeholder using XML ingest?

      Create asset placeholder using XML ingest A placeholder is a virtual asset which is created without any media in eMAM using sidecar XML ingest. A placeholder doesn't have any media but we can add custom metadata values. Here is a sample XML file ...
    • How to create a new version for an asset using XML Ingest?

      How to create-new-version by using XML Ingest eMAM allows a user to upload a new version of an asset using the XML Ingest. Sample XML file <?xml version="1.0" encoding="UTF-8"?> <eMAM ...
    • How to replace an original file using Associate Metadata option via XML ingest?

      How to replace an original file using Associate Metadata option via XML ingest  You can easily associate the Original, Proxy and Mezzanine formats to an existing asset or placeholder, using Associate Metadata option in the XML ingest. Sample XML ...
    • How to do metadata association using XML ingest?

      Metadata association using XML ingest Associate metadata here means associating the metadata values to the corresponding metadata fields using an XML ingest or from the user interface.  Sample XML file <?xml version="1.0" encoding="UTF-8"?> <eMAM ...