To all those people who cannot send a message in IMP

Andrew Moss andrewmoss007@hotmail.com
Tue, 2 Apr 2002 23:45:19 +1000


---------------------- multipart/alternative attachment
Check the following setting in your PHP.ini

The file_uploads in my php.ini was off and this is used to send the =
message and add attachments.

I found this by turning all logging on in php.  Please remember to =
restart your webserver once you have made this change

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads =3D On

; Temporary directory for HTTP uploaded files (will use system default =
if not
; specified).
;upload_tmp_dir =3D

; Maximum allowed size for uploaded files.
upload_max_filesize =3D 2M

cheers

AM

---------------------- multipart/alternative attachment--