Search results

  1. H

    SPF Fail - and too many DNS lookups

    This error is not as bad as it sounds and in my experience will not affect delivery. It's a technical limitation built into SPF. If you're mailing from a dedicated IP, the easy alternative would be to hard code your IP address like: v=spf1 mx a ip4:192.168.0.1 ~all If it's not a dedicated...
  2. H

    New Frontend Page

    And all I did was reply to your follow-up posts: The "guide on how to build a website for non-programmers" is an easy read: "Get WordPress, 'bro.'"
  3. H

    New Frontend Page

    A good example of a WP frontend pointing to a MW-powered backend: https://easysendy.com/ (They're also a great MW shop if you're looking to offload some of the lift. The have some cool backend customizations.)
  4. H

    New Frontend Page

    So you were able to build a front end by modifying an existing theme, but don't have the development resources to go beyond one page. If development is the issue, why even bother using MW for the frontend? There are only about a zillion kick-ass WordPress themes out there. Just use one of...
  5. H

    New Frontend Page

    'Start pages' are not what they sound like. You could only use 'start page' content in the front end if you are using a frontend theme that includes hooks to call that content. Check out Landon or Wayne. Both are a good starting points and are fairly easy to dissect.
  6. H

    Do Any Of These Mass Email Providers Have Issues?

    So I assume from this response that we're talking about some sort of appended or purchased file? If so, @Andy is right -- you're potentially in for some headaches. "Triple verified" meaning what? That the email addresses themselves won't bounce? Does not matter. Have they signed up with you...
  7. H

    New Frontend Page

    This front end theme is also worth checking out: https://codecanyon.net/item/wayne-mailwizz-frontend-theme/20099003
  8. H

    form builder

    This plugin extends virtually everything (as long as it can be boiled down to a form post). You'd just use the data from your main subscribe form to map your WP-captured fields over into MW. https://wordpress.org/plugins/forms-3rdparty-integration/
  9. H

    Dynamic Delivery Servers / Domain Policies

    Exactly, yes. It's got some great potential. If we're talking about it, an option also to group delivery servers as 'bindings', and choose to use them on a per campaign and/or per SEGMENT basis would be great.
  10. H

    Is a subscriber's 'Date Added' searchable?

    When a subscriber joins a list, we can also add or remove them from other lists, but is it possible to set some custom field with a searchable date? Specifically, I'm trying to find the best way to dynamically segment out users who are 2 days old (i.e., where Date Added is equal to...
  11. H

    Dynamic Delivery Servers / Domain Policies

    Domain policies can be defined to make ISPs blocked from or assigned to specific delivery servers. A great option. Is there any way currently to assign delivery servers to specific subscribers (aside from domain-based rules like yahoo.com)? For example, if we wanted to use ElasticEmail to...
  12. H

    separate first name and last name

    Here's a functional proof of concept for a Full Name parser: https://monetize.email/sandbox/form.html
  13. H

    separate first name and last name

    Thanks very much. I'll mess around with this and let you know how it works out.
  14. H

    separate first name and last name

    @sendmedialtd, I think you're on to something with #2. If you can get me started, I'll see what I can glom on to any sample code your can share. Thank you!
  15. H

    separate first name and last name

    LOL. For an import file, of course, that be the way to do it. I'm thinking about a data stream that is feeding us leads, but is collecting a single name field vs. fname and lname separately. The goal would be to build the parser into the import engine. If the importer finds a field called...
  16. H

    Adding dynamic content tags?

    @sendmedialtd Either that, or the TWIG Syntax feature would work even better for what I'm thinking of. Is that no longer available? https://forum.mailwizz.com/threads/how-to-use-twig.1874/ /backend/index.php/settings/campaigns/template-engine generates a 404. Has this been moved or removed...
  17. H

    Adding dynamic content tags?

    @twisted1919, was the push ever made to support HTML in Custom Tags?
  18. H

    separate first name and last name

    the incoming FULLNAME would look like "Mark Smith" or "Jane Doe" or "J. James Jones" or "Bob" or "F**k Off", etc -- what we would expect from any free form text field on the Internet. I think that we could reasonably deal with all of those scenarios, though...
  19. H

    separate first name and last name

    Here's an example from Wishloop. GREAT popups, landing pages, etc. but ALL of their forms prefer FULLNAME to FIRST/LAST: http://2rzeiyuy.wishloop.com/page43405
Back
Top