Whilst I am all good with every other part of the email system, everything else seems fine, I can see view the avi file in my Thunderbird email client on Linux, I can't view the avi file on my iPhone.

Code: Select all
<!DOCTYPE html>
<html>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
</style>
<h2>Zoneminder detected motion in the back yard.</h2>
Check out <a href="http://lyalls-pc.at.the-pearces.com/zm">ZoneMinder</a>
</head>
<body>
<table style="width:90%">
<tr>
<th>Item</th>
<th>Value</th>
</tr>
<tr><td>Event description </td><td>%ED% </td></tr>
<tr><td>Time of the event </td><td>%ET% </td></tr>
<tr><td><a href="%EP%" >Event</a> </td><td> </td></tr>
<tr><td><a href="%EPI1%">First alarmed event image</a> </td><td></td></tr>
<tr><td><a href="%EPIM%">(first) Event image with the highest score</a></td><td></td></tr>
<tr><td>Id of the event </td><td>%EI% </td></tr>
<tr><td>Name of the event </td><td>%EN% </td></tr>
<tr><td>Cause of the event </td><td>%EC% </td></tr>
<tr><td>Length of the event </td><td>%EL% </td></tr>
<tr><td>Event : Frames, Alarm Frames </td><td>%EF%, %EFA% </td></tr>
<tr><td>Event Score: Total, Average and Maximum </td><td>%EST%, %ESA%, %ESM% </td></tr>
<tr><td>Name of the monitor </td><td>%MN% </td></tr>
<tr><td>Total number of events for the monitor </td><td>%MET%</td></tr>
<tr><td>Number of events: hour, day, week, month </td><td>%MEH%, %MED%, %MEW%, %MEM% </td></tr>
<tr><td><a href="%MP%" >Monitor window</a> </td><td></td></tr>
<tr><td>Name of the Current Filter </td><td>%FN% </td></tr>
<tr><td><a href="%FP%">Filter that matched</a> </td><td></td></tr>
<tr><td><a href="%ZP%">ZoneMinder console</a> </td><td></td></tr>
<tr><td>First alarmed event image <b>attached</b> </td><td>%EI1%</td></tr>
<tr><td>Image with the highest score <b>attached</b> </td><td>%EIM%</td></tr>
<tr><td>Event mpeg video <b>attached</b> </td><td>%EV% </td></tr>
</table>
</body>
</html>