Open joelloh opened 3 years ago
You would need to enter the SMTP login info for it to work.
Hello, Thank you for the reply. Really appreciated it.
1.For services such as alibaba SMTP will not work?
Regards.
On Fri, 25 Jun 2021, 10:52 am joesan210, @.***> wrote:
You would need to enter the SMTP login info for it to work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ircf/sendy_smtp_bounce/issues/14#issuecomment-868163752, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3DNW6NILB6VNOSGK6BJ5DTUPVP5ANCNFSM4ZWK3V4Q .
It should work with any smtp.
you have the smtp login info you place it in and
you have the bounce mail address which should be
different to your from email address.
Set up cron for the bounce and it should work.
The spam complaints do not work.
Thanks, I'll check it out.
On Fri, 25 Jun 2021, 11:28 am joesan210, @.***> wrote:
It should work with any smtp. you have the smtp login info you place it in and you have the bounce mail address which should be different to your from email address. Set up cron for the bounce and it should work. The spam complaints do not work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ircf/sendy_smtp_bounce/issues/14#issuecomment-868175973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3DNWYCQTZKU6KCTICVSITTUPZXRANCNFSM4ZWK3V4Q .
What would it take to do the SPAM complaints? Or what is the issue vs BOUNCE?
Hello, In order to handle the spam complaints, it would take :
Unfortunately I don't have time to implement this for now :(
Do you have resources that could show me how to start to implement it?
Thanks!
Casey Havenor
On Tue, Oct 18, 2022 at 9:39 AM Mathieu Bautista @.***> wrote:
Hello, In order to handle the spam complaints, it would take :
- The sendy user must register it's IP to the majors spam reports programs (Google, Microsoft, Yahoo, etc.), using the bounce address so the spam complaints would be sent there
- The bounce program should be adapted to handle these reports, the problem is that AFAIK there is no standard format, so we should implement a specific format for each major spam report program.
Unfortunately I don't have time to implement this for now :(
— Reply to this email directly, view it on GitHub https://github.com/ircf/sendy_smtp_bounce/issues/14#issuecomment-1282503647, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOD4ZM3L7RX7R5TBCI54U3WD2ZA7ANCNFSM4ZWK3V4Q . You are receiving this because you commented.Message ID: @.***>
Firstly, I would say you are great on creating this special bounce control monitoring for SMTP usage.
I have question as below.
Your kind advice is much appreciated.