Hook code for sending emails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Scott_Smith
    Junior Member
    • Oct 2017
    • 27

    Hook code for sending emails

    Does anyone have any PHP code for sending emails via a hook? Or perhaps is able to point me in the write direction without grepping all the code to find the methods?

    note: I do not have the workflow module

    thanks
    Scott
  • Scott_Smith
    Junior Member
    • Oct 2017
    • 27

    #2
    ah... got it... /home/flourxo2/public_html/espo/application/Espo/Core/Mail/Sender.php thanks anyway!

    Comment

    • bandtank
      Active Community Member
      • Mar 2017
      • 379

      #3
      Could you please post a small section of code that shows how to send emails using Sender.php? I can't figure it out.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Hello
        application/Espo/Services/EmailNotification.php - here you can find examples

        Comment

        Working...