Hi Sandeep,

SMS alerts sound to be an interesting feature, while I don't think it is
high priority though.

If you are willing to implement this feature, say you only want to send
message when any email is pending for approval, you might look
at mailman/src/mailman/chains/hold.py and insert the SMS logic in
HoldChain. But you will need to find a way to store the phone numbers of
the moderators. If the numbers are fixed, that's great. If not, you might
also need to modify the database schema.

Let's see if other people have any ideas.

Sidenote: I think if we have a rest callback it will be beneficial to ideas
like this as proposed in GSoC this year - if anyone wants to work on the
feature, it will be great.

Yours truly,
Xiaoxing Ye
http://www.linkedin.com/in/yexiaoxing


On Mon, Jun 3, 2019 at 8:38 PM sandeep kumar <sandeep7...@gmail.com> wrote:

> Hi Team
>
> We are using mailman 2 in our production and we are testing mailman 3 to
> use in production.
>
> We have requirement in mailman 3 that is when a moderator receives email
> notification for a list posted he should also receive SMS alerts saying
> that so and so list is pending for approval.We have our SMS gateway setup
> and we are using this sending otp's,alerts etc.., now we want to integrate
> this service in sending moderator approval alerts
>
> Please provide a path and your valuable inputs to achieve this. This would
> be useful in future releases of mailman also.
>
> --
> Regards
> Sandeep Kumar
> +91-7702033396
> _______________________________________________
> Mailman-Developers mailing list -- mailman-developers@python.org
> To unsubscribe send an email to mailman-developers-le...@python.org
> https://mail.python.org/mailman3/lists/mailman-developers.python.org/
> Mailman FAQ: https://wiki.list.org/x/AgA3
>
> Security Policy: https://wiki.list.org/x/QIA9
>
_______________________________________________
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to