SMTP MAIL
-
Hi, im using an smtp mail object to send mails from an application installed in a server. what kind of permission does my server needs to send mails? i went to Computer Management/Local Users and groups/Groups/Administrators and setted the ASPNET as admnistrator, but i dont like this, cause i think its not save or secure. What kind i do? what kind of permissions i need to set to my server so it works? or what kind of permissiones i need to set to ASPNET so it works? THANK U!
-
Hi, im using an smtp mail object to send mails from an application installed in a server. what kind of permission does my server needs to send mails? i went to Computer Management/Local Users and groups/Groups/Administrators and setted the ASPNET as admnistrator, but i dont like this, cause i think its not save or secure. What kind i do? what kind of permissions i need to set to my server so it works? or what kind of permissiones i need to set to ASPNET so it works? THANK U!
The default System.Web.Mail namespace I don't think needs any permission other than the SMTP server itself validating the sender etc based on its own rules. By mentioning BECK7 wrote: an smtp mail object , which SMTP component are you using? What error message have you got running it without ASP.NET having adminstrator privileges? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
-
The default System.Web.Mail namespace I don't think needs any permission other than the SMTP server itself validating the sender etc based on its own rules. By mentioning BECK7 wrote: an smtp mail object , which SMTP component are you using? What error message have you got running it without ASP.NET having adminstrator privileges? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/