Firstly, congratulations on such a kickass program! It's exactly what I was looking for and is so easy to use.
I've been modifying the process.php file, altering the automatic email(s) that's sent out. The only thing I can't do is send data.dat as an attachment. Is this possible?
Thanks very much, Matty.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you will have to look at the SMTP protocol specifications (read the RFC) and look at how the attatchments are sent. I don't htink there is a way to do it directly from one of the php functions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Firstly, congratulations on such a kickass program! It's exactly what I was looking for and is so easy to use.
I've been modifying the process.php file, altering the automatic email(s) that's sent out. The only thing I can't do is send data.dat as an attachment. Is this possible?
Thanks very much, Matty.
you will have to look at the SMTP protocol specifications (read the RFC) and look at how the attatchments are sent. I don't htink there is a way to do it directly from one of the php functions.