Sending bulk email [closed] - email

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have to send emails to approximately 1000 users such that no one gets to knows the email address of another or the fact that I have sent bulk email. How can I write a Thunderbird script or a simple script to perform this action.

Try mailchimp's free plan (http://www.mailchimp.com/pricing)

Related

Get facebook users email [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am looking for a way, that when I get a Facebook user ID, I can get their email too.
At the moment, I cannot find any way to get their email from their Facebook acc/id.
The only way to get the email of a user is by creating an App and letting the user authorize it with the "email" permission/scope. There is no other way.

Send email through SMTP using a non Gmail Account in Firebase [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is possible send emails from a non Gmail SMTP email account in firebase cloud functions?
I couldn't find this info.
You need to enable billing on your Firebase project. As per the documentation, "this is required to send requests to non-Google services". More details here --> https://github.com/firebase/functions-samples/tree/master/quickstarts/email-users#functions-code

Laravel-4 automatically send email to users on daily basis [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am creating a laravel website and i want to send email to all the users once in a day for 3 days.
Is there any package which can do this??
What you are looking to do is run a cron job - and pull the recent signups from there.
A package which can help you in Laravel 4 is https://github.com/Indatus/dispatcher
In Laravel 5 this package functionality will be built into the framework automatically.

How do i track on email? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
How to i know whether the Email sent to my customers is read or not? Is there is any software which does that?
I would like to do some tracking of email, like how many times it is hit, opened etc.
You wont be able to track his email status directly , at best you could request read notifications.
But you could add some html content that is linked back to your site and count from there.
But the other user must enable remote content.

How to find whether image is blocked in Outlook recipients [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Is there a way to check whether the Outlook recipients are receiving emails with block image security settings? (Perhaps using Google Analytics?)
I need to track how many of them are blocking and whom they are so I can send appropriate emails.
No, it is not possible to track this sort of thing. The only way to track ANYTHING in emails is from pixel requests and if images are blocked, you never get them.