Bulk Gmail Sender With Multiple Account avatar

Bulk Gmail Sender With Multiple Account

Try for free

1 day trial then $50.00/month - No credit card required now

View all Actors
Bulk Gmail Sender With Multiple Account

Bulk Gmail Sender With Multiple Account

bhansalisoft/bulk-gmail-sender-with-multiple-account
Try for free

1 day trial then $50.00/month - No credit card required now

Bulk Gmail Sender With Multiple Account - Send Email From GMail with multiple account support, so that you can send thousends of email from Gmail beyond gmail daily limit.

You can access the Bulk Gmail Sender With Multiple Account programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "Gmail": [
3    {
4      "Gmail_Email": "Test@gmail.com",
5      "App_Password": "qlrzssjzukooftjeydsd"
6    },
7    {
8      "Gmail_Email": "Test1@gmail.com",
9      "App_Password": "qlrzssjzukooftjeydsd"
10    }
11  ],
12  "To": [
13    "test@gmail.com",
14    "test1@gmail.com"
15  ],
16  "Reply_To": "",
17  "Subject": "Test Email",
18  "Message": "test",
19  "SendLimit": "300",
20  "Delay": "10"
21}' |
22apify call bhansalisoft/bulk-gmail-sender-with-multiple-account --silent --output-dataset

Bulk Gmail Sender With Multiple Account API through CLI

The Apify CLI is the official tool that allows you to use Bulk Gmail Sender With Multiple Account locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Aug 2024
  • Modified 28 days ago