Giter VIP home page Giter VIP logo

Comments (7)

jnphilipp avatar jnphilipp commented on August 15, 2024 4

@nashby i added ActionMailer::Base.perform_deliveries = false to the seeds.rb, now it works as it should, thanks.

from letter_opener.

nashby avatar nashby commented on August 15, 2024

@aman199002 you can set ActionMailer::Base.delivery_method = :smtp before this piece of code and set ActionMailer::Base.delivery_method = :letter_opener after.

from letter_opener.

jnphilipp avatar jnphilipp commented on August 15, 2024

I want to create some users in my seeds.rb. The delivery methods ruby :smtp and ruby :test both throw errors. On the development machines ruby :letter_opener is no problem but on the teamcity server it is. Is it possible to add a setting to prevent the letter opener from opening?

from letter_opener.

nashby avatar nashby commented on August 15, 2024

@jnphilipp what errors are you getting with ActionMailer::Base.delivery_method = :test?

from letter_opener.

jnphilipp avatar jnphilipp commented on August 15, 2024

@nashby At least one recipient (To, Cc or Bcc) is required to send a message

from letter_opener.

nashby avatar nashby commented on August 15, 2024

@jnphilipp well, looks like you don't have email in your seeded users or something like that. Not sure it's a problem with letter_opener

from letter_opener.

nashby avatar nashby commented on August 15, 2024

@jnphilipp great! Thank you for letting us know.

from letter_opener.

Related Issues (20)

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.