Last updated
Last updated
(plugins.mail)
,,
Type | Name | Summary |
---|
Type | Name | Summary |
---|
Returns the value of the mail.from property which is set on the admin page.
Sample
Creates a binary attachment object.
Parameters
Sample
Creates a binary attachment object.
Parameters
Sample
Creates a text based attachment objec with the default 'text/plain' mimetype
Parameters
Sample
Creates a text based attachment object.
Parameters
Sample
Get the exception that occurred in the last sendMail attempt (null if no exception occurred).
Sample
Helper method, returns MailMessage object from binary or 7bits string.
Parameters
Sample
Helper method to only get the plain addresses.
Parameters
Sample
Checks whether the given e-mail address is valid or not.
Parameters
Sample
Receive mails from pop3 account.
Parameters
Sample
Receive mails from pop3 account.
Parameters
Sample
Receive mails from pop3 account.
Parameters
Sample
Receive mails from pop3 account.
Parameters
Sample
Receive mails from pop3 account.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). A bulk email makes it possible for one to not receive "out of office" emails back from receiver.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). If you want to have a different reply address than from, you can specify this with the from parameter by adding another email after it.
Parameters
Sample
Type
filename ;
binarydata ;
Returns:
filename ;
binarydata ;
mimeType ;
Returns:
filename ;
textdata ;
Returns:
filename ;
textdata ;
mimeType ;
Returns:
Returns:
binaryblob/string ;
Returns:
addressesString ;
Returns:
email ;
Returns:
username ;
password ;
leaveMsgsOnServer ;
Returns:
username ;
password ;
leaveMsgsOnServer ;
receiveMode ;
Returns:
username ;
password ;
leaveMsgsOnServer ;
receiveMode ;
onlyReceiveMsgWithSentDate ;
Returns:
username ;
password ;
leaveMsgsOnServer ;
receiveMode ;
onlyReceiveMsgWithSentDate ;
pop3Host ;
Returns:
username ;
password ;
leaveMsgsOnServer ;
receiveMode ;
onlyReceiveMsgWithSentDate ;
properties ;
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
smtpHost The smtp host
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
overrideProperties An array of properties
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
smtpHost The smtp host
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the bulk mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
overrideProperties An array of properties
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
smtpHost The smtp host
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachment A single attachment
overrideProperties An array of properties
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
smtpHost The smtp host
Returns:
to A string containing 1 or multiple addresses separated by a comma.
from A string containing an address and optional reply addresses, separated by commas.
subject The subject of the mail
msgText The message text
cc One or more addresses separated by a comma
bcc One or more addresses separated by a comma
attachments The attachments
overrideProperties An array of properties
Returns:
Returns the value of the mail. |
Creates a binary attachment object. |
Creates a binary attachment object. |
Creates a text based attachment objec with the default 'text/plain' mimetype |
Creates a text based attachment object. |
Get the exception that occurred in the last sendMail attempt (null if no exception occurred). |
Helper method, returns MailMessage object from binary or 7bits string. |
Helper method to only get the plain addresses. |
Checks whether the given e-mail address is valid or not. |
Receive mails from pop3 account. |
Receive mails from pop3 account. |
Receive mails from pop3 account. |
Receive mails from pop3 account. |
Receive mails from pop3 account. |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a bulk mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |
Send a mail, if you make the msgText start with <html> the message will be sent in html (and you can use all html formatting). |