Mime and mail attachment .....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Skywalker
Forum Contributor
Posts: 117
Joined: Thu Aug 29, 2002 3:33 am
Location: The Netherlands

Mime and mail attachment .....

Post by Skywalker »

I know this is the third time I aske you guys, but nothing seam to work or to help, because I don't understand a f***g thing of the Mime function ?

Please somebdoy give/show me a good hint, wher I can work with.
So somebody please help me I am desperet I reading everyday new things about this Mime, it's driving me nuts.

So Everybody who feals something for me and my dome Mime function, please help.

Greathings Skywalker (The Netherlands)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I don't understand a <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> thing of the Mime function
what's the mime function? ;)
Here's a very simple example (without delimeters and sections and, and, and...)

Code: Select all

From: "somebody" <somebody@some.whe.re>
To: <some@one.el.se>
Subject: just a simple mime mail with html-content
Date: Mon, 11 Nov 2002 23:57:00 +0100
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Core Java Technologies Technical Tips
</title></head><body>just a simple html-mail</body>
</html>
there are some easy to use mimemail-classes for php
search them with google or at hotscripts
Post Reply