Skip to content

carlosbranco/contact-leads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Leads

Small script to contact Clients with text spinner This script is written to use in localhost.

How to use

First clone the directory

Then run composer composer install

Then visit the index.php page once. You will have 2 new folders. One called config where you gonna put your .txt files with different smtp configurations. Example of file content:

server:server.server.net
email:test@test.pt
name:Name Name
username:test@test.pt
password:password
port:465
protocol:ssl


Other folder called mail where you gonna put .txt files with e-mails to spin.
Example of a file:

{Hello|Hi} :name,
{I want to|I Would like to} {talk|have a conversation} with you.
{Thank you|Thank You very much}

Extra:

You can use the code :name inside the e-mail or the subject and when you click spin will replace that :name with the lead name.

About

Small script to contact Clients with text spinner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages