Talking about Php.
Today I was looking for a cut/paste script to manage emails with multiple attachments with php and I only found classes, server-side libraries or non-working examples (!!!).
I just needed an easy script and I did not find it… so I cut/pasted here and there, I changed something, shaked a bit and here it is an easy and working script.
Just fill $files
array with the files to be sent, custom email fields and you’re done.
mail sent to $to!";
} else {
echo "mail could not be sent!
";
}
?>
Enjoy and send mails with any number of attachments without any class/library
Never miss an update! Subscribe, and I will bother you by email only when a new game or full source code comes out.