Search results

  1. Kane

    API question.

    Hello, I've recently updated the Mailwizz from version 1.3.6.0 to 1.6.3. In old version there was API endpoint: mailwizz/api/transactional-email But in new version it seems to be missing, what's the new endpoint in version 1.6.3?
  2. Kane

    Error 500 - 'Too few arguments' problem.

    Sorry my bad ! By mistake I wrote the latest version instead of the one I'm using, the version I have is 1.3.6.0
  3. Kane

    Error 500 - 'Too few arguments' problem.

    Hello, I'm getting following error when clicking the URL when the "Url tracking" option is enabled: --- Error 500! Too few arguments to function CampaignsController::_urlActionChangeSubscriberListField(), 4 passed in /var/www/mailwizz/apps/common/components/managers/HooksManager.php on line...
  4. Kane

    Unsubscribe URL question.

    I've installed the Mailwizz on neutral domain, then there's company A and B added but the UNSUBSCRIBE_URL remains pointed to A company when used under the B company, what can be done to have the tag being related to the company under which it's used?
  5. Kane

    Unsubscribe URL question.

    could you please tell where exactly it should be parked? edit: also, can I change the mailwizz domain without reinstalling ?
  6. Kane

    Unsubscribe URL question.

    Hello, I've created second company in Mailwizz and everything is perfect except the UNSUBSCRIBE_URL tag for the second company, nexthost.company2.com (example host name). The Mailwizz has been installed using host.company1.com (example host name) which is fine for the first company. But after...
  7. Kane

    Can't get bounce servers to process correctly

    So getting into this a bit more today, we did have a campaign bounce picked up properly. Apparently we just hadn't had any new bounces *from a campaign* recently. The problem then is that transactional bounces are not being picked up. On those there are no subscriber or campaign headers - should...
  8. Kane

    Can't get bounce servers to process correctly

    There is a bounce server configured. There are bounce messages in the email box. There are no errors output when the cron is run manually. I read through everything here: https://forum.mailwizz.com/threads/seems-that-bounces-arent-processed-what-can-i-do.19/ and didn't find any problems...
  9. Kane

    Confused about how Bounce Servers work

    That's what we thought, so it is strange that the Exim queue is showing outgoing emails FROM the Bounce Server address. We only use that address in MailWizz as the Bounce Server, not as any "From" address.
  10. Kane

    Confused about how Bounce Servers work

    But why is the Bounce Server trying to SEND emails? Shouldn't it only be used to connect to a POP3 account and READ emails?
  11. Kane

    Confused about how Bounce Servers work

    Also what does the status of "Cron-running" mean for a Bounce Server? We have one setup that can't be edited, and that's its status.
  12. Kane

    Confused about how Bounce Servers work

    They're queued up to send to email addresses that bounced. Email addresses that don't exist. So they basically just sit in the Exim queue.
  13. Kane

    Confused about how Bounce Servers work

    In our Delivery Server setup, we specify a Bounce Server. However, now we see a ton outgoing emails stuck in the Exim queue FROM the Bounce Server address. How exactly does the Bounce Server work? Is there any documentation on it? We thought it was only used to READ bounce emails (sent to...
  14. Kane

    Unable to find the socket transport "starttls"

    So it turns out we had openssl enabled already with PHP. What the actual problem was our Exim user credentials were wrong, so we had to set a new password. So that error message could possibly be misleading for some people, just a heads up.
  15. Kane

    Unable to find the socket transport "starttls"

    Same error here :(
  16. Kane

    [Release] MailWizz - v1.3.5.7

    Anyone else getting: Failed to authenticate on SMTP server with username "username" using 2 possible authenticators In Campaign Delivery Logs after upgrading?
  17. Kane

    Re-subscribe a user that's previously unsubscribed (via the API)

    Oh cool! Do you have an idea of how long it'll be until it's released?
  18. Kane

    Re-subscribe a user that's previously unsubscribed (via the API)

    Ok, this might help: We added: $subscriber->status = ListSubscriber::STATUS_CONFIRMED; Inside \apps\api\controllers\List_subscribersController.php => actionUpdate() (line 496) And after calling the 'update' endpoint from our app, the status for that subscriber in the MailWizz customer...
  19. Kane

    Re-subscribe a user that's previously unsubscribed (via the API)

    Darn, it doesn't seem to be working. With the 'update' endpoint we can update every field except status :(
Back
Top