How to send Mail through SMTP??
-
hi, can any one tell me how to send mail thru SMTP ?? :( I,m also having a corporate proxy server in between.. :mad: thanks in advance
-
hi, can any one tell me how to send mail thru SMTP ?? :( I,m also having a corporate proxy server in between.. :mad: thanks in advance
Work with the classes provided in System.Net.Mail[^]. Also check this[^] excellent FAQ. :)
Navaneeth How to use google | Ask smart questions
-
Work with the classes provided in System.Net.Mail[^]. Also check this[^] excellent FAQ. :)
Navaneeth How to use google | Ask smart questions
thanx for ur reply.... i've done all this coding.....but the mail get struck in queue folder:confused:
-
hi, can any one tell me how to send mail thru SMTP ?? :( I,m also having a corporate proxy server in between.. :mad: thanks in advance
Hi buddy, i guess there are some problems on the settings of the SMTP Virtual Server when you said failure to send a mail. I suggest you should check the settings of the SMTP Virtual Server as fellowing steps: 1) Open [Properties]->[Access]->[Relay...]. 2) Check on [Only the list below] and add the IP address 127.0.0.1 on the dialog "Relay Restrictions". 3) Open [Properties]->[Messages], then enlarge the size of "Limit message size to" to send a bigger attachment with a mail. Hope this will be helpful to you.
Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!
-
Hi buddy, i guess there are some problems on the settings of the SMTP Virtual Server when you said failure to send a mail. I suggest you should check the settings of the SMTP Virtual Server as fellowing steps: 1) Open [Properties]->[Access]->[Relay...]. 2) Check on [Only the list below] and add the IP address 127.0.0.1 on the dialog "Relay Restrictions". 3) Open [Properties]->[Messages], then enlarge the size of "Limit message size to" to send a bigger attachment with a mail. Hope this will be helpful to you.
Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!
thanx for ur reply
Perry Hou wrote:
Check on [Only the list below] and add the IP address 127.0.0.1 on the dialog "Relay Restrictions".
...I,ve already done this
Perry Hou wrote:
Open [Properties]->[Messages], then enlarge the size of "Limit message size to" to send a bigger attachment with a mail.
no attachements in my mail.......only two small text lines as body of the mail......but i,ve increased message size setting from 2048 kb to 5000 kb.... still the same result PS there is also a proxy server in between
-
thanx for ur reply.... i've done all this coding.....but the mail get struck in queue folder:confused:
Which means that SMTP server is not running. Start the SMTP server, so that it will send from queue folder.
Navaneeth How to use google | Ask smart questions