Defines the sender identification of a mailing in Episerver Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the mailing |
senderEmailPrefix |
String |
The value is prefixed to the sending domain configured for this client Examples: info, newsletter or john. |
senderName |
String |
Name of the sender Examples: My Company, John Doe, Newsletter. |
Return values
-
Code structure
void setFrom(String sessionId, long mailingId, String senderEmailPrefix, String senderName)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018