Re: Count the number of emails sent everyday

2020-03-13 Thread Santhosh Sridharan
Is there any third party apis that you suggest please? On Fri, 13 Mar, 2020, 8:07 PM Suraj Thapa FC, wrote: > You can use some 3rd party apis > > On Fri, 13 Mar 2020, 4:42 pm Santhosh sridhar, > wrote: > >> Hi, >> I am working on django and I trigger emails to multiple email IDs in >> differen

Re: Count the number of emails sent everyday

2020-03-13 Thread Suraj Thapa FC
You can use some 3rd party apis On Fri, 13 Mar 2020, 4:42 pm Santhosh sridhar, wrote: > Hi, > I am working on django and I trigger emails to multiple email IDs in > different scenarios, Is there a way to get the count of emails sent > everyday instead of storing it in tables. > > Regards, > Sant