Questions tagged [email-spec]
24 questions
1
vote
0 answers
rails rspec email_spec fails but real emailing works
Real emailing works but the test fails. Not sure whats going wrong. Does anyone know what could be the problem?
TasksController
POST create
with valid params
emails the collaborators (FAILED - 1)
it 'emails the collaborators' do
…

Pratik Khadloya
- 12,509
- 11
- 81
- 106
0
votes
1 answer
How to pass long URL in plain text emails?
I have this account creation email that is sent out to anyone who is trying to create an account as I need to authenticate that they are who they say they are.
However, my issue here is that the URL where they need to click when they receive my…
user381800
0
votes
1 answer
Spork, delayed_job, email_spec and haml
My testing env uses spork & cucumber - Im able to run my tests fine and decided to include email_spec. However the email tests are failing
My emails are sent out using delayed_job
email_spec is running the delayed job before checking the…

Mohith Thimmaiah
- 857
- 1
- 9
- 21
0
votes
0 answers
How to stop gravity forms from sending emails in html code?
I created a contact form at my website using gravity forms. When they are sent to my email, they arrive in html code. How can I correct that so that they are in text?
I have looked up the problem and solutions at google and youtube and have had no…

FRVRTC
- 1
0
votes
0 answers
Email Context analysis
Hy, I am trying to analyze some email exchanges. Some mail servers integrate data context into their email but I can't find this Intel into some others.
I want to find a way to check which email replies to which other or which email forward which…

Alex Jud
- 85
- 1
- 9
0
votes
0 answers
Multiple email server on one domain
please How can I configure MX record to work for both google emails and webmail on the same domain? currently my webmail emails can only send emails but won't be able to receive emails because of the google MX record I have added. I will be…

Ishau Md
- 1
- 1
0
votes
1 answer
Rails test env: why does it need default_url_options for ActionMailer?
Why does the test environment need default_url_options be set for ActionMailer?
If I don't set it, I'm getting this when executing my specs:
ActionView::Template::Error:
Missing host to link to! Please provide the :host parameter, set…

Joshua Muheim
- 12,617
- 9
- 76
- 152
0
votes
0 answers
Where must bu an email password?
What must I change in email_steps.rb except example@example.com in line 32?
How can this look at my email without a password?
I don't understan, must I change hier (in email_steps.rb) something else and use it like my test (whrite my test hier)?
Or…

Kurt Russell
- 225
- 1
- 3
- 15
-1
votes
2 answers
What's wrong with email spec?
When I write:
When I fill in "To" with "example1@example.com, example2@example.com"
And I press "Send testimonials request"
Then I should see "Testimonial requests have been successfully sent"
And "example1@example.com" should receive an email with…

ValeriiVasin
- 8,628
- 11
- 58
- 78