Email Problem from my site.

Discussion in 'Email' started by parth_192, May 22, 2008.

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 guys..

    I want to fire email automatically from my site.

    I have made setting in web config file..



    <system.net>


    <mailSettings>


    <smtp>


    <network host="smtp.ocrv.com" userName=abc@ocrv.com password ="*******" port ="25" />


    </smtp>


    </mailSettings>


    </system.net>
    here user name and password is right, i have tried to login on webmail using this user name and password. coding also right as my site is also workin on other hosting server.

    Now I want to confirm weather this setting is right or not...

    Thanks in Advanced.
    Parthiv.
     
  2. hiI have solved this one..[​IMG]
    i need to use...localhost instead of smtp server name..

    Thanks,
    Parthiv
     
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