AbanteCart Development > General Discussion

Newsletter setting

(1/1)

Trendslink:
Can someone tell me how to send newsletter to all subscriber. Because since i insert customer email into NEWSLETTER SIGNUP at footer i can't do it. It's fail. Do we need to approve new subscriber on admin panel? since i added 163 subscriber newsletter seems fail to send email.

Please refer attachment file for error log


Thanks in Advance!

abolabo:
it's a known issue..
To solve just run these sql queries in phpMyAdmin

--- Code: ---ALTER TABLE `ac_task_details`
CHANGE COLUMN `settings` `settings` LONGTEXT NULL DEFAULT NULL ;

ALTER TABLE `ac_task_steps`
CHANGE COLUMN `settings` `settings` LONGTEXT NULL DEFAULT NULL ;
--- End code ---

where ac_ - your table name prefix.
Then delete incomplete tasks and try to send mail again

Trendslink:
Previously i don't know how to do it. haha. But i try again search tutorial at youtube now i understand. It works. Thank you Abolabo.


Best Regards,

Edson Francis

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod