datitisev Thanks for the extension. I installed it. But it is not sending the full text of the post or discussion via Amazon SES SMTP. I did not change the default templates. The email is sent fine but the actual text of the post is not there.

    datitisev Yes, in the normal Replied to your post emails, the whole reply was shown below the link so that they did not have to visit the forum to read the reply. But with this extension, the email shows only 3 dots below the link and not the actual reply with the default templates. Is this the expected behavior of stripping out the actual content of the replied post or new first post in a discussion?

      nitaaikumar Not sure, will look into it when I have time later today. I can't remember anything but how messy this extension's code is 😂.

      0.1.5

      Pretty Mail does not work with formatted post content in beta 9, fixed in beta 10 with flarum/core1848.

      • !! Requires Flarum beta 10
      • Fix post content not showing in the 3 specific email templates
        • to update, reset all templates to the default
        • OR change $blueprint->post->contentHtml to $blueprint->post->formatContent() in all 3 templates

      Updating

      composer update fof/pretty-mail

        datitisev
        hey i have installed this updated ones so
        when new user signup it throws 400 post error
        and says opps try again and reload
        so when i check mail ther is registration mail message
        and in log error no any errors found
        so but when trying signup it throws 400 error while seeing on console and says oops try again with red highliting

        @datitisev Can I modify sign up mail? The confirmation mail is English and I want to translate it to another language but pretty mail has no this option.

          fakruzaruret Not as of now; in the future the extension will probably be updated so it supports any template and the user can add & change whichever email template they want.

          I wanted to change the font size for the received emails in gmail. The only way it changes in gmail is by adding this in the templates:

          .content {font-size: 20px; }

          @datitisev There seems to be some minor bug by which two different users receive the same email from Follow Tags of of the same new post with different formatting in gmail. One of them has the correct css appearance, the second one has more line spaces and no header background color all of which is shown correctly in the first one. I deleted a test user and signed up with a new one to check if it is an issue with old users but still this issue persists. I can send screenshots if needed. Thanks.

            nitaaikumar Uh... I don't know if I can really do anything about this. The template is the same for everyone - the only thing that changes is the Hey <display name>.

            4 days later

            Pretty Mail does not support the Flagrow Upload extension so the emails of new discussions received in gmail show the upload code: [upl-image-preview url=https://myflarumsite.com/image.jpg] instead of the actual image.

            I was using the Subscribed extension option to receive all discussions by email and Pretty Email together as an email newsletter option. So if this issues with the upl code can be fixed, it will be great @datitisev.

            If I replace the upl code with the normal img bbcode, will it show up in the pretty emails in gmail?

              nitaaikumar I don't think that's really an option. The content that is put on the email for new posts is the formatted content... so technically it should already be formatted. Not sure if this is a pretty mail issue or an upload issue...

              7 days later

              [deleted] which notification is that ? If there's no <a> tag in the original code, it looks like something we'd want to fix in Flarum.

              Without <a> tag, it's the mail client that decides if it wants to auto-link something, and it looks like your particular mail client stops before the /.

              [deleted] just replace it with this
              <p><a href="{!! $baseUrl !!}/d/{!! $blueprint->post->discussion_id !!}/{!! $blueprint->post->number !!}">{!! $baseUrl !!}/d/{!! $blueprint->post->discussion_id !!}/{!! $blueprint->post->number !!}"></a></p>

              in https://YOUR_URL/admin#/fof/pretty-mail

              a month later

              datitisev please can you confirm this? I can't find strings in Linguist extension for email subjects.

                hrvoje_hr Oh, sorry. Subjects aren't currently translatable in core. This extension does not change that.

                  • [deleted]

                  datitisev Well apparently i can change the email messages using linguist?