我的后端有下表,
表格1
Name ID ToAddress Status
Abc 123 asdfg@example.com,koldef@example.com,asdasdasfda@example.com A
Def 234 nanasd@example.com,asdfg@example.com A
Ghi 567 asdfg@example.com,asdasfg1@example.com B
我的电源应用程序中有一个按钮可以发送电子邮件,但不确定如何编写代码来执行此操作。
我想向状态“A”对应的收件人地址中的每个人发送电子邮件,
在收件人地址上始终只有一个用户。每个用户只会收到一封电子邮件。
发送到 asdfg@example.com 的电子邮件在正文中将是这样的。
请看看 Abc - 123 Def - 234