Forums

Hello everyone,

I've shared code details in below :

  ProxyConfiguration httpProxyConfiguration = ProxyConfigurationBuilder.NewProxyConfiguration()
                    .WithHttpHost(_proxyConfiguration.GetHost())
                    .WithHttpPort(_proxyConfiguration.GetHttpPort())
                    .WithCredentials(_proxyConfiguration.GetUserName(), _proxyConfiguration.GetPassword())
                    .Build();
                    Boolean allowAllSSLCertificates = false;

Forums
Hi There, In our application, we are using one particular email for communications and we want the emails that go from eSignLive to the customer using the same email. However, the eSignLive account is not registered that email and I was wondering if it's possible to route all the emails from that email without having the to go through trouble of handling bouncebacks?