Viewing mail sent out from server

Discussion in 'Email' started by pricelesspa, Jun 2, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. How can I view the email I've sent out programmatically? I'm using SmtpClient().Send to send it.
     
  2. Im not sure I understand. Can you clarify what you mean? There isnt anything "to see" really. That class sends the message only. Meaning you would need to write additional code to see whatever you wanted see. If you wanted to see a list of the messages you sent, you would need to write that list out in your application somewhere.
     
  3. Viewing SMTP email

    When I had my own Windows server, I was able to see the mail sent out by looking in the \Inetpub\Mailroot directory. I want to be able to view the mail messages sent out through my website.

    For example, when a customer buys a product, an email is sent to them. I want to be able to view this email.
     
  4. I'm sorry but we don't offer the email logs to be viewed from our customers end.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page