company logo

Email :: addReceiver - Add receiver to receiver list

The function allows adding a receiver to a receiver list. A receiver list may contain a number of receivers in order to inform receiver, who else has got the mail. Nevertheless, the mail will be send to the receivers one by one. Before starting a new list, it is suggested to clear the receiver list (clearReceiver()).

Implementation details

Email  :: addReceiver ( odaba::String &cName, odaba::String &cAddress )

The function will add an receiver by name and email address to the list (as: cName <cAaddress>). When the name contains non ASCII or '=' characters, it is converted to quoted printable UTF8 (as =?UTF-8?Q?converted characters?=). When the name contains at least one comma, it will be quoted.

  • cName - - Title unknown
  • cAddress - - Title unknown