We're doing a promotion and want to have a visitor share a product with friends (and earn something for doing so)
Basically, John Doe can share a product by submitting 5 of his friends' email addresses via a form that dumps into MailChimp. MailChimp would then send out an email to each of these friends with a message saying something to the effect of "John Doe has invited you to check out product..." MailChimp would also send John Doe an email with a promo code in it.
Is something like this even doable in MailChimp? What would be the best way to accomplish this?
Appreciate any isight... thanks!
Related
Please, see the screenshot (of an email) that I received for my transaction.
I would like to create the similar email template for the users who interact on my site.
I really like mailchimp and it is email templates. But I cannot send a transactional email, triggered by the recipient's action like purchase confirmations etc. I came to know about mandrill, but I could not sign up for mandrill.
I want to know how these email templates (refer above screenshot) are created... is there any free website that I can use?
There is also something called Mautic. This is an open source marketing automation tool. Which has lots of possibilities and where you can also use your own email templates.
Hope this helps in a way!
We offer a function to send an article by email to a friend's personal email. We would like the friend to be able to continue the conversation simply by replying to the email.
To avoid yahoo, hotmail, etc. to flag the emails as spam due to dmarc policies violation, we follow this recommeandation.
So our header looks like this:
From: "John Doe via the Example Website" <service#website.example.com>
Reply-To: "John Doe" <john#firstmailboxprovider.com>
To: "Bob Smith" <bob#secondmailboxprovider.com>
Subject: "An article I thought you would find interesting"
Unfortunately, many (lots) of email clients simply skip the Reply-to parameter. So, many people are responding to us instead of their friend.
What is the recommendation?
Notes:
Respect of Reply-to header seems to be client dependent (not destination domain dependent).
Many solutions are unfortunately no more bulletproof in 2016: Potential issues using member's “from” address and the “sender” header
Can't you include the friend's email in body?
That way the user can click on it to reply.
Perhaps send to "both" so they can reply-to-all?
Is it possible to have checkbox in the customer table where Admin can tick who he want to send email? For example he wants to send email to John and Patrick, all he has to do is Tick John and Patrick and click on send email button. Is it possible to do in cakephp? I have been googling but cannot find the answer I am looking for.
You need to get the ids of the users you've checked and from the ids you can get their email addresses and then simply do a foreach() to send an email to all selected users or put them into an email queue system.
My boss wants me to make some sort of email order confirmation. It has to be like this:
A private page in which only people who have password can access.On this page, there is 6 input boxes, where you can write the Name, Address, Number, Price, a sort of remember if something was talked about in the meeting "like special notices", and a email for the customer it the has to send out a email there says something like:
Hello
"Then a automatic message"
Thanks you for the meeting here is the contract as agreed upon the price is
etc and ofc the info of the customer,
and then our info at the bottom.
There has to be logo on top as well.
This plugin does exactly what you need - Pie Register
Enhance default Registration form, Custom logo, Password field, Invitation codes, Paypal, Captcha validation, Email verification, user moderation &
From Wordpress.org Plugin Directory:
Then try this
Contact-form 7
or
Contact Form
Our mountain bike club has a blogger site. We send out lots of emails about group rides, trail work, etc. I would like to be able to keep our mailing list up to date. I was thinking about adding a form for people to subscribe to the email list, and a link in the emails to unsubscribe.
Everything I have found about mailing list subscription is to send an email each time there is a post to the blog, but I want to just add it to a group that we could use to send emails. Maybe add the emails to a text file or google group and when you click on the email link it opens a new email to that group. What is the best way to make that happen?
I found a solution for what I was trying to do. I created a Google Group and sent everyone invitations to join the group. So far it seems to work fine.