Skip to content
Snippets Groups Projects
  1. Dec 14, 2021
  2. Dec 13, 2021
  3. Dec 12, 2021
  4. Dec 08, 2021
  5. Dec 07, 2021
    • fu1106jv's avatar
      Merge branch '18-create-email-templates-and-implement-sending-from-backend' into 'main' · b40c50ef
      fu1106jv authored
      Implement Mail Sending & Template
      
      - added sending mails via nodemailer  -> .env may need to be updated
      - added template loading from server/src/assets
      	* special email html for readability across multiple mail clients
      	* expressions inside {{}} are replaced by the values of the replace argument in the sendMail function
      	* templates are both in txt and html for mail clients that don't support html
      
      Closes #18
      
      See merge request swp-ws21-fahrtenbuch/team-einhorn/fahrtenbuch!10
      b40c50ef
  6. Dec 06, 2021
  7. Dec 04, 2021
  8. Dec 01, 2021
    • fu1106jv's avatar
      - forgot .env.example · d052b1cc
      fu1106jv authored
      - removed process env check (already verified after transporter creation)
      d052b1cc
    • fu1106jv's avatar
      - added sending mails via nodemailer -> .env may need to be updated · b143250e
      fu1106jv authored
      - added template loading from server/src/assets
      	* special email html for readability across multiple mail clients
      	* expressions inside {{}} are replaced by the values of the replace argument in the sendMail function
      	* templates are both in txt and html for mail clients that don't support html
      b143250e
Loading