Questions tagged [massmail]
58 questions
0
votes
3 answers
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 and On ServerB I put script to send emails.I run this…

user3244721
- 714
- 2
- 11
- 29
0
votes
2 answers
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 in case of leads and opportunities?
Any video…

Pooja
- 575
- 10
- 28
0
votes
1 answer
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 I tell the SMTP server not to retry it the…

Nuwan Dammika
- 587
- 9
- 20
0
votes
1 answer
Mail() Mass Email Sending
How can I send mass emails with PHP using the built-in mail() function?
I know it is not very efficient, but I need a simple way of sending mass emails.
I know how to send to a single person.
Thanks in advance

Exwolf
- 5
- 4
0
votes
1 answer
Custom mailing list system
On our website we use a MySQL table which contains all users. Some of the users should be able to send mails to all users. Unfortunately I haven't got the right idea how to implement such a system.
My current design:
A privileged user writes a mail…

Ted
- 515
- 1
- 4
- 14
0
votes
2 answers
architecture to send lots of mail in php apart from mail() function
I want to ask that I can send mass mail using PHP mail() function, but the thing is that it is slow and after reading from other posts the reason is that this mail function open the socket and close the socket every time it sends a mail (correct me…

Rudra
- 354
- 1
- 2
- 10
0
votes
3 answers
Mass email users their unique passwords
I have a database with 2k+ users and I want to send them their own passwords, but mass email it to them. The mass emailing can be done several ways, but the question is how to do it so each user gets his/her own unique password?
The user password is…

Johan Larsson
- 175
- 5
- 17
0
votes
1 answer
Mass mailer php or not
Sorry for my Question but I'm too confused with all answers from stackoverflow! I search all Topics of statckoverflow but I can not understand which is the best. Some guys told that with php mailer (especial a PHPmailer class) you can send 5000…

Greg
- 343
- 3
- 17
0
votes
5 answers
mass mailing php
I have a small database with 534 registered e-mails (newsletter).
I know how to send e-mail to all e-mail address from my database, but the problem is with the limitation where the page is hosted. I'm limited to 200 e-mail / hour, and if I force to…

Reteras Remus
- 923
- 5
- 19
- 34
-1
votes
2 answers
Send mass emails in php in sections? Stop spam?
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 a speed of more than 1 every 4 seconds.
I must…

user2921945
- 31
- 4
-2
votes
1 answer
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 important and mail() can't work for mass…

Hamdi Jdidi
- 9
- 4
-3
votes
1 answer
mass mail application java versus php
I need to build a mass mail application to send around 20 lacs mail per day. I need some suggestions regarding the technology choice between php and java.
Please suggest.

mridul4c
- 8,197
- 3
- 19
- 28
-146
votes
3 answers
How to send 100,000 emails weekly?
How can one send an email to 100,000 users on a weekly basis in PHP? This includes mail to subscribers using the following providers:
AOL
G-Mail
Hotmail
Yahoo
It is important that all e-mail actually be delivered, to the extent that it is…

xRobot
- 25,579
- 69
- 184
- 304