florian.vuillemot florian.vuillemot
  • Paris
  • Joined on 2019-02-11
02ec295951 Take care of html file
867ebd86a2 Refacto with lang object form SendData
abab1f53f7 Add lang in SendData class and refacto
51a25038df Clean lang condition
Compare 2 commits »
florian.vuillemot commented on issue fsfe-system-hackers/forms#29 2019-03-06 20:55:10 +00:00
#9 Multiple language per template

So the problem come from a bug in my SMTP fake server. After wasted time I change it :)

18a9caea8d Add regex on lang variable
florian.vuillemot commented on issue fsfe-system-hackers/forms#29 2019-03-05 16:22:49 +00:00
#9 Multiple language per template

Today, when we send an "email confirmation" the body is sent directly after a MIMEText encoding (show DeliveryService).

0f11d44356 Add general variables in config
e53bbf0d00 Fixed email content load from template file
5b973d0ca5 Clean default lang parameters
92f03bb7d7 Clean confirmation file selection
Compare 3 commits »
d1233c35fb Select file with lang
e4a9a0e5a3 Remove multilang template
08cf4f2e43 Analyse the subject type in application.json for handle the subject lang of a mail
Compare 3 commits »
florian.vuillemot commented on issue fsfe-system-hackers/forms#29 2019-02-19 21:22:45 +00:00
#9 Multiple language per template

I'm not sure to fully understand your previous message with the quote ^^

florian.vuillemot commented on issue fsfe-system-hackers/forms#29 2019-02-19 12:38:46 +00:00
#9 Multiple language per template

Hi,

florian.vuillemot created pull request fsfe-system-hackers/forms#29 2019-02-18 20:27:54 +00:00
WIP #9 Multiple language per template
7d224d11b9 Add multilang subject in schedule email and appConfig
9bad589fef Add multilang support on subject
0cb723bdcb Adapt confirmation email body with lang
dbeff9a07b Passing lang in template loader with template name file for handle multi langues
106c23b0b2 Remove registration instructions from README
92b4740889 Update README
florian.vuillemot commented on issue fsfe-system-hackers/forms#9 2019-02-18 09:23:07 +00:00
Support multiple languages per template

Work in progress

florian.vuillemot commented on issue fsfe-system-hackers/forms#11 2019-02-17 09:13:40 +00:00
Handling mail duplicates in open letters and possible abuse

Based on MK comment the process is:

florian.vuillemot commented on issue fsfe-system-hackers/forms#21 2019-02-11 20:45:09 +00:00
#8 Set emails Content-Type to UTF-8

Hi ok, no problem.