email send using mailchimp in ASP.NET - asp.net

i am using mailchimp for sending bulk emails, i successfully subscribe emails using code but cant find a way to send email on subscribed list.
Kindly provide solution using mailchimp in asp.net.

Related

How to send a PDF attachment using Peoplesoft AWE while sending Email notification

How to send a PDF attachment using Peoplesoft AWE while sending Email notification. Im trying to use the AWE features to send Email Notification once the request is approved. Along with the Email notification i should also send a generated PDF which gives information about the changes the Emplid, Salary changes and related infos. I am able to do this using the BI Publisher report generation and People code SendMail function but im looking for AWE options to send the attachment
I tried the custom code to send attachments after approval and it worked. But im not able to find any documentation using AWE to send PDF attachments. Any Suggestions will Help

Is there a way to schedule mail messages using the API?

Recently, google added the "Schedule send" function to gmail. Is there anyway to call this functionality using the API? I'm using
GmailApp.sendEmail("eMail", "subject", "message");
to send e-mail inside app maker scripts, however, in my use case, I need to send a mail and then schedule 2 other messages.
Do you guys know if this is currently possible?
Thanks,

Firebase Cloud Functions: Send Email via Authentication System

Firebase Authentication has a built in email service. Is it possible to fire an auth based email via Cloud Functions (admin js sdk)?
Seems like I should be able to trigger an email from noreply#my-domain.com with a custom oob code which I could then use to drive my (client-side) application.
My use case would be, when a new order .collection("orders").doc(uid) has its stage field updated/changed to 'submitted' I would like to notify a user via email that a new order is submitted. Maybe even use the oob code to mark as 'processed'?
...just trying to avoid using a 3rd party email service altogether.
you can use MailChimp to do what you are asking, since like Miles says, you will need to do a workaround in order to fix this.
I have been using MailChimp my self to send emails to each user registered in my app , i have setup a couple of emails in mailchimp and i just add to the list all the users that register to my app, so the first message will be the welcome message, then after 2 days another email and so on, you can trigger an email whenever you want, since the doc is not that clear i have made a tutorial on how to integrate it with Android.
you can find that tutorial HERE , the only thing is that is in spanish, sorry.
The idea is simple, just get your users email throught FirebaseAuth , pass that email to the mailchimp query , and then setup an email from the mailchimp website
Unfortunately, their API does not appear to support emailing users in your project. However, they have sample code for cloudfunctions to email users you can easily tweak for your needs: https://github.com/firebase/functions-samples/tree/master/quickstarts/email-users

how can i send an Email to a mailchimp list with mandrill and wordpress?

I have an account mailchimp where i have a list of subscribers.
I'm starting a plugin wordpress where i use the mandrill api.
I'm trying to get my the lists of mailchimp, and i'm trying to see how i can send with mandrill api an email (newsletter type) to the list mailchimp.
The thing is i can't find any code in the mandrill api for finding the lists or sending to a list.
I have installed the mailchimp plugin in wp to see what i can do with. and in it there is the mailchimp api that can get the lists.
But still with mandrill i can't find a way to send to a list.
In the documentation of mandrill is empty for me
https://mandrill.zendesk.com/hc/en-us/categories/200277227-API-Integration
as anyone an idea for me?
Thanks

Importing contacts from gmail or yahoo and sending an email to the contacts reitrived Using MVC 4

I am working on a project in ASP.NET MVC4 which require that I go through the user's email when provided, retrieve the contact email and send an email invite to all the users.
Can someone help me to with accomplishing this step by step.
Thanks in anticipation.
There is a number of projects on sourceforge, which you can use for importing contacts from yahoo and gmail, for example, OpenContacts.NET
If you want to write your own code, see Google Contacts API and Yahoo! Address Book API

Resources