c# - How Do Email Campaign Managers Report On Bounced Emails? -


can point me in right direction how handle capturing bounced email info. i'm looking writing email campaign manager , ability report data.

bounced email slang non delivery report or ndr. smtp servers have own ways handle ndr's, typically via badmail folder.

so first of all, confirm smtp server software ndr's. confirm working correctly. think if email fails send, sender notified .. if sender can't notified (ie. not reply email, etc) think how ends in badmail folder.

anyways - u need find out , confirm software you're using handles ndr's. once does, it's easy write code check folder every 'whatever' or put filewatcher on .. , parse content of each file added folder.

hth.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -