hello
I try to send email to gmail and yahoo with attachment, but it dont send(attach file)
Is it bug?!?
ive tried a jpg just now and it worked fine. what kind of attach are you trying? and how big?
excuse my English, the problem of roundcube is that he keeps attachments like binary in the table, would have to work directly with the mail server.
Hi, I'm having trouble sending attachments also, no matter the extension or how big they are, sometimes it just doesn't send them
I have servage hosting and the configuration is:
PHP Safe Mode Off
PHP Safe Mode GID Off
PHP Register Globals Off
I hope someone can help me here...
Quote from: neworange Hi, I'm having trouble sending attachments also, no matter the extension or how big they are, sometimes it just doesn't send them
I have servage hosting and the configuration is:
PHP Safe Mode Off
PHP Safe Mode GID Off
PHP Register Globals Off
I hope someone can help me here...
On my servage account, for the webmail (I created a sub-domain) my settings are:
PHP Safe Mode
OffPHP Safe Mode GID
On - turning this off causes more stringent checking e.g. UID instead of GID.
PHP Register Globals
On - It doesn't hurt to use this, generally for scripts like this it helps more than hinders.
Using these settings, it allows me to send attachments sometimes... it seems to send them when it feels like it.
Also, it's worth noting that if you are relying on the mail(); function attachments do not seem to work at all (at least with servage).
Hope this helps a bit.