You are not logged in.
Announcement
Unanswered posts
|

In database :
NAME E-MAIL
A aaa@xxx.com
B bbb@xxx.com
C ccc@xxx.com
I want to use sendmail component to:
send an email to aaa@xxx.com ,content is 'A'
send an email to bbb@xxx.com ,content is 'B'
send an email to ccc@xxx.com ,content is 'C'
can it automatically?
Offline
you also can keep the contents of messages in the database. right?
define variable and set the messages to the variable and use that variable in the sendmail component.
Hope you understand..
Cheers,