Portal Web Application & Components FAQ's
In a MailListener, is it possible to read the complete contents of a mail into a single variable?
No. Only Key-value pairs can be read. Key and value should be in a single line, separated by a delimiter. MailListener, by design, is intended for use in a business transaction (containing data in the form of key-value pairs).
Is it possible to send attachments in an email?
No. This feature will be supported in future releases.
Are CC and BCC features in a email client supported?
No. This feature will be supported in future releases
What email protocols are supported?
SMTP and POP3
What SMS modes are supported?
PDU and TEXT modes are supported
Mail and SMS messages get deleted after reading from the mailbox or sms gateway.
Is it possible to leave a copy?
Current Portal Server version does not support this functionality. Will be supported in future versions.
What are the delimiters supported in TypMapper?
Non-Alphanumeric characters other than "space" may be used as a delimiter (, : | # etc)
In a TypMapper, is there a limit on number of characters in a key or its corresponding value?
For email messages, as per RFC2821, the maximum length of a text line is 1000 character.
So, the total length of key and value should not exceed this value.
Can I configure more than one mailbox/sms gateway?
Yes.