I have anSMTP installed on the server and have been using this with my job processes. My delema started with this new webapp function.
Will xp_smtp_sendmail run under a restricted account or will it need access to core procedures or sensitive components?
I am using it to fire off email using an smtp component.
As soon as a user registers, the insert triggers off a process to send an email.
I have a job that runs every 10min as well, but as I will only get possibly 2 registration a day, it't inefficient to change the job to every minute.
I have a trigger that fires on insert.
The trigger then fires off a Job using sp_start_job. which executes a stored procedure.
The stored procedure my trigger calls uses sp_OACreate
The account I use from my webapp doesn't have permission to sp_OACreate and I prefer not to.
The job owner is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.