Search results

  1. duffhome

    Mailwizz 1.3.8.0

    Thank you very much @twisted1919
  2. duffhome

    help with chargebee integrations to mailwizz billing system.

    Hello guys, I used chargebee couple years ago with mailwizz, where I disabled settings>monetization. and added custom page on the client area, "upgrade" where clients can choose plan and pay for recurring subscription, and an other custom page on the admin area, "Attention", this page was like...
  3. duffhome

    looking for developer

    Awesome, yes of course, check your inbox. Thanks.
  4. duffhome

    looking for developer

    Hello guys, one year ago, I was working with my cousin on a small project with MailWizz, we had a developer who integrated MailWizz to ChargeBee a billing system. that was on MailWizz v1.3.5.2. I still have the files. its not working properly now, because I lost the data base file. so basically...
  5. duffhome

    Drag & Drop Builder Extension "Your thoughts" ?

    what you guys think about this https://beefree.io/, its free email builder with API, would be possible to make extension with this?
  6. duffhome

    Interakt.co MailWizz integration

    @frm.mwz basically exactly what @Radu C said. because its free, its great for customers support chat/ticket plus its helps tracking users, like @Radu C said its seems that they're recently launched. intercom, costumers.io are better. but overall its not bad. :))
  7. duffhome

    Interakt.co MailWizz integration

    [PATH]/apps/customer/views/layouts/main.php <!--New Engagement App--!> <?php $name = $email = $timestamp = $phone = $groupName = null; if ($customer = Yii::app()->customer->getModel()) { $name = $customer->fullName; $email = $customer->email; $timestamp =...
  8. duffhome

    Interakt.co MailWizz integration

    False Alarm. All good. Was something related to CloudFlare. Thank you very much.
  9. duffhome

    Interakt.co MailWizz integration

    Hello guys! I've used this code to integrate Interakt.co App with MailWizz. its working fine. However I just noticed that when this code is inserted on: [PATH]/apps/customer/views/layouts/main.php <!--New Engagement App--!> <?php $name = $email = $timestamp = $phone = $groupName = null; if...
  10. duffhome

    MailWizz v1.3.7.8

    Thank you @frm.mwz
  11. duffhome

    application log (Bounce, Delivery, delivery servers usage)

    Hello guys, I have different delivery servers, Transactional, Invoice, Test Email, Report Email, List Email and Campaign Email. those are all System Delivery Server, not assign or dedicated to any costumer. On server delivery usage, I only see the log of the email delivered from "Campaigns" DS...
  12. duffhome

    How to export unconfirmed/unsubscribed/all subscribers

    @frm.mwz thank you very much for your response. when i go to www.domain.com/customer/lists/all-subscribers, I can find the option to export, its very handy I can select one or more lists, subscribers status, source and if they opened a message or clicked on link.. I was talking if you to a...
  13. duffhome

    How to export unconfirmed/unsubscribed/all subscribers

    I also could not find the Export option. I tried to export some subscribers that opened my last campaigns, Lists>Subscribers
  14. duffhome

    Date Segmentation question

    [SUBSCRIBER_DATE_ADDED] I guess this is the tag you looking for.it already built in MailWizz you can find all tags here www.yourdomain/backend/settings/campaigns/template-tags
  15. duffhome

    How can I enable subscription payments

    Thats what I wanted to know. so I have to create subscrition payment via Stripe then link to MailWizz Strip extension/?
  16. duffhome

    Multiple delivery servers only using one at a time

    Change server at = 0 meaning: After how many sent emails we should change the delivery server. This only applies if there are multiple delivery servers. Set this to 0 to disable it. so you need to change the value to something else. like 100, 250..
  17. duffhome

    How can I enable subscription payments

    Alright, I understand. @kattapug Thanks for sharing the info.
  18. duffhome

    How can I enable subscription payments

    @kattapug thank you very much for your response. So with Stripe addon, I will be able to offer recurring payments? I saw on Stripe Dashboard, that I can create a subscription payments.
  19. duffhome

    How can I enable subscription payments

    Hello guys. How I can enable subscription payments from PayPal or Stipe and MailWizz? peace and gratitude.
  20. duffhome

    Redirect to HTTPS

    In a case that the main domain has SSL. and the tracking domain does not have SSL. .htaccess will work fine?
Back
Top