AdvSMTP Component (SendMail Method)

Back
Server Optional. It is external SMTP Server name or IP. If it is not specified then the component will use the default Server for sending the mail. Also the Port associated with the default Server is used and Port specified will be ignored in this case.
Port Optional. Specifies the port through which the data should be sent. If it is not specified then default port used is '25'.
IPAddress Optional. It is the network address of the connected socket, a dotted number such as "128.56.22.8". If not specified then system's default network address is used.
Recycle Bin Path Optional. It is recycle bin path required to place undeliverable mail messages. Please specify this path if you want to place your undeliverable mails in specific folder. If not specified then default recycle bin path will be used to place undeliverable mail messages.
Lookup Optional. It is used, if mail sender wants to send mail without using any external SMTP Server. If its value is TRUE then component will send the mail using reciepient's SMTP server. Default value is FALSE.
DNS Server Optional. It is used to specify DNS server, through which mail sender wants to perform server lookup. Its value will be used if Lookup proprty is set to TRUE. Its default value is empty and this will choose default DNS server for lookup.
DNS Timeout Optional. It is timeout value of DNS server response for Lookup property. If not specified then default value 1 (second) is used.
From Optional. It is to tell the recipient from whom the mail is sent. it can be empty but its better to specify it as SMTP may return error on empty from address.
To Required. It is the mailing address of the reciepient. If there are multiple recipients then the addresses will be semicolon ';' seperated.
Cc Optional. It is the mailing address of the reciepient to whom the carbon copy of the mail should be sent. If there are multiple recipients then the addresses will be semicolon ';' seperated.
Bcc Optional. It is the mailing address of the reciepient to whom a blind carbon copy of the mail should be sent. If there are multiple recipients then the addresses will be semicolon ';' seperated.
Subject Optional. It is the Subject of the mail.
Body Optional. It is body text of the mail. One can also send embeded images within the mail body. For images the tag <AdvImageMail:C:\WINDOWS\Backgrnd.gif|1> will be specified where AdvImageMail is the tag name after that is the image path and at the end is the Delete Value that can be 0 or 1 which tells the componet weather to delete the image file after the mail is sent or not. A '1' specifies delete and '0' means do not delete.
HTML Body Optional. It is body of the mail in HTML format. One can also specify HTML format body of the mail separately from body of the mail.
Type Optional. Type of the mail. If the mail body contains HTML text then the type should be HTML so that the text could be shown as HTML on the destination side.By default it is "HTML".
Logging
Optional. Specifies the type of logging that should be done. By default Error Logging is done.
Priority
Optional. Specifies the priority of mail message. By default priority is Normal.
LogFile Optional. User defined path of the file in which the logging should be done.
CustomHeader Optional. MailerID shows the identification of the mailer. It may be the name of the Company etc.
MailerValue Optional. MailerValue shows the value for above mentioned mailerid.
Receipt Optional. It is used, if mail sender wants to get information bacek, when mail receiver reads the mail message. If this value is set TRUE, then mail sender will ger the mail receiver reads the mail, otherwise mail sender will not be informed.
MimeAttach
Optional. Specify the file names you want to send with the mail as attachments.
Characters / Line Optional. It is used, if mail sender wants to set characters per line. If it is not specified then default 76 characters per line is used. Minimum characters per line allowed are 60.