Giter VIP home page Giter VIP logo

Comments (3)

rgoomar avatar rgoomar commented on June 16, 2024

I replicated the issue and it should be fixed now. Published a new version. :)

from contactform.

alejandrogomez314 avatar alejandrogomez314 commented on June 16, 2024

Re-installed it. It solves the issue now. However, I get the following error when trying to send: " Error! Please check your inputs!"

I think this might be related to the mail environment variable that I haven't put in successfully yet. How did you format your mail environment variable?

I placed mine under mail.js in the server.

Meteor.startup(function () {
process.env.MAIL_URL = 'smtp://postmaster%40meteorize.mailgun.org:(email goes here)@smtp.mailgun.org:587';
});

Thanks a lot!

from contactform.

rgoomar avatar rgoomar commented on June 16, 2024

It's possible that it's related to your MAIL_URL environment variable. Are you seeing any mail errors in the server logs?

Also, it could potentially be the %40 that's included in your string that could be causing issues, but i'm not entirely sure.

from contactform.

Related Issues (3)

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.