
send email when contact is created
I created a custom contact form which resides in a separate public folder
from the default contact form.
When a new contact object is created and saved in it's folder I would like
to have an automatic email sent to a specific recipient to notify that
individual that a new contact object was created.
The message could contain the contacts full name or some other unique ID.
The goal is to allow anyone in the organization to take a phone call and
create a contact object, and have a message sent to one person responsible
for managing/follow-up of the contacts created.
I have the contact form created, I just need help with automatically sending
the message to the email address upon save event of the contact.
Thanks in advance.