c# - send email via asp.net 3.5 -


im looking send email vi .net 3.5 form (c#)

ive seen few posts elsewhere , got thing running ok addresses not others, eg gmail accounts. finished app have pick addresses database im having cater lot of possibilites. im not looking have work done me, shove in right direction cool!

thanks

dd

is possible gmail accounts blocking spammer? if you're sending out lot of emails, or if there configuraiton issue on server, may have blacklisted you.

if emails going out server ok, not reaching of recipients reaching some, there issue outside of direct control. email goes through several servers in between server , enduser's inbox (and that's case if inbox on google's server gmail.)

that said, there things can reduce likelihood of being blocked/blacklisted.

this place start: http://www.andreas-kraus.net/blog/tips-for-avoiding-spam-filters-with-systemnetmail/

and here go there. (sorry - it's google search, gave relevant terms, @ least.) http://www.google.com/search?q=system.net.mail+blacklist+spammer&rls=com.microsoft:en-us&ie=utf-8&oe=utf-8&startindex=&startpage=1

finally, here's resource cool url. perhaps force if learn these ways, young padawan.

http://www.emaildeliveryjedi.com/avoid-spam-filters.php

but getting original question - need know how write code send email covered here: http://www.systemnetmail.com/ it's same versions of .net 2.0 on uo through current 4.0.

and i'm sure you're aware, in case you're not, sure you're familiar can-spam act. http://business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

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