ircf / sendy_smtp_bounce

Bounce program for Sendy SMTP method
15 stars 6 forks source link

About the smtp bounce. #14

Open joelloh opened 3 years ago

joelloh commented 3 years ago

Firstly, I would say you are great on creating this special bounce control monitoring for SMTP usage.

I have question as below.

  1. As I am using Alibaba Cloud "Direct Mail" services, can I implement to use it?
  2. If it is compatible to use it which your script, can you guide me how to implement it?

Your kind advice is much appreciated.

joesan210 commented 3 years ago

You would need to enter the SMTP login info for it to work.

joelloh commented 3 years ago

Hello, Thank you for the reply. Really appreciated it.

1.For services such as alibaba SMTP will not work?

  1. Mailgun SMTP will 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 .

joesan210 commented 3 years ago

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.

joelloh commented 3 years ago

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 .

chavenor commented 2 years ago

What would it take to do the SPAM complaints? Or what is the issue vs BOUNCE?

mbautista commented 2 years ago

Hello, In order to handle the spam complaints, it would take :

  1. 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
  2. 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 :(

chavenor commented 2 years ago

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 :

  1. 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
  2. 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: @.***>