Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. emails
    Log in to post
    • Varun Ganesh D

      Why Emails are not sending properly for new Registered users
      Technical Support • email sending error emails error sending email • • Varun Ganesh D

      5
      0
      Votes
      5
      Posts
      87
      Views

      gotwf

      @Varun-Ganesh-D After updating what? Do not know jack about SES but seems whacked to me that updating only NodeBB would result in such. Perchance might some other, more system wide updates also been in the lurking? 🤔

      Presuming you have cli access, what returns when thou drivest the following:

      [root@forums ~]# which sendmail
      /usr/sbin/sendmail

      Should be similar to above, and, of course, be in your $PATH.

      Rock on! 🎸

    • E

      customizing email templates
      Technical Support • email email notification emails templates • • eileen

      4
      0
      Votes
      4
      Posts
      48
      Views

      julian

      All of our translation efforts are handled on Transifex (https://www.transifex.com/nodebb/nodebb/), but in general, yes... fixes and incorrect translations would be handled there, and custom changes specific to your community you'd make to those files directly.

    • H

      Email notifications
      Technical Support • email email digest email notification emails • • H7

      3
      0
      Votes
      3
      Posts
      1074
      Views

      H

      Admin > (SETTINGS) User > Default User Settings

      0_1522515616060_0065BAAC-7326-484C-9B3E-9AFDC9FA6247.png

    • G

      UNSOLVED Custom Digest Time Without Changing Core
      NodeBB Development • email email notification emails plugin • • geek

      6
      0
      Votes
      6
      Posts
      2564
      Views

      G

      @julian Thanks!

    • SergioNG

      Problems sendind Emails, trying with Mandrill, local and local-SSL
      General Discussion • emails mandrill plugin plugin-emailer-ssl-smtp smtp • • SergioNG

      10
      0
      Votes
      10
      Posts
      3852
      Views

      atrius

      You're very welcome @SergioNG, i'm glad i was able to help 😌

      Off-topic: Yay! 3 reputation. No more 10 minute cooldown between posts. Thank you :squirrel:

    • frissdiegurke

      email modification hook
      NodeBB Plugins • emails hook plugin • • frissdiegurke

      6
      0
      Votes
      6
      Posts
      2373
      Views

      julian

      Actually, I don't think we use those tags at all. We just send html without the appropriate wrappings (<html>, <head>, etc), assuming that the mail server will do it for us.

    • frissdiegurke

      Email rendering
      General Discussion • emails • • frissdiegurke

      2
      1
      Votes
      2
      Posts
      1148
      Views

      frissdiegurke

      I've added some styles into html-part of emails now (emoji-extended 0.4.6).

      @julian Maybe the email.send hook should become a filter since you may want to edit mails before they get delivered (by another plugin). Within the action it's only possible synchronous (that's fine for my use-case).