I've installed an SMTP module which is intended to be used by all transactional mails. However, the petition signature confirmation or the thank you mail from the petition are not picking up the smtp parameters. I've even tried the mailsystemsinterface menu and tried pointing the campaignion petition module to use the smtp interface. However that resulted in no mails going out.

Comments

torotil’s picture

Status: Active » Fixed

I've answered to the email sent to our contact email address.

torotil’s picture

Category: Bug report » Support request
surendranb’s picture

Hi,

Many thanks for the reply.

If I've to state the issue again -- Everything except the webform module is able to send out mails using the SMTP route. Webform alone is still sending out localhost based mails and getting rejected by the email service providers. Happy to give you more info, if it will help.

Thanks,

Surendran

torotil’s picture

Could you try if you get the same result with just webform (without campaignion)?

surendranb’s picture

Hi,

If I enable it just for the webform module, it is taking the SMTP values. However, in other news, I'm getting a lot of errors since yesterday.

1) When creating a new petition - I'm getting this error

Create Petition

Status message

Petition Petition Save The Playground has been created.

Fatal error: Cannot use object of type FormBuilderWebformForm as array in /home/dt71/www/includes/common.inc on line 6512

2) While performing module/database upgrade

Fatal error: Class 'c\campaignion\Action\TypeBase' not found in /Users/surendran/Sites/c/profiles/campaignion_starterkit/modules/campaignion_donation/src/ActionType.php on line 7

These errors seem to crop up only in the new installations I've been doing since yesterday. Another test site with the old installation is just working fine.

Should I open a separate ticket for these?

Cheers,

torotil’s picture

You can, but it seems that all of those issues are rather setup-releated. Campaignion as a drupal project can't come with a fully fledged SMTP setup because a large part of it is always the server setup.

If you think we could make things easier for site-builders / developers: I'm always happy to review patches. I can't however debug your setup for free.

surendranb’s picture

Oh.. if these are set up errors, I will give it a shot again.

I'm more than willing to help make things easier and contribute to it with the capacities I've. Would you be okay if I can send you an email about this?

Cheers,

Surendran

PS : I think this ticket can be closed. I will open a fresh one, if I come across the set up related errors again.

torotil’s picture

Status: Fixed » Closed (fixed)

With those errors you might want to give "drush registry-rebuild" a try.