57 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
2
answers
2k
views
Send Email with Firebase Functions and Amazon SES
I just want to send an email to test the connection via Firebase Functions and AWS Simple Email Service (SES) from a verified domain and verified email addresses (still in sandbox). Therefore I ...
-2
votes
1
answer
123
views
mass mailing with php
I have a database containing more than 2000 contacts, I want to use the mass mailing, but I do not know how to do it, I used this code but I think it is not useful because the number of mails is ...
2
votes
2
answers
356
views
What is an efficient way to send email to many users in PHP
I have a database of over 12,000 users and I am trying to send an email to all of them, each with a specific information based on their information on the database. I have made this email to send when ...
0
votes
1
answer
92
views
mass mailing: loop with ajax calls freezes randomly
I have a wordpress plugin that sends up to 3,200 newsletters each week to our subscribers. However, it freezes sometimes after 800, sometimes after 1,200 mails (it's always different, there is no ...
0
votes
0
answers
88
views
Bulk mailing in codeigniter
I want to send promotional emails to all my clients. i have txt file with all email lists.
bellow is my code to send email but this code is working sometimes only and sometimes its not working.
...
1
vote
0
answers
436
views
PHP: How can I send bulk/mass mail with Amazon Web Services?
We want to use SES for sending Bulk email from our PHP mailing application. AWS sets a limit for sending 14 emails per second. Now I can build a script which posts a query every second but it’s not ...
1
vote
0
answers
883
views
Sending Mass email using Swift Mailer
I'm coding a script to send mass email, using SwiftMailer library, i want it to mass mail a list of emails that i'll enter on a text box, how can i do that?
Here is my code:
<?php
...
0
votes
1
answer
956
views
How do I send mass mail in cakephp without using sendgrid
This is my html template
Dear ##name##(##email##),
Thank you for contacting us.
I want to replace ##name## and ##email## with the receiver's name and email of the person who gets it which will be ...
0
votes
1
answer
306
views
My Tracking Pixels Get Blocked By EFA-Projects.org
On December 2014, my email blaster application (built by CI Framework) running smoothly on a hosting.
Here is the complete img tag (opened using Gmail):
<img src="https://ci3.googleusercontent....
2
votes
1
answer
5k
views
550-5.7.1 message is likely unsolicited mail: rejected by gmail
Each time I try to send emails using django send_mail() function. I got that:
<<< 550-5.7.1 Our system has detected that this message is likely
unsolicited mail. To reduce the amount of ...
0
votes
2
answers
272
views
How do I prepare a list of mailaddresses to be sent to Mandrill if there are more addresses than fit in 1 request
I am developing a mass mailing client for our customers that uses Mandrill as a backend. in their FAQ, Mandrill states that the JSON request needs to be smaller than 10 MB. Because of this, I cannot ...
0
votes
3
answers
313
views
Sending Mass emails from another server
I have two servers,ServerA & ServerB.ServerA do not support mass mailing while ServerB do support(I have more than 4000 email addresses in MySQL table).
On ServerA I am creating HTML for emails ...
0
votes
2
answers
181
views
do we have unsubscribe mail feature in openerp?
Do we have unsubscribe mail feature in openerp and if yes how to set it. I want to know when user receives mail from openerp can does it have that feature anywhere?
How does mass mail works exactly ...
-1
votes
2
answers
858
views
Send mass emails in php in sections? Stop spam? [closed]
So, I am running on a a free webhost 3owl.com. I know that free hosts suck compared to paid but its temporary. Anyways, I have 90 users that need email sent to them.
The issue:
I cannot send them at ...
0
votes
1
answer
2k
views
Stop re-trying bounced emails in SMTP
I am developing a bulk email procedure, in that I have no issues in sending emails in batches. My problem starts when the recipients address is invalid or rejected by the host server.
Simply how can ...