Forum

Add an attachment w...
 
Notifications
Retirer tout

Add an attachment when sending email

3 Posts
2 Utilisateurs
0 Reactions
3,444 Vu
(@djamat)
Posts: 12
Active Member
Début du sujet
 
[#1337]

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


 
Posté : 22 Août PM 12:088
(@babynus)
Posts: 14952
Membre Admin
 

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


 
Posté : 22 Août PM 18:088
(@djamat)
Posts: 12
Active Member
Début du sujet
 

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


 
Posté : 22 Août PM 18:088
Share:
Retour en haut