Activity Type: Delivery
Consumes input data and delivers it by email using the Standard Mail Transfer Protocol (SMTP).
Reads input data from dataSource then composes and sends an email from Joe Bloggs to Tony Blair and George Bush:
<deliverToSMTP name="delivery"> <fromLocal from="dataSource"/> <to>tony.blair@parliament.uk</to> <to>george.w.bush@whitehouse.gov</to> <from>joe@bloggs.com</from> <subject>The data you requested</subject> <server>smtp.bloggs.com</server> </deliverToSMTP>
Element deliverToSMTP:
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/deliver_to_smtp.xsd
uk.org.ogsadai.activity.delivery.DeliverToSMTPActivity
uk.org.ogsadai.client.toolkit.activity.delivery.DeliverToSMTP
Up: Activities | ||
© International Business Machines Corporation, 2002-2006. | © The University of Edinburgh, 2002-2006. |