Computer Science Canada MIME Debugging |
| Author: | DtY [ Sun Sep 20, 2009 10:22 am ] | ||||
| Post subject: | MIME Debugging | ||||
I'm trying to make an email that contains an attachment, so far the script is generating this:
(Line endings are CRLF, so are looking like two line breaks) I use Net::SMTP (Ruby) to send it to me, and I receive an email with no body, and an attachment called "noname". When I view the attachment, I see:
Does anyone know what the problem here is, it looks fine to me (going off wikipedia's MIME article)? |
|||||
| Author: | DemonWasp [ Mon Sep 21, 2009 8:37 am ] |
| Post subject: | RE:MIME Debugging |
You appear to be missing a semicolon after "multipart/mixed". |
|
| Author: | DtY [ Mon Sep 21, 2009 4:48 pm ] |
| Post subject: | RE:MIME Debugging |
That fixed it Thank you |
|
| Author: | DemonWasp [ Mon Sep 21, 2009 6:05 pm ] |
| Post subject: | RE:MIME Debugging |
No problem. The "another pair of eyes" effect is frequently useful. |
|