Checking for sent emails in asp.net scheduled task

Discussion in 'Getting started' started by aspnetprue1, Oct 19, 2016.

  1. Hi, I have an asp.net page which is activated as a scheduled task, and basically its function is to send emails, how can I check the emails sent? Is there some web page in which I can login to verify the emails sent by this process, and with which username and password? In the .config file of the asp.net page the only information specified is smtp server as localhost, with username and password in blank, and in the postmaster account which I access through control panel there is no sent items (I confirmed some emails has been in effect sent by this process), is this the correct account? How can check those emails? thanks in advance
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Alter your code to send yourself an email. If you are referring each and every individual message, there is no way to check for that.
     

Share This Page