Hello,
I have a form which allows members of my team to update a particular table, upon updating I have php set to send an email to a certain address. What I'd like to include in this email is the table after it's been updated.
Here's what I'm currently using which isn't working:
You need to be aware that just sending html tags in the body of an email doesn't assure that it will be rendered as html in every email client. At the very least, you'll need to insert a MIME header.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
It's not working because the email body has no data whatsoever, it's just a blank email. I'm not concerned about the email client, everyone in my team uses MS Outlook and the email is meant only for internal delivery.
After a bit of searching I found a post which described a similar problem, but the poster wasn't able to resolve it either. Upon seeing his method of doing this, I made some changes to my script and here is what I'm using now:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Do you know where I can find it? A search on google just comes back with various companies by that name but nothing to do with email & mysql scripts. Thanks!