Jump to content

loquat

Members
  • Posts

    10
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by loquat

  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. 20 hours ago, stoo2000 said:

    I just wanted to clarify, what I meant by a 'custom handler' was that something like this would be a one-off project that either you could create or I could for a cost.

     

    I can do that, if you can give me the API definition that will talk to the Mail Bouncer plugin.

  3. On 12/14/2019 at 10:31 PM, stoo2000 said:

    You could with a custom handler, something that would read an IMAP inbox and sort through bounce notifications, determine how serious they are and then log the appropriate bounce record in the app. The benefits with using a provider such as SendGrid/SES etc is that they are already part of the feedback loops for spam/abuse and they figure out how serious the bounce is for you.

    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.

×
×
  • Create New...