Automate an email campaing to all memebers of organization when one memeber is having her birthday - email

I need to send an email to all memebers to celebrate the birthdays of any member.
-Is it possible to do it with Gmail or Outlook? or maybe Mailchimp can... ?
Thanks for your help!
Mailchimp only allows me to send a email to the contact that is having her birthday,

Related

Add CC in reply sendgrid

I am sending an email from my desktop application using sendgrid. I can add cc when I am sending email.
But when user clicks on reply it will only send email to 'To' address automatically.
CC & BCC are empty in reply field.
I can set reply_to field with different email. But what I want to fill is 'CC' field.
How can I automatically fill 'CC' when user clicks on 'Reply' button using sendgrid
Regards
Ajit
Twilio SendGrid developer evangelist here.
In an email client, it is normal behaviour for there to be two buttons for replying to an email, reply and reply all. When a user clicks reply, the To email address will be filled in with the original email's From address or Reply-To address if it is present. When a user clicks reply all then the To email address and any other CC email addresses will be filled in.
However, you cannot control the behaviour of your users or their email clients from the SendGrid API. So you cannot make a user reply all.

Adding custom "from" email in Amazon SES similar to sendgrid

I have been using Sendgrid for sometime, and I like the service but after 100,000 emails quota the pricing jumps. I was looking at AWS SES service, but was unclear if "from" email address can be custom set without verification similar to sendgrid. My app users send emails to their personal contact list from my app so I want their contacts to see my users personal email in the "from" email when their contact reads the mail.
Or Does all my users have to verify their email address through Amazon even though My app has already verified their email address at App account Signup.
Your app users cannot use their personal email as a MAIL FROM unless it's verified in SES (either the specific email address or its domain).
The MAIL FROM domain must be a subdomain of the verified identity
(email address or domain) from which you will send your emails.
See Using a Custom MAIL FROM Domain with Amazon SES for more details.

Mailchimp - send newsletter approve email

One of our customers had a campaign and forgot to add "newsletter approve" field on it, he asked us to send an email to the whole list of leads from the campaign to approve newsletter, in case user approved the newsletter from the email he should be added to the newsletter list automatically.
does anyone know how (if) it is possible, i can't find anything about that in mailchimp.
appreciate any help, cheers! :)

How to implement Email Anonymization Similar to Craigslist

I am developing a site for which I would like to protect buyers by anonymizing their email addresses.Similar to craigslist's system, when a seller needs to contact a buyer they should be able to send an email to an anonymized address such as 142jijisds#mysite.com which will then be routed to the user's email address.
But I don't know how to implement this feature.

PayPal - Simple IPN

I've a PayPal button on my site where people can donate money. Is there a simple automated way to send the donator an email that I received the donation?
Are there any workarounds with autoresponder or anything like that?
Thanks
Michael
Probably enable IPN in your account and then when donor make a donation, paypal will send a notification using IPN. you should be able to get the donor email using variable payer_email in the notification and then you can send donor an email.