Find answers to your questions and get the support you need
Firstly Create Your App Password From Manage google Account
Add Your CampaignFrom home Page After Login
You Can send Designed Email Templates in Html
You Can Use 3 Variables For Diffrent Names On Mails
You Can Import Gmails From Google Sheet
Use variables For Diffrent Content in Each Mail
Firstly go to manage google account and turn on two step verification, then create an app password and use that password to login
Firstly create a google sheet like this - Column-A [Emails], Column-B [Reciver Name], Column-C [var1], Column-D [var2], Data Should Be In Sheet1 An Shee Should Be Public(anyone with link)
You can paste html tamplate directoly in body section and that will autometily applied but in template make sure both of them are exists (html and !doctype) And you can also use variables in template.
You can use variables when you're importing emails from a sheet. In your sheet, make sure the first column contains the email addresses. The second column can include names or other personalized data. For example, if the second column has names, you can use {name}
in your email content. This will automatically be replaced with the actual name for each recipient during the email sending process. This helps in sending personalized emails like "Hi John" instead of just "Hi". And Next Second Column Can Use As {var1}
{var2}