Search results

  1. L

    Encoding when using Elastic Email API

    Right now, MailWizz is configured to use quoted printable encoding with Elastic Email. However, this causes some issues plain-text version of email. Elastic Email recommended to me to use base64 instead. The change is easy. Change 'encodingtype' => 3 to 'encodingtype' => 4 in...
  2. L

    List-Unsubscribe header email?

    Don't some ISPs or email programs only support email list-unsubscribe?
  3. L

    How to insert merge tag?

    Ah, okay. Thank you.
  4. L

    List-Unsubscribe header email?

    I see that MailWizz does URL for List-Unsubscribe -- but how about email? Is a bounce server necessary for that (I assume it is)? If I were to add a bounce server, would MW start including mailto: in list-unsubscribe?
  5. L

    Track opens by sending server?

    I would love to, but there is no point. It is tailored to my server and my needs -- the novice user cannot copy and paste it to run it, and the expert user does not need it as they can do it themselves.
  6. L

    How to insert merge tag?

    Oh, I thought Bounce Servers have to be associated with Delivery Servers. So simply creating a bounce server will tell MailWizz to start process bounces in it, even if I don't have it associated with a delivery server?
  7. L

    How to insert merge tag?

    I think what is happening is, the HTML parser is pulling out the merge tag when sending campaigns but not when sending a preview. I've implemented your method of display:none; on a div; I'm hoping you will be able to add this natively in a MailWizz update. Also, anyway to designate a bounce...
  8. L

    MW_PERF_LVL_DISABLE_DS_LOG_USAGE?

    Can I use MW_PERF_LVL_DISABLE_DS_LOG_USAGE while using the rotate delivery server every X emails settings?
  9. L

    MailWizz vs. Interspire Email Marketer

    For our level of volume, Greatmail is actually more expensive than professional ESPs =O What other indy shops do you know of? I'd like to talk to them.
  10. L

    Track opens by sending server?

    Nvm, I wrote the script myself.
  11. L

    Track opens by sending server?

    Is there a way to track the opens for a campaign by the sending server? For example, if we use two sending servers for one campaign, how can I determine the open rates for each server for the same campaign?
  12. L

    Customize Return Path?

    Is there a way to customize the Return Path if using an API to send emails? thanks!
  13. L

    How to insert merge tag?

    I thought about doing that, but i'd prefer to just insert the merge tag. While you figure out how to bake this into MailWizz, can you tell me how I can hack the code temporarily? Why does what I do only work for campaign preview emails and not campaigns themselves.
  14. L

    MailWizz vs. Interspire Email Marketer

    Thank you! I didnt know Greatmail existed! Do you have an example range of their IPs that I can take a look at? What is deliverability like with Greatmail servers?
  15. L

    MailWizz vs. Interspire Email Marketer

    Hi Tim! Thank you for the detailed response! Question. You say this: "That's as far up the pipeline as I manage things in our operation. If you were really gung-ho, then you could host SMTP software, and I know a lot of folks do it, but then you really take on the role of being an email...
  16. L

    How to insert merge tag?

    I don't think I can put a conditional statement in campaign footers can I?
  17. L

    How to insert merge tag?

    Elastic Email requires {unsubscribe} merge tag. We can do this: {unsubscribe:http://to-unsub-link.com}. In apps/common/components/helpers/CampaignHelper.php I've put this: if ($server->type == 'elasticemail-web-api') {$unsubscribeUrl = '{unsubscribe:'.$unsubscribeUrl.'}';} right before...
  18. L

    Concern about MailWizz

    Thank you for clarifying. I don't care about the price per se -- the regular price is plenty fair, I dont mind you decreasing that price for a limited time to get more purchasers. I was more worried about you quitting on us :-) Glad that isn't the case!
  19. L

    Concern about MailWizz

    I have noticed @twisted1919 has decreased the price on MailWizz at Codecanyon. The price of MailWizz (+ additional 6m support) was already very low. The value MailWizz adds is well beyond what @twisted1919 is charging. Now it is even lower. My concern is, does this lower price indicate...
Back
Top