AdvSMTP Component (SendQMail 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 the default port used is
'25'
.
Lookup
Optional.
It is used, if mail sender wants to send mail without using any external SMTP Server. Its value will be ignored if SMTP Server is already specified, if SMTP Server is not specified and if its value is TRUE then component will send the mail using reciepient's SMTP server. Default value is FALSE.
From
Required.
It is to tell the recipient from whom the mail is sent.
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
Hello, A testing image <AdvImageMail:C:\test\bubbles.bmp|0>is sent with the mail which will not be deleted after the mail is sent.
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.
Type
HTML
TEXT
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
Error Logging
No Logging
Complete Logging
Optional.
Specifies the type of logging that should be done. By default Error Logging is done.
Priority
Low
Normal
High
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. By default the logging is done in a file named "AdvSMTP.log".
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 ser TRUE, then mail sender will ger the mail receiver reads the mail, otherwise mail sender will not be informed.
MimeAttach
Delete
No Delete
Delete
No Delete
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.