Able to extract data from the form fields and send in parameters and send mails.
Send mails still needs a step for authentication for sender.
Changed the mailer.html because the form.as_p will render and wrap the input texts.
Changed the recipients field to a drop down choice form -- can add more options after MVP
Able to extract data from the form fields and send in parameters and send mails. Send mails still needs a step for authentication for sender.
Changed the
mailer.html
because theform.as_p
will render and wrap the input texts. Changed the recipients field to a drop down choice form -- can add more options after MVP