When i create a Batch Request. I get the following error: AlaveteliPro::RequestSummaryCategory(#72120) expected, got nil which is an instance of NilClass(#40). I am not sure what could be the issue.
As well i like to establish smtp delivery method indsted of sendmail , i have the following configuration in the general.yml file
PRODUCTION_MAILER_DELIVERY_METHOD: smtp
SMTP_MAILER_ADDRESS:
smtp.gmail.comSMTP_MAILER_PORT: 587
SMTP_MAILER_DOMAIN:
gmail.comSMTP_MAILER_USER_NAME:
user...@gmail.comSMTP_MAILER_PASSWORD: password
SMTP_MAILER_AUTHENTICATION: 'plain'
SMTP_MAILER_ENABLE_STARTTLS_AUTO: true
When a e-mail is sent i recieve sendmail not found, is there something else i have to add in order to establish the stmp delivery method?