How can i use Control Panel API to send an email??

Discussion in 'Control Panel API' started by jackbee, Jan 8, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I want to send an email by using Control Panel API , how can i do that, please help me ??
    Thnks
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    The API cannot be used to send an email. It can be used to create/modify/manage your email addresses.

    Eric
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. I user System.Net.Mail.SmtpClient to send an email , but it does not work , it always occur error 'Unable to connect to the remote server' ??? ,
    I have create a new Account and point it to Credentials = new System.Net.NetworkCredential('[email protected]', 'something');
    But can not still send an email!!!! (I configure Outlook Express like the way i did in code and it work correctly!!!) , how can i fix it , please help me ?? /emoticons/confused.gif
     
  4. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Your issue has nothing to do with the API.

    Have you set the SMTP host to "localhost"?

    Eric
    DiscountASP.NET
    http://www.DiscountASP.NET
     
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