ExpandedVenture / ConnectionSphere

Simple Service to Start Prospecting Online
0 stars 0 forks source link

Back to Include the transcript of conversation and contact info in the notification email when a lead is transferred to the user. #210

Closed ExpandedVenture closed 2 years ago

ExpandedVenture commented 2 years ago

Analysis

Other notifications that work with Domain Aliasing:

Other notificaitons that don't work with Domain Aliasing:

Additional Work

Be sure that both notifications apply the domain aliasing for our white label feature.

    if client.resellerSignatureEnabled?
      self.smtp(client.from_email_for_ssm)
    else
      self.smtp()
    end