| java.lang.Object email.MailProc
MailProc | public class MailProc (Code) | | MailProc sends an e-mail using specified parameters:
param1 - text_msg The text of the message
param2 - subject Subject of the e-mail
param3 - source_address Address of the sender (XXX@XXXX.XXX)
param4 - destination_address Address of the receiver (XXX@XXXX.XXX)
param5 - user If the server requires athentication
Can be an empty string ""
param6 - password Password the user needs to authenticate
Can be an empty string ""
param7 - server IP address of de server
param8 - port Number of the port (usually 25)
throws: MessagingException - If exists an error while sending the message author: Paloma Trigueros Cabezon version: 1.0 |
|
|