My solution for sending emails on behalf of clients for a CRM is using my mailing address but the clients name:
FROM: Client Name <no-reply@me.com>
Reply-To: client@client.com
I'm deciding whether I should add "via Me.com" to the from section of the email like this:
FROM: Client Name (via me.com) <no-reply@me.com>
Reply-To: client@client.com
I've heard that many mail providers will try to add new emails automatically as contacts, so adding an enforced (via me.com)
to every email might make it more transparent. I'd rather not add this however if it's not necessary and have seen that Stripe does not use it for there billing emails.
Is this the (via me.com)
an essential thing to include?