Questions tagged [massmail]
58 questions
1
vote
2 answers
Interspire Emailmarketer poor performance: 5 emails per 2 seconds - PMTA/EXIM
Can anyone tell me what is holding us back.
I tried every different php script in front end to send emails. Interspire, Oempro, PHP list, PHPknode. But we are only able to send 5 emails every 2 seconds.
We upgraded our server, Our H/W configuration…

Anand Kumar
- 15
- 1
- 3
0
votes
1 answer
How to cache a mailer view when sending massive email
I need to send massive email,I will use for brackground job Delayed Job, and have to create the email message in 3 languages (de, en, re), How can I cache the view so it doesn't have to create each time I'm calling the the mail method.

Boris Barroso
- 1,802
- 2
- 22
- 41
0
votes
0 answers
Google Postmaster Domain Reputation - which header is the source of tracked domain?
In my message's header I have two different domains used:
in Received - there is mta.abc.domain.com
in From - address belongs to def.domain.com
Which domain's reputation will be tracked in Google Postmaster: abc.domain.com or def.domain.com?
It is…

mKacz
- 1
0
votes
1 answer
PHP Mass Mailling with authentification
Possible Duplicate:
Use php mass mailer or simply mail()?
Hello,
What is the best way to send 3000 emails (for example) with PHP?
I understand using mail() function is not the recommended solution and that authentication with the MX server is a…

Francisc
- 77,430
- 63
- 180
- 276
0
votes
1 answer
Mass Emailing, best practices
Possible Duplicate:
Avoid being blocked by web mail companies for mass/bulk emailing ?
Hi All,
Actually, we need to send a thousands of email for a customer that we work and we have to build that system inhouse because of security reasons. So I…

Yagiz Ozturk
- 5,408
- 7
- 29
- 44
0
votes
3 answers
Best approach to send mass e-mails through an ASP.NET webpage
I've written a contact management/communication system that records the details of people and allows for mass communications to be sent out.
However sometimes when e-mails are being sent the following exception is…

Peter Bridger
- 9,123
- 14
- 57
- 89
0
votes
1 answer
Help me to remove subscriber from mass mail php script
i need to find a way to remove subscribers from mass mail php script
here is script:

Peter
- 1
0
votes
2 answers
Swift mailer sender name with french chars
I am building a system to send bulk emails. So far, while sending emails one by one I achieve success with all the mail services i tried (microsoft exchange, gmail, yahoo) but one, hotmail.
When i send the email through any service (the 3 in…

JF Dion
- 4,014
- 2
- 24
- 34
0
votes
1 answer
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 certain pattern). We use turbo smtp as our host.…

Kinesias
- 354
- 1
- 5
- 18
0
votes
0 answers
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.
Sample for text…

darshan
- 247
- 1
- 3
- 12
0
votes
1 answer
Recommend a flexible mass mailing system for this issue
1200 subscribers are being emailed each day. Each user's profile may vary according to their interests be it geographic, market sector or even product type.
Each day up to 20 new reports are created by researchers and users are sent a daily email…

user1040323
- 481
- 4
- 11
0
votes
1 answer
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 provided in the array. How do I do it?
This is what…

mahesh247
- 199
- 3
- 8
0
votes
3 answers
Best practise to send mass email within application (ASP.NET MVC 2, C#)?
Whats the best way to implement mass email sending feature within web app? Two major cases:
Email messages for separate registered users depending on their activities (just sending short reminders to user for ex about new posts in his created…

gurdan
- 1
- 1
- 1
0
votes
1 answer
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):

yonaukha
- 1
- 3
0
votes
2 answers
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 just add all the addresses to a single request,…

Nzall
- 3,439
- 5
- 29
- 59