Welcome Guest, Not a member yet? Register   Sign In
mail attachment issue
#1

[eluser]jupiter1031[/eluser]
I built a mail system with attachments. I test the application first on a test server (not a localhost) and then on a production server.
It works fine on the test server but not on the production server. The production server sends messages without attachments but nothing at all when I attach a file. The debug message on both servers have the same success message
Quote:Your message has been successfully sent using the following protocol: sendmail
I can see the mail and the attachments in the debug output in both servers.
Both servers have the same content in
Quote:[mail function]; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = [email protected]

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
.

What am I missing?





Theme © iAndrew 2016 - Forum software by © MyBB