function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pesa94pesa94 

Use a new email address field

How can I send a e-mail to a contact not using the standard email address but a new one created by me?

Is this possible ?

Thanks in advance

DevAngelDevAngel

Hi pesa94,

This depends on what technology you have available.  In the application it will always use the standard email field.  So, you would want to put the email address that you want to use in that field and any other email address in a custom field.

If you are writing an API integration, you can use standard mail techniques (smtp for instance) to send an email to which ever email field you desire.