GithubHelp home page GithubHelp logo

catin-black / meteor-emails Goto Github PK

View Code? Open in Web Editor NEW
127.0 5.0 28.0 410 KB

Send cold emails for free! Completely free and open source project to fight against sales stagnation in your company

Home Page: https://meteoremails.com/

License: MIT License

HTML 21.40% JavaScript 41.48% SCSS 37.12%
meteor sendgrid cold-emails nodejs sales covid-19 statistics bootstrap4 salesflare

meteor-emails's People

Contributors

catin-black avatar dependabot[bot] avatar tomasz-nolberczak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

meteor-emails's Issues

How to deploy using pm2/nginx (complete noob sorry)

Hello,

I'm trying to install this app on a server that has HesitaCP, Apache, NGINX, PHP etc on it, and for this app I also installed NodeJS and Meteor.

I tried to install it on a specific domain/account on the webserver and l succeed using the first NGINX Template on this page (nodejs3000):
https://help.clouding.io/hc/es/articles/360016993480-C%C3%B3mo-usar-Node-js-en-HestiaCP
The other template on the page doesn't work by the way it breaks nginx.

The only problem with this solutions is that it takes over all the 3000 port and only listens to this same port from what I understood, so I can't deploy an other app at the same time on an other domain.

By searching I came across this
https://github.com/logico/vestacp-nodejs
https://github.com/alexandrepaiva-dev/vestacp-nodejs

Which basically uses pm2 to launch/deploy the app via web socket instead of the 3000 port from what I undersood but I have no clue on how to make that work with your app

Does this use staggered sending?

Cold email platforms like mailshake use staggered sending so as to get better deliverability and not get marked for spam.

Can meteor-emails do this?

I can't add new contacts

When I try to add a new contact it tells me to "Check your form" and I've filled the required fields

To Reproduce

  • Clone meteor-emails
  • Run the project as described in the README.MD
  • Try to add a new contact

Expected behavior
To add the contact to my contacts

Screenshots
image

Desktop:

  • OS: MacOS Catalina 10.15.4
  • Browser Chrome
  • Version 83

You have already exceeded the sending limit for today

image

How can I get rid of this notification? I actually entered a wrong API key in the first attempt. But later when I am trying to send emails with a new API key, it keeps throwing this notification. I have sent only one email that too from SendGrid itself to check if emails are being sent out. But in metero-emails it says you have reached the maximum limit.

My dashboard:
image

It's not running in win10 pro

Describe the bug
when I run the command "meteor" every time got this error

Expected behavior
Errors prevented isopacket load:

While loading isopacket combined:

C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\tools\fs\tools\fs\files.ts:1179:25:
sourcemapConsumer.destroy is not a function
at
C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\tools\fs\tools\fs\files.ts:1179:25
at Function.time
(C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\tools\tool-env\tools\tool-env\profile.ts:284:12)
at Object.runJavaScript
(C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\tools\fs\tools\fs\files.ts:1156:18)
at C:\tools\isobuild\bundler.js:2228:15
at Function..each..forEach
(C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\underscore\underscore.js:186:9)
at JsImage.load (C:\tools\isobuild\bundler.js:2088:7)
at C:\tools\tool-env\isopackets.js:312:17
at Object.capture (C:\tools\utils\buildmessage.js:283:5)
at loadIsopacketFromDisk (C:\tools\tool-env\isopackets.js:309:31)
at C:\tools\tool-env\isopackets.js:113:9
at loadIsopackage (C:\tools\tool-env\isopackets.js:104:21)
at new ServiceConnection (C:\tools\meteor-services\service-connection.js:28:21)
at Object.exports.openServiceConnection (C:\tools\meteor-services\auth-client.js:12:10)
at openPackageServerConnection (C:\tools\packaging\package-client.js:23:21)
at _updateServerPackageData (C:\tools\packaging\package-client.js:151:14)
at C:\tools\packaging\package-client.js:129:12
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at Object.exports.updateServerPackageData (C:\tools\packaging\package-client.js:128:23)
at C:\tools\packaging\catalog\catalog-remote.js:782:36
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at RemoteCatalog.refresh (C:\tools\packaging\catalog\catalog-remote.js:781:18)
at Object.catalog.refreshOrWarn (C:\tools\packaging\catalog\catalog.js:48:22)
at catalog.Refresh.OnceAtStart.beforeCommand (C:\tools\packaging\catalog\catalog.js:21:16)
at C:\tools\cli\main.js:1523:32
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at C:\tools\cli\main.js:1522:20

C:\Users\SOHAN\AppData\Local.meteor\packages\meteor-tool\2.0.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:218
throw error;
^

Error: isopacket load failed?
at loadIsopacketFromDisk (C:\tools\tool-env\isopackets.js:320:11)
at C:\tools\tool-env\isopackets.js:113:9
at loadIsopackage (C:\tools\tool-env\isopackets.js:104:21)
at new ServiceConnection (C:\tools\meteor-services\service-connection.js:28:21)
at Object.exports.openServiceConnection (C:\tools\meteor-services\auth-client.js:12:10)
at openPackageServerConnection (C:\tools\packaging\package-client.js:23:21)
at _updateServerPackageData (C:\tools\packaging\package-client.js:151:14)
at C:\tools\packaging\package-client.js:129:12
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at Object.exports.updateServerPackageData (C:\tools\packaging\package-client.js:128:23)
at C:\tools\packaging\catalog\catalog-remote.js:782:36
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at RemoteCatalog.refresh (C:\tools\packaging\catalog\catalog-remote.js:781:18)
at Object.catalog.refreshOrWarn (C:\tools\packaging\catalog\catalog.js:48:22)
at catalog.Refresh.OnceAtStart.beforeCommand (C:\tools\packaging\catalog\catalog.js:21:16)
at C:\tools\cli\main.js:1523:32
at Object.enterJob (C:\tools\utils\buildmessage.js:356:14)
at C:\tools\cli\main.js:1522:20

Desktop :

  • OS: windows 10 pro
  • Browser [edge]
  • Version 10.0.19042 Build 19042

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.