form add-on that allow customisation of email

Permalink
Dear Designers,

I am seeking some advise on the following.

I create a form on my website that allows staff to upload documents that will be shared amongst staff, and a form that allows staff to upload documents and share it to all registered users.
The form sends an email an the registered users complained that the email that is sent looks a lot like spam. So I am seeking for a method to edit the send email in to a nicer email and add a decent sender address and subject.

The standard form feature does not allow it . So is there an addon that can allow customisation of the email?

 
jasteele12 replied on at Permalink Reply
jasteele12
Take a look at the Sending Mail documentation:
https://www.concrete5.org/documentation/developers/5.6/helpers/mail...

And from the Discussions below that:
https://www.concrete5.org/community/forums/customizing_c5/form-to-em...

A Google search for
concrete5 mail template
will give you plenty of other resources.

You can also override the mail helper if necessary, just make sure you are not changing files in the /concrete directories as these will be overwritten in a core update.

Hope that helps,

John