SMTP settings in web.config

Discussion in 'Email' started by maziar, Mar 13, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I want to send email from my sandbox account but I got an error, here is my my mailSettings section in web.config:

    <system.net>
    <mailSettings>
    <smtp deliveryMethod="Network" from="[email protected]">
    <network defaultCredentials="true" host="localhost" port="25" />
    </smtp>
    </mailSettings>
    </system.net>

    the error:

    No connection could be made because the target machine actively refused it 127.0.0.1:25

    What are the settings for sending email from DASP's smtp server?
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    I'm sorry but we do not allow emailing from the free .NET 4 sandbox.
     
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