Hi,
Not sure if this is possible but......
I'm looking for a way to send an automated e-mail that attaches an xml file that already exists in our system. It's an xml built from our form submissions and obviously updates as a submission enters.
The client requires the xml file as an attachment so they can use this to integrate with their system.
When you say the file exists on your system, did you mean it on server or it can be accessed via the Matrix admin interface i.e. is a file asset?
If its on server, then it can be easily done with bash script. If its on Matrix then have a look into 'Send email trigger action'. It won't send the file as attachment but Should be able to put the content of the XML file in the email body.
Also how often the email needs to be sent? Is it triggered by something or just happens at set frequency?
If the location of the XML (assetid) always gonna be the same?
Ash