Giter Club home page Giter Club logo

Comments (6)

trinko avatar trinko commented on July 18, 2024

Il contenuto delle email lo trovi nei template, nella cartella templates/email.

L'oggetto riportato nelle email è fisso, cambia il nome della scuola che è preso dal nome breve dell'istituto, modificabile dalla pagina SCUOLA > ISTITUTO.

from giuaschool.

Lucaccc avatar Lucaccc commented on July 18, 2024

Il contenuto delle email lo trovi nei template, nella cartella templates/email.

L'oggetto riportato nelle email è fisso, cambia il nome della scuola che è preso dal nome breve dell'istituto, modificabile dalla pagina SCUOLA > ISTITUTO.

Perfetto, grazie.
Un'ultima cosa: per quanto riguarda l'invio delle notifiche per le circolari, c'è qualcosa che bisogna fare?
Perché il registro invia correttamente le email per le password, ma le notifiche per le circolari no..

from giuaschool.

trinko avatar trinko commented on July 18, 2024

L'invio delle notifiche avviene con un comando temporizzato che deve essere eseguito sul server e non può essere richiamato con una URL.
A seconda del tuo servizio di hosting non è utilizzabile. Ad es. ho visto che Altervista permette l'esecuzione di comandi temporizzati (cron) ma non so se permette solo l'inserimento di URL.

from giuaschool.

Forrest-It avatar Forrest-It commented on July 18, 2024

Salve, avendo a disposizione una macchina virtuale, che comando occorre inserire nel cron per inviare le notifiche di nuove circolari via email ?

Grazie

from giuaschool.

trinko avatar trinko commented on July 18, 2024

I comandi sono 2, io li imposto per l'esecuzione di 1 volta all'ora, ma sfasati di mezzora l'uno dall'altro:

  1. prepara le notifiche
    php bin/console app:notifica:prepara

  2. invia le email di notifica
    php bin/console app:notifica:invia

from giuaschool.

Forrest-It avatar Forrest-It commented on July 18, 2024

Grazie mille

from giuaschool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.