/ Published in: Java
URL: http://coldjava.hypermart.net/servlets/sendmail.htm
Expand |
Embed | Plain Text
<%@ taglib uri="taglib.tld" prefix="send" %> <send:Sendmail host="relay.company.com" domain="company.com" port="25" user="guest" password="12345" from="[email protected]" to="customer@acme_company.com" subject="See attachment" content="Please, see attachment:" attachment="c:\\command.com" />
You need to login to post a comment.
