简体   繁体   中英

How to use Windows Workflow Foundation for send mails

I would like to implement Windows Workflow Foundation for my application so whats the best way to implement it.

Ie - My rules is Get users from database based on location. - Action is Send mail (need to define mail contents)

So please let me know, how can accomplish it using WWF.

WF does not provide neither a "Send email" or a "Read from database" activities out of the box.

You can use this sample from CodeProject and include it in your workflow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM