Jump to content

loquat

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

loquat's Achievements

  1. Suppose the CDN domain was https://cdn.myforums.com/ and was recently changed to https://cdn.ourcommunity.net/ Reference to images will automatically update. <img src="https://cdn.myforums.com/someImage.jpg"> Will be updated to become <img src="https://cdn.ourcommunity.net/someImage.jpg"> However, uploaded video files referenced inside embedded video player widgets does not. Is this a bug?
  2. I can do that, if you can give me the API definition that will talk to the Mail Bouncer plugin.
  3. That sounds very good. If you can build this handler into the plugin, that will be tremendously helpful. The admin can just configure regex filters to fish out the bounce logs. Emails are a great way to keep members engaged. So we send lots of them to the point where using SendGrid / SES does not make economic sense (huge bills) . So... if your plugin can work with SMTP and IMAP, I would definitely subscribe.
  4. We use a mail server running mailinabox to send email notifications. Just wondering if you can integrate with plain old SMTP bounce messages too?
×
×
  • Create New...