Before I upgraded I did a test on 'e.mail image' and it worked up to a point. I recieved the e.mail but only the link of the image was in the mail. Now after I upgraded I don't recieve any mail at all. Have I missed something in set up, thanks.
I uploaded the latest commonfuncs.php, Now the e.mail gets sent but like before there is no image just a link to the image details page and any pic description. Thanks
Comments on E.Mail Image Problem
Member
Usergroup: Customer
Joined: Jan 20, 2006
Total Topics: 11
Total Comments: 26
Before I upgraded I did a test on 'e.mail image' and it worked up to a point.
I recieved the e.mail but only the link of the image was in the mail.
Now after I upgraded I don't recieve any mail at all. Have I missed something
in set up, thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't see how, but maybe the header length limit is stoppping it since that's the only recent email change.
Does it work if you remove
if (strstr($from , "\n") || strlen($from) > 100 || strlen($to) > 100) return 0;
from commonfuncs.php?
Edit: Yep, confirmed that's the problem. Fixed, revision will be uploaded by sometime tomorrow.
Member
Usergroup: Customer
Joined: Jan 20, 2006
Total Topics: 11
Total Comments: 26
I uploaded the latest commonfuncs.php,
Now the e.mail gets sent but like before there is no image just a link
to the image details page and any pic description.
Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed for next revision upload.