Views: 12.6K
Replies: 3
Archived
|
C# Program working in Debug mode but not in Live PublishHello i have created a program in c# that sends out a message via email. the program works fine on my localhost server when i debug it but when i push it up to our live server it does nothing. any idea on what i could be doing wrong?
Oscar Flores, Sep 13, 2011
|
|
Reply 1Firewall? Security credentials? Config?
Is the server on active directory pointing to exchange or some other mail provider? what does your logs say? Dan Bambling, Jan 11, 2012
|
|
Reply 2@Oscar : check the proper smtp setting for your live server.
Server Name Port Id Email Id Password Secure setting if your required code then i will put here. Please Contact any time Thank you Saroop Trivedi, Oct 18, 2011
|
|
Reply 3Hi what dll are you using to send the emails?
If you have access rights to send the emails on the LIve server and still you are not able to send, then please try registering the Email dll to GAC. Thanks Tarriq Tarriq Ferrose Khan, Oct 06, 2011
|