Questions tagged [mass-emails]
58 questions
1
vote
1 answer
Send to a Laravel Queue an instance of SesClient from AWS sdk for php
I'm using the Amazon sdk for php to send emails through the Simple Email Service all this using Lumen Framework.
I'm using the client class of the sdk instead of the mailables classes of Laravel because I need to add some metadata to my emails the…

Mirdrack
- 780
- 12
- 28
1
vote
1 answer
Mailchimp opt-in Laravel 4 tutorial?
Trying to add an opt-in field in the subscription form of my Laravel 4 website which will add the first name, last name and email of the person who subscribes to my Mailchimp mailing list.
Anyone knows a good tutorial for this?

Simon Babin-Tremblay
- 11
- 2
0
votes
1 answer
batch scan qr codes that contain an email address and message and auto send the emails once scanned
I want to do a logistics project that entails scanning alot of qr codes(500) all of which contain a unique email address and message. I've seen scanner apps that will batch scan them but in order to send the messages they must be opened first and…
0
votes
1 answer
How do companies like facebook send notification emails to users?
How do companies like facebook send notification emails to users? Is it part of the code for their site or do they use a third-party email marketing company?

Trisha
- 141
- 1
- 2
- 10
0
votes
0 answers
Outlook Rest API not listening to my command of sending an email with a specific email address
import pandas as pd
import win32com.client as win32
import re
# Set up the Outlook application
outlook = win32.Dispatch('outlook.application')
# set the email account to send emails
for account in accounts:
if account.SmtpAddress ==…
0
votes
1 answer
How can I send multiple emails through Gmail using VBA, with multiple set ranges referencing a cell range
I have VBA code to send single emails via Excel (through Gmail).
Sub Gmail_Bulk_Sending()
Dim NewMail As CDO.Message
Dim mailConfig As CDO.Configuration
Dim fields As Variant
Dim msConfigURL As String
On Error GoTo Err:
'early…

CKD
- 1
0
votes
1 answer
Can I stop a SendGrid mail if it received a certain parameter?
I'm using a certain SendGrid template for several different projects and am trying to find a way to stop emails from going out in some conditions, through SendGrid.
For example, lets say I'm passing SendGrid some parameters like:
{id, name, amount,…

Amir Gal
- 1
- 1
0
votes
1 answer
How to send mass emails in Excel?
This is how the message should look in the email:
This is my Excel sheet:
I have an Excel file with columns from A to M, A being Payer, and M being the email address. I need a macro to sort by email address and create an email with the data…

Alonso_C137
- 1
- 2
0
votes
0 answers
sending mails from users own email id
I am working on a project that allows users to send e-mails from their own email ids using my app, currently, I am using Gmail API's with nodemailer, it still requires users to authenticate and provide permissions and is limited to Gmail users, I…

Shivam Arora
- 1
- 1
0
votes
0 answers
Send different emails to multiple email addresses in one script
I have created a page that will run every 30 minutes and will send an email with meeting information to all registered attendees for events. There can be multiple events happening at the same time so, one person may receive meeting info for one…

user2048308
- 23
- 4
0
votes
0 answers
Send multiple spreadsheet rows to the same email
I used the second script (the one with EMAIL_SENT confirmation) from the link below and it worked great).
https://developers.google.com/apps-script/articles/sending_emails
I need help to edit this same script to send just one email if the email…
0
votes
1 answer
Best approach for PHP mass-mailing routine?
I'm creating a site that sends out a daily news email to about 800 users, at a time they can specify. My problem is that my script takes a long time to run and times out, so I'm looking for some advice on how I could be approaching this…

James B
- 183
- 1
- 13
0
votes
1 answer
Email attachments and bandwidth usage
I am working on a module that enables our system users to send bulk emails to all the registered active applicants from the applicant pool. Currently, there are more than 10 million active applicants in the pool to which emails can be sent. I am…

Irfan
- 566
- 7
- 13
0
votes
2 answers
How to pass a unique user ID to a page with user-specific, personal data
I'm sending a mass email though Emma (3rd party vendor) that will contain a link to a landing page. The landing page will be personalized and display some of the user's identifying info (name, title, email). Additionally, there will be a form…

Daveh0
- 952
- 9
- 33
0
votes
1 answer
How an Organic Groups Admin can send mass email to all the group's members?
I want to know if there's any module(s) that would allow any OG admin to send email messages to his group members. Just a simple email to be send to members. No need to be saved as a node, or enable comment on it.
Is there any??
I'm using Drupal 6.

Yasmen
- 33
- 1
- 7