Customize "From" Email Address on Package Emails
Friday, September 30, 2016 at 07:36amHello,
I'm looking for information around customizing the "From" email address within our Package email templates.
Example: email.activate
"from" : {
"email" : "[email protected]",
"display_name" : "e-SignLive"
Background on our environment: We have an on-premise installation of eSignLive used within an integrated application environment. Email routing is handled through our internal Exchange SMTP server. All of our end users are invoking eSignLive within their line-of-business application, so all eSignLive emails are routed from a system account email.
Need: We have a need to provide actionable information around bounced customer emails. In other words, how can we ensure that our associates are notified in a timely manner when a customer eSign email bounces?
Idea: If we can dynamically set the "From" email address for Package emails to the sending associate's email as opposed to the eSign system account email, then our SMTP server will automatically return an "Undeliverable" message to the Package Owner (sending associate) in the event of a bounced email, thus allowing for a quick resolution between our associates and clients.
Any thoughts on the viability of this scenario? I've seen mention of the ability to customize sender information via the eSignLive SDK, but the only fields referenced are "Name", "Title", and "Company". In our case, we're looking to customize the "From" email address.
Customizing Sender Information (C#)
DocumentPackageBuilder
.WithSenderInfo( SenderInfoBuilder.NewSenderInfo()
.WithName( "John", "Smith" )
.WithTitle( "CEO" )
.WithCompany( "Acme" ) );
Thanks!
Jon
Reply to: Customize "From" Email Address on Package Emails
Monday, October 3, 2016 at 03:53am