G
Guest
I have an asp.net app with C# as the code behind. When a user changes the
'status' (the app has a work-flow feature) of a purchase order I need to
perhaps send an email to a known address.
Thus, if the po is new and the user changes it to 'submitted' then I need to
send an email to the guy in charge of accepting or rejecting purchase orders.
It doesn't have to be from the person that submitted the po, but it has to
indicate the po # (which I have).
Could somebody point me to some documentation where I can figure out how to
write a server side object that allows me to send emails programatically?
'status' (the app has a work-flow feature) of a purchase order I need to
perhaps send an email to a known address.
Thus, if the po is new and the user changes it to 'submitted' then I need to
send an email to the guy in charge of accepting or rejecting purchase orders.
It doesn't have to be from the person that submitted the po, but it has to
indicate the po # (which I have).
Could somebody point me to some documentation where I can figure out how to
write a server side object that allows me to send emails programatically?