View Poll Results: Would you use this SMTP server class?

Voters
41. You may not vote on this poll
  • I am very interested and look forward to seeing the end result

    17 41.46%
  • I would probably give it a go when it is complete

    14 34.15%
  • I am not really interested myself but it sounds like a good idea

    6 14.63%
  • I think it would be useless

    4 9.76%
Results 1 to 40 of 115

Thread: Would you use my .NET SMTP server class?

Threaded View

  1. #11

    Re: Would you use my .NET SMTP server class?

    Did the same as Minitech, nothing happened.

    EDIT: Downloaded the update..got this:

    Code:
    2/12/2010 5:29:09 PM	SendEmail method called, performing property/argument validation...
    2/12/2010 5:29:09 PM	Property/argument validation complete
    2/12/2010 5:29:09 PM	Starting loop through recipients...
    2/12/2010 5:29:09 PM	Starting send for ***@yahoo.com ...
    2/12/2010 5:29:09 PM	Checking recipient domain name is valid...
    2/12/2010 5:29:09 PM	Recipient domain validation complete
    2/12/2010 5:29:09 PM	Creating DnsClient instance (DNS server 10.0.0.1) ...
    2/12/2010 5:29:09 PM	DnsClient instance created
    2/12/2010 5:29:09 PM	Performing MX lookup for yahoo.com ...
    2/12/2010 5:29:09 PM	MX lookup complete, 8 MX records found
    2/12/2010 5:29:09 PM	Starting loop through MX records...
    2/12/2010 5:29:09 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:29:09 PM	Initiating connection with remote SMTP server 67.195.168.31 on worker thread...
    2/12/2010 5:29:30 PM	Checking to see if initial connection was successful...
    2/12/2010 5:29:30 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:29:30 PM	Loop through mail server IP addresses complete
    2/12/2010 5:29:30 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:29:30 PM	Initiating connection with remote SMTP server 74.6.136.65 on worker thread...
    2/12/2010 5:29:51 PM	Checking to see if initial connection was successful...
    2/12/2010 5:29:51 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:29:51 PM	Loop through mail server IP addresses complete
    2/12/2010 5:29:51 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:29:51 PM	Initiating connection with remote SMTP server 206.190.54.127 on worker thread...
    2/12/2010 5:30:12 PM	Checking to see if initial connection was successful...
    2/12/2010 5:30:12 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:30:12 PM	Loop through mail server IP addresses complete
    2/12/2010 5:30:12 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:30:12 PM	Initiating connection with remote SMTP server 209.191.88.254 on worker thread...
    2/12/2010 5:30:33 PM	Checking to see if initial connection was successful...
    2/12/2010 5:30:33 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:30:33 PM	Loop through mail server IP addresses complete
    2/12/2010 5:30:33 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:30:33 PM	Initiating connection with remote SMTP server 67.195.168.230 on worker thread...
    2/12/2010 5:30:54 PM	Checking to see if initial connection was successful...
    2/12/2010 5:30:54 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:30:54 PM	Loop through mail server IP addresses complete
    2/12/2010 5:30:54 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:30:54 PM	Initiating connection with remote SMTP server 98.137.54.237 on worker thread...
    2/12/2010 5:31:15 PM	Checking to see if initial connection was successful...
    2/12/2010 5:31:15 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:31:15 PM	Loop through mail server IP addresses complete
    2/12/2010 5:31:15 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:31:15 PM	Initiating connection with remote SMTP server 98.137.54.238 on worker thread...
    2/12/2010 5:31:36 PM	Checking to see if initial connection was successful...
    2/12/2010 5:31:36 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:31:36 PM	Loop through mail server IP addresses complete
    2/12/2010 5:31:36 PM	Starting loop through email server IP addresses in this record...
    2/12/2010 5:31:36 PM	Initiating connection with remote SMTP server 66.94.236.34 on worker thread...
    2/12/2010 5:31:57 PM	Checking to see if initial connection was successful...
    2/12/2010 5:31:57 PM	Initial connection failed, moving on to next mail server IP (if there is one)
    2/12/2010 5:31:57 PM	Loop through mail server IP addresses complete
    2/12/2010 5:31:57 PM	Loop through MX records complete
    2/12/2010 5:31:57 PM	Loop through recipients complete, returning result list to caller of SendEmail method
    Obviously I edited out the email address, but that's the log. Looks like Yahoo rejected me.
    Last edited by formlesstree4; Feb 12th, 2010 at 06:35 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width