This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

How to add contact mail in apostrophe

http://apostrophecms.org/docs/tutorials/intermediate/forms.html i have done this but i need to send the form information to mail address ,how to do it any one can help

were to add the node mailer information’s form the email in the contact mail

Use a node mailer module and create an apos module checking the DB from time to time, create and send the mails.
I think this is the way to go.
You could also use the apos jobs, but I think mailing should be completely separated.