Hi all,
I would like to know if someone has already develop something to send email with attachment (add browse button).
I checked in sendmail.php but i didnt find my happiness.
Thanks for your comments
Hi,
There is some code sending emails with attachments : it is for automatic import, attaching import log file.
The limitations are
1) the email function must be the anonymous one (using smtp serveur without user/pwd), not the ssl one.
2) the attached files are pure text files.
Code is in /model/Cron.php, line 402 and after.
Mail function is standard one, in sendMailAnonymous() in /tool/projector.php
ok thanks for your answer
i success to do that. i removed all limitations (only in my work), and it seems to work in pre-prod.
Finaly, My problem was to use ajax