UNIX Systems Administrator (IL)
Next Step Systems
US-IL-Chicago

Justtechjobs.com Post A Job | Post A Resume

Sending MIME email in PHP
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email.
The answer is MIME. The ensuing few pages explain the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.
Some MIME Basics
MIME stand for Multipurpose Internet Mail Extensions. MIME extends the basic text-oriented Internet mail system in order that messages can contain binary attachments.
MIME takes advantage of the fact that RFC 822 places little restriction on the message body content: the only stipulation is that plain ASCII text be used. Thus, MIME messages consist of normal Internet text mail with some special RFC 822 compliant headers and formatted bodies (with the attachments represented in a subset of ASCII). These MIME headers give a special meaning to the presence of attachments in your mail.
Anatomy of a MIME Message
An ordinary text e-mail message contains a header portion (To: From: Subject: etc.) and a body portion (Hello Mr., etc.). In a MIME compliant message, there are also headers involved and not surprisingly, parts of the email called MIME parts, prefixed by special headers also. A MIME mail is just an extension of the RFC 822 based email. It however has its own set of RFCs.
Header Fields
MIME headers are broadly classified as MIME Message Headers and MIME Part Headers, based on their placement in an email packet.
The MIME Message Headers are:
  • MIME-Version:
    This header provides the version number of MIME used. The value to be used is 1.0.
  • Content-Type:
    This identifies the type of data so that it can be handled suitably. Valid types are text, image, audio, video, applications, multipart and message. Note that arbitrary binary attachments must be called application/octet-stream. Some examples of this header are image/jpg, application/msword, multipart/mixed, to cite a few.
  • Content-Transfer-Encoding:
    This is the most important of all the headers as it shows the type of encoding performed on the data and is used by the client/MUA to decode the attachment. It can take one of 7bit, 8bit, binary, quoted-printable, base64 and custom, per attachment. 7bit encoding is the normal encoding used on US ASCII characters, i.e., retain it as it is. 8bit and binary encoding are not used in general. Quoted printable is used for human-readable normal text if it has to be protected in transit through a gateway that will affect the formatting. Base64 is a common denominator and gives a lazy approach to deciding which encoding to use; this is normally used on binary, non-textual data. Note that any non-7bit data must be encoded using a scheme such it can traverse Internet mail gateways!
  • Content-ID:
    This header is useful if Content-Type is message/external-body or multipart/alternative. This is outside the scope of this article.
  • Content-Description:
    This is an optional header. Free text descriptions of the contents of any message part. The descriptions must be us-ascii.
  • Content-Disposition:
    An experimental header, it is used to provide hints to the client/MUA whether to display attachments inline or as an attachment.
MIME part headers (headers that appear in the actual MIME "attachment" part), can have any of the above except the MIME-Version header. If a MIME header is part of the message block, it applies to the entire message. E.g., if Content-Transfer-Encoding appears in the Message header, it applies to the entire message body, but if it appears under a MIME part, it is applicable to only that part.
[ Next Page ]


Comments:
RE: how to send html email via phpASGHARKHAN10/25/08 04:22
RE: Server error, please help me!ajith kumar12/07/05 02:35
Send HTML Files but not as attachmentJason Blake11/08/05 11:19
RE: how to send html email via phpAbbas11/08/05 02:24
MIME attachments arrive as zero K ?????Dan11/03/05 13:24
Outlook 2003Sharon Webb07/19/05 15:47
Outlook 2003Sharon Webb07/19/05 15:39
body is shown as attachmentsapan07/12/05 06:25
how to send html email via phpkkarthik05/19/05 10:43
cannot attach any type of files gmail and redbhavya03/31/05 01:07
RE: Send emailkartik03/23/05 22:46
How to include 'confirm-reading' in emailsvinochan03/01/05 03:01
RE: display in outlook express and netscapeYulia03/01/05 01:04
RE: facing problem in from elemnet of emailMadhes02/23/05 06:42
image get currupted in mailAseem02/19/05 19:56
sending html email in hotmail's inboxNasir02/09/05 03:50
RE: How to check my yahoo mail through phpRaman01/28/05 15:24
How to check my yahoo mail through phpramana01/20/05 01:39
hotmail users dont recive mailPatrick Verstegen12/10/04 15:20
´ë'Ãâ'°Å'Àý'½Ã'100%µÇ'°Ô'ÇÏ'´Â'¹æ'¹ýÇѰæ¿í12/02/04 20:22
Ä«/µå/µ¹·Á¸·±â·Î/¸Á°¡Áö½ÅºÐ/²À º¸¼¼¿ä!ÀÌÇýÁø12/02/04 00:11
½Å.¿ë.ºÒ.·®.ÀÚ/´çÀÏ500/´ë.Ãâ.ºñ.¹ýÀÌÈñÁø11/29/04 22:54
Áß¿äÇÑ Á¤º¸ÀÔ´Ï´ÙÀÌ´ÙÇö11/26/04 20:53
½Å.¿ë.ºÒ.·®/Ä«.µå.¿¬.ü/´ë.Ãâ/È¥ÀÚ/ÇØ.°áÇÏ´Â/¹æ.¹ý±èÇö¼­11/24/04 19:16
Ä«/µå/µ¹·Á¸·±â·Î/¸Á°¡Áö½ÅºÐ/²À º¸¼¼¿ä!ÀÌÇýÁø11/23/04 19:28
´ë'Ãâ'°Å'Àý'½Ã'100%µÇ'°Ô'ÇÏ'´Â'¹æ'¹ýÇѰæÇý11/21/04 23:52
½Å.¿ëºÒ.·®ÀÚ°¡ ¾Ë¾Æ¾ßÇÒ Á¤.º¸ ´ë.°ø.°³ ÀÌ´ÙÁø11/16/04 07:53
Ä«.µå °ª.¿ø.±Ý.¸¸.°±.´Â.¹æ.¹ý(°­.Ãß)Áö¿µÈñ11/15/04 08:05
Ä«.µå.±ø.¾È.ÇÏ.°í.µ·.¸¸.µé.¾î.¾².´Â.ºñ.¹ýÀÌÈñÁø11/13/04 06:12
solving problems for OutlookRaphael10/19/04 14:44
RE: Outlook and MIMECarmen DiMichele09/08/04 01:10
RE: Hotmail hates PHP mail()? SolutionSteve Whitfield05/12/04 11:42
Simple Embed ImagesReano05/12/04 04:45
Ä«µå ºú! ÀÌ·¸°Ô ÇØ°áÇϼ¼¿ä (Çʵ¶)À̼±Áø03/08/04 10:49
RE: header appears as body textThe REAL WORKING CODE01/20/04 14:01
RE: header appears as body textErik Blazynski12/23/03 15:33
½Å¿ëºÒ·®ÀÚ Ä«µåºúµ¶ÃË ÀüÈ­¹Þ±â ¿ä·É!(Çʵ¶)ÀÌÇýÁø12/01/03 22:39
RE: Solution To Your ProblemsPat Fallon11/13/03 15:04
Send Basic HTML Email : Working CodeKristyX08/14/03 03:50
RE: stylesheet in php html mail ?Tobias Heyl06/18/03 06:47
RE: Display HTML in resulting emailnealko05/11/03 06:30
RE: Hotmail doesn't like PHP MailBülent Ekim04/08/03 10:02
Solution To Your ProblemsDaniel Nelson04/06/03 13:56
RE: Problems with: if (is_array($HTTP_POST_VARS))ec'01/14/03 09:34
USE PEAR!brian weil12/20/02 14:45
Attachment with mail() functionIla11/07/02 06:54
RE: how to send HTML page via an emailsuchithc10/31/02 07:52
RE: attachments don't show in emailDale10/30/02 06:45
RE: Hotmail doesn't like PHP MailTom Harvey10/29/02 05:52
Add filename to attachmentsMessay Asfaw10/22/02 08:49
replacing \' with ' in email formJohn C. Williams10/19/02 19:09
header appears as body textRonny10/18/02 10:19
stylesheet in php html mail ?kai10/11/02 10:09
TXT attachment to MySQL DBRobsonBraga10/08/02 14:27
RE: mail with HTML attachementChaise Jacobs10/07/02 11:33
RE: Getting Mail() to workAxemen10/06/02 05:46
Outlook ProblemsArun Kumar10/04/02 09:54
RE: Attachment problems...Eduardo10/02/02 05:05
Mail embedded with ImagesRamesh N09/30/02 11:37
mail with HTML attachementTitus09/30/02 08:30
Works but the txt file is encoded!! URGENT:)Dominique09/26/02 21:06
How to attach and send a PDF in mail()Joe Strahm09/23/02 11:40
PEOPLE , HELP I DON't now how send mime mailMarek Zdanowski, LATVIA, DAUGAVPILS09/18/02 15:37
HTML email without a file attachmentAnne09/18/02 04:24
RE: Attachment problems...Alberto Ramirez09/17/02 20:14
Display HTML in resulting emailGreg DiFalco09/17/02 15:24
RE: Works, but from filed is "wrong"julian Haffegee09/12/02 14:12
RE: html email - success!Abe Olandres09/11/02 14:34
RE: How to receive MIME email in PHP?Ihsan Elahi09/11/02 06:11
RE: BCC: Assistance RequestKartic Krishnamurthy08/31/02 20:15
BCC: Assistance RequestAJ Simpkin08/30/02 14:48
Mail using interpreter under win32Duncan08/25/02 04:03
Beginner needs help -- Will trade...Jason Tinacci08/10/02 04:35
Strange filenamesDavid08/09/02 07:53
RE: Have you any example for html mail?shoubhik08/07/02 04:54
How to create an email attachmentRoger08/01/02 13:15
Easy way to send text file attachment only?Don07/30/02 21:52
MIME.class / MIME.def + Outlook problemE. Stuart Hicks07/30/02 18:14
How to receive MIME email in PHP?Richard Lim07/29/02 02:10
Attachment problems...Jason Wood07/23/02 16:28
RE: HELP! OE & Netscape Mail OK, NOT AOLJason Wood07/23/02 13:19
?? How to email mime to accept Japanesejim07/23/02 06:45
Send email with com imagesJuliano07/22/02 10:24
RE: html email - success!blah07/19/02 12:01
strange apostrophes in HTML email Gilbert Oliveira07/16/02 09:14
RE: Hotmail hates PHP mail()? posible probleMichael Warner07/12/02 00:53
SEnd e-mail with a pki ?xavier07/11/02 15:42
RE: Hotmail hates PHP mail()? posible probleSean Farrell07/07/02 15:57
RE: HELP! OE & Netscape Mail OK, NOT AOLscottd07/06/02 00:30
RE: Hotmail hates PHP mail()?Nic07/04/02 08:04
Lotus Notes SolutionTony Perry07/03/02 19:03
RE: HTML EmailMartin Bidner07/02/02 09:40
Play pause stop for MP3 fileP P Roday06/29/02 23:55
RE: HELP! OE & Netscape Mail OK, NOT AOLP P Roday06/29/02 23:53
Send emailJiemei 06/27/02 19:43
Send emailJiemei 06/27/02 19:36
Sending HTML page as emailsriram06/24/02 23:32
RE: How to email mime to accept Japanese??maiko uchida06/21/02 18:46
Base64 encodingmark06/19/02 06:25
RE: Japanese Textbav06/13/02 23:32
RE: Help - my emailed pdf file arrives emptyScott Stubbs06/11/02 14:04
Hotmail hates PHP mail()?Saurabh Kumar06/10/02 03:51
Mail() to workGuillermo Molina06/07/02 18:36
No mail is sentCostanza Zandomeneghi06/05/02 14:04
RE: html email - success!Peter06/02/02 14:05
help needed with looping body contentAlistair Macdonald06/02/02 10:03
Embbed GIF/JPG FileAdil05/30/02 01:10
501 Badly structured mime attachmentImmy05/28/02 23:01
replace "to:toto@domain.com" with "to:mailingsimon guglielmetti05/24/02 09:52
Help - my emailed pdf file arrives emptyJane05/16/02 09:55
how to send attachment through aspsoumendra05/11/02 01:57
What about mail clients WITHOUT mime support?Dave Yelen05/07/02 20:44
contro email sendin (time)jan05/07/02 15:39
HERE IS ALL OF YOURS SOLUTION all of youIrfan ansari05/07/02 06:59
attaching php pages with variablesvauneen05/06/02 03:15
I don't understand the mailer partvera05/05/02 16:23
RE: Emailing PDF Files?Flo05/03/02 18:11
RE: send a mail to different personsQueences04/23/02 06:55
RE: attachments are getting corruptQueences04/23/02 06:43
RE: pb with attached-files for emailQueences04/23/02 06:39
RE: Solution : MIME emails, attachments, inline.Queences04/23/02 06:31
RE: Emailing PDF Files?Queences04/23/02 06:25
RE: Have you any example for html mail?Sidney04/19/02 07:48
Have you any example for html mail?kevinfj04/18/02 03:29
RE: c_desc variable~dp04/17/02 22:51
RE: send a mail to different personsNicole04/17/02 16:47
RE: How to attach more than 1 file?Nibs04/09/02 13:07
RE: attachments are getting corruptTimor04/05/02 10:02
RE: Emailing PDF Files?André04/05/02 07:37
Emailing PDF Files?gerrygerry04/01/02 16:50
html email - success!richard smallwood03/29/02 03:30
Japanese TextUmesh C Joshi03/28/02 01:39
pb with attached-files for emailAndré03/27/02 11:07
problem to send a MiMe mail with the classAndré03/27/02 10:57
RE: Outlook can't get the message...rene03/25/02 05:56
RE: FormMail that sends attachments...P P Roday03/24/02 00:43
HELP! OE & Netscape Mail OK, NOT AOLShelly Williams03/22/02 01:19
sending mail with wap doesn't worksambru03/21/02 11:23
Sending Word attachmentApolloJ03/21/02 09:25
RE: How to attach more than 1 file?nibs03/19/02 13:30
RE: email with HTML and attachment(s)nibs03/19/02 12:31
RE: php crash due to too large headerUri Elia03/19/02 08:10
facing problem in from elemnet of emailImran03/12/02 01:08
mime with Outlook -I get text only whyFrank03/07/02 11:47
Easier way to do all of thisDave Hale03/07/02 04:14
.txt attachment not showing in Out. ExpressWilliam03/06/02 14:19
RE: cannot add attachments Elizabeth Sterling03/06/02 10:45
Works, but from filed is "wrong"Sergi02/27/02 16:57
Http 405 MessageLarry E. Peterson02/23/02 21:01
RE: How to insert $ in HTMLBryan Ross02/21/02 15:20
How to insert $ in HTMLRichard van Leeuwen02/20/02 04:06
RE: Strange Word wrapPete02/18/02 09:40
RE: sending an Email with theHTML Embeded styler02/12/02 12:43
RE: Getting Mail() to workstyler02/12/02 12:31
php crash due to too large headerOli Glimmer02/07/02 01:08
RE: Solution : MIME emails, attachments, inline.Kajol02/04/02 07:21
RE: cannot add attachments Steve02/03/02 19:37
Email readingDamiel02/03/02 17:13
FormMail that sends attachments...Garret Baquet02/03/02 05:10
RE: Strange Word wrapSrinivas02/02/02 03:29
RE: Strange Word wrapSrinivas02/01/02 09:00
Warninings messagesCal McGaugh01/26/02 19:53
unable to send image with mail using php 4.0murthysvn01/25/02 02:40
RE: filesize restriction??Claus Plachetka01/24/02 17:52
RE: Getting Mail() to workRandal01/22/02 04:48
won't attachCal McGaugh01/20/02 20:39
Solution : MIME emails, attachments, inline.Tim Hyde01/18/02 06:29
RE: Why PHP.exe crash !!!Tim Hyde01/18/02 05:57
filesize restriction??vocoder01/17/02 16:28
RE: Strange Word wrapannette01/16/02 15:41
getting undefined function: attach()Styler01/16/02 12:25
Getting Mail() to workStyler01/16/02 10:05
RE: html_mime_mail /outlook express on macintoshAllan01/14/02 04:57
how to send HTML page via an emailMilind01/12/02 07:42
Sending images with the HTML mailAnkit Patel01/11/02 00:55
How to email mime to accept Japanese??jim01/10/02 22:11
Why PHP.exe crash !!!kevinchia01/09/02 02:53
typo in articlematt01/07/02 18:58
need help on Mime attachmentsMike01/05/02 15:14
Server error, please help me!Marcus12/30/01 07:18
sending an Email with theHTML Embeded Arvin Singh12/28/01 09:51
RE: PHP.exe Crash with binary attachmentsmurfless12/20/01 13:41
RE: Can't send files larger than 4Ksmurfless12/20/01 13:39
RE: Problems with: if (is_array($HTTP_POST_VARS))Erik van der Zee12/19/01 05:38
Outlook can't get the message...Garry Dunn12/12/01 20:53
Mail sending configChris12/12/01 13:11
HTML Emailing (and SWF)dan dawson12/12/01 06:42
what is a good editorjoe griffin12/12/01 01:34
PROBLEM WITH ATTACHMENTS rOGAL12/08/01 12:54
Annoying errorLehel Gyuro11/29/01 05:00
attachments don't show in emailSteve Norris11/26/01 04:02
it works!sandra11/19/01 17:12
RE: Solution for visible headers in a messageErik de Bruijn11/17/01 13:21
having problems using MIMEA.H.11/16/01 12:46
RE: Mime Typechris11/16/01 04:53
Mime DecodingJesper Kondrup11/15/01 06:10
sending HTML form as email.Ash11/02/01 14:20
RE: Strange Word wrapBrent10/24/01 13:41
Changing FONTS in MIME messageJason Stone10/21/01 13:52
RE: how to change text in a htmlmail from a formollie10/20/01 10:29
packets?ollie10/20/01 10:25
RE: style sheetsollie10/20/01 10:06
I don´t understand mail notificationHarold Hernando Pérez Pérez10/19/01 11:34
RE: Can't send files larger than 4KSarah10/19/01 06:52
Can't send files larger than 4KTorsten10/16/01 04:52
Having trouble attaching images inlineJason Daniel10/13/01 16:31
This works--and it's simple!exergonic10/13/01 00:00
attachment not attached in emailjennifer10/11/01 20:32
how to change text in a htmlmail from a formFredric10/10/01 08:46
RE: Server ErrorAmaury10/10/01 04:59
RE: Server error!Amaury10/10/01 04:42
style sheetsollie10/02/01 07:49
RE: Can´t get mime1.php to work!Michael Woolf10/01/01 05:52
RE: How to send embedded images in html mailTorkel09/13/01 00:04
RE: Sending a subject with "ä" "ö" and "ü"Torkel09/12/01 23:07
How to send embedded images in html mailAndré 09/07/01 06:24
Where I can get the correct MIME parser?ZEOS08/28/01 06:41
Does this code support php 4.0.5André 08/24/01 02:18
Problems with: if (is_array($HTTP_POST_VARS))André 08/23/01 06:06
Send mail with database contentMichael08/23/01 05:03
Can't display Chinese Traditional codeMichelle Yip08/23/01 02:33
Can´t get mime1.php to work!André 08/22/01 04:38
email with HTML and attachment(s)Liak Kuan08/21/01 21:12
sending mails in phpReena08/14/01 02:59
problem in sending mailsReena Pathak07/30/01 01:08
sending mail in windows environmentsheila07/24/01 23:47
IMAP USERSNev07/24/01 08:32
RE: c_desc variableNufather07/19/01 06:20
HTML mailSergi Maudet07/18/01 03:41
RE: PHP.exe crash !!!Stelios07/17/01 06:04
E-Mail in Diff. LanguagesMadhu.K.P.07/14/01 04:35
PHP.exe Crash with binary attachmentStelios07/13/01 03:48
MultiPart MIMEMr K07/11/01 15:53
RE: HTML EmailOrhan Mulayim07/11/01 03:30
MIME2 can not send a big table ?Peter07/10/01 18:51
send a mail to different personsPetra06/28/01 07:30
looking for html mail via php?joe06/27/01 19:58
Quoted Printable EncodingEdgar Pisani06/19/01 16:45
Help ---> The Mime Class doesn't workZitan06/17/01 18:45
PHP email forms outputKristen06/15/01 01:55
Formatted EmailSulaiman06/09/01 00:04
Attachment file layout gets disturbedumesh06/08/01 03:53
Lotus Notes ProblemDan Zambonini06/06/01 03:29
html_mime_mail /outlook express on macintoshclaudia and jacky06/06/01 01:29
c_desc variableMark Keir06/06/01 00:02
Sending an Html Page Rick06/01/01 12:46
Server ErrorMita05/30/01 15:17
RE: multpart/alternativeJasper Veltman05/22/01 00:45
send image through mailsanjay05/21/01 22:33
Sending Email using ASP with different OSShipra05/21/01 22:08
multpart/alternativeowen05/16/01 11:34
RE: Content-Type regognized but not being attachshivkumar05/11/01 09:55
attachments are getting corruptshivkumar05/11/01 09:44
does it works with http header ?gilles05/10/01 06:30
Permission denied errorNainil CHheda05/05/01 04:52
Image embeddedAngelo05/04/01 09:26
media typesWillow05/04/01 08:04
Sending an HTML pageGustavo de Azambuja04/23/01 09:58
Problem, Server error.Larry04/07/01 19:37
How i can manage one or mutiple Pop3 mailboxerbreuer04/05/01 02:01
attaching seperate filesJeff Manson04/02/01 22:33
Content-Type regognized but not being attachSaman Rahmanian03/31/01 08:47
RE: cannot add attachments Rajat03/28/01 07:20
SMIME Encrypted mailMichelle Grant Richardson03/28/01 06:14
cannot add attachments jana03/22/01 07:39
reply-toboulbi03/21/01 12:08
RE: HTML Email + attachmentsMark Rendell03/19/01 21:57
RE: PHP.exe crash !!!tenacious03/19/01 20:43
mac + editorGuy Ostyn03/19/01 04:39
RE: uid errorFred03/14/01 08:03
about read file?hubb103/10/01 03:27
Mime mail sendig error!Gabor Sebestyen03/02/01 02:24
display in outlook express and netscapeAna Cristina Herrera02/28/01 11:05
How to remove those unwanted line breaks...Joerg Aldinger02/21/01 10:30
Receiving MIME mail in php?Trellian02/21/01 07:17
back ground color doesn't workPhilip02/12/01 11:49
looking for web_mail (PHP)vahid02/08/01 23:41
Sending a subject with "ä" "ö" and "ü"pwluky02/07/01 01:39
RE: HTML EmailGaurav02/05/01 12:19
RE: HTML EmailShanx02/05/01 07:17
Can PHP be multiple thread ?Peter02/04/01 11:57
Easy EXAMPLE in action...AirPoint01/30/01 18:30
Easy EXAMPLE in action...AirPoint01/30/01 18:28
Attachments file prbs in outlook ...Stéphane TRAUMAT01/17/01 03:49
PHP.exe crash !!!SNoNo01/16/01 22:59
qp_func()?cpw01/10/01 01:39
RE: I can't get this to workNathan01/08/01 08:25
How to send the message with attachment.Babak Bandpey01/04/01 04:35
RE: Server ErrorKartic Krishnamurthy12/28/00 22:09
RE: Mime TypeKartic Krishnamurthy12/28/00 22:05
RE: PHP and mailKartic Krishnamurthy12/28/00 21:59
RE: how could i add more attachmentsKartic Krishnamurthy12/28/00 21:53
PHP and mailDeepesh12/25/00 16:21
RE: Cannot add attachmentEdison12/14/00 23:39
how could i add more attachmentsmichael yau12/13/00 21:40
RE: Cannot add attachmentmercedes12/11/00 21:22
How to attach more than 1 file?mercedes12/11/00 21:20
Mime TypeBrian Carlson12/01/00 08:04
Server ErrorPhilippe11/30/00 12:51
mime formatted emailDenine11/22/00 11:54
RE: _DISPLAY_ attachmentsKartic Krishnamurthy11/19/00 00:34
RE: setting a Priority Flag for an EmailKartic Krishnamurthy11/19/00 00:32
_DISPLAY_ attachmentssolefald11/09/00 00:40
setting a Priority Flag for an EmailAlessia Celli11/07/00 19:02
RE: I can't get this to workKartic Krishnamurthy11/05/00 22:25
RE: Data Format ErrorKartic Krishnamurthy11/05/00 22:21
RE: Cannot add attachmentKartic Krishnamurthy11/05/00 22:19
RE: More on chunk splittingKartic Krishnamurthy11/05/00 22:14
More on chunk splittingChuck Clayton11/03/00 19:33
chunk splitting everythingChuck Clayton11/03/00 18:57
ques - sending an html mail via PHP !amit sharma11/03/00 05:30
Server error!Charles Le10/20/00 03:38
Data Format ErrorHoward10/13/00 12:09
Error in scriptsRichard Koncz10/06/00 06:04
Attachment with mailamit09/29/00 01:48
I can't get this to workNeil Moomey09/14/00 15:18
Can't call a function from other PHP fileMack Mislang09/14/00 02:47
Cannot add attachmentAlan Lai09/11/00 16:57
RE: Got a Fatal Error Message........philip olson09/10/00 21:37
Got a Fatal Error Message........Edsel V. Palmon09/07/00 05:12
RE: How can i send it...Kartic Krishnamurthy09/01/00 19:53
ATTN ALL: PATCH -> RE: CRLF TranslationKartic Krishnamurthy09/01/00 19:51
RE: CRLF TranslationRamesh Kumar08/30/00 04:33
How can i send it...Federico Reinoso08/30/00 01:53
RE: display in outlook express and netscapeHervé Chiron08/24/00 14:50
RE: Strange Word wrapTom Frisch08/23/00 13:14
RE: Strange Word wrapKartic Krishnamurthy08/23/00 13:10
Strange Word wrapTom Frisch08/23/00 12:47
RE: Error on mime2.php3Kartic Krishnamurthy08/23/00 11:45
RE: browser "only" terminates when mail is sentKartic Krishnamurthy08/23/00 11:42
Error on mime2.php3Tom Frisch08/22/00 13:10
browser "only" terminates when mail is sentVenceslau08/22/00 08:46
helloBhavin Kapadia08/16/00 02:55
RE: why "!^".TEXT."!i" ?Kartic Krishnamurthy08/14/00 22:23
why "!^".TEXT."!i" ?Eric Wang08/14/00 18:06
CRLF TranslationKartic Krishnamurthy08/09/00 21:33
Great !RAJIV08/09/00 17:39
RE: display in outlook express and netscapeKartic Krishnamurthy08/09/00 16:13
RE: display in outlook express and netscapeKartic Krishnamurthy08/09/00 16:02
RE: display in outlook express and netscapeAndy Worthington08/09/00 15:42
RE: display in outlook express and netscapeAndy Worthington08/09/00 15:35
RE: display in outlook express and netscapeKartic Krishnamurthy08/09/00 15:21
display in outlook express and netscapeAndy Worthington08/09/00 14:44
display in outlook express and netscapeAndy Worthington08/09/00 14:21
RE: uid errorKartic Krishnamurthy08/09/00 13:06
RE: uid errorphilip olson08/09/00 11:10
RE: ErrorKartic Krishnamurthy08/08/00 22:06
RE: /var/tmp error with attatchmentsKartic Krishnamurthy08/08/00 22:03
/var/tmp error with attatchmentsphilip olson08/08/00 20:06
RE: HTML EmailRichard Heyes08/08/00 19:09
RE: ErrorAndy Worthington08/08/00 18:31
RE: ErrorRyan McLaughlin08/08/00 18:31
RE: ErrorRyan McLaughlin08/08/00 18:21
RE: HTML EmailTim Perdue, PHPBuilder.com08/08/00 17:40
ErrorAndy Worthington08/08/00 17:39
HTML EmailRichard Heyes08/08/00 15:01
ArticleDavid Shields08/08/00 04:58
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.