Skip to content

Conversation

@archejk
Copy link
Owner

@archejk archejk commented Jun 2, 2025

Changes

  • Replaced letter_opener with SendGrid's SMTP API to enable real email sending in development
  • Configured FeedbackMailer with SendGrid SMTP settings
  • Verified sender email via SendGrid dashboard
  • Setup config in the development.rb , the server host should be smtp.sendgrid.net
  • Ensured feedback form submits correctly and delivers email to the author's inbox

Demo

Feedback.Mailer.Demo.mp4

- Replaced letter_opener with SendGrid to enable real email sending in development
- Configured FeedbackMailer with SendGrid SMTP settings
- Verified sender email via SendGrid dashboard
- Ensured feedback form submits correctly and delivers email to the author's inbox
@archejk archejk self-assigned this Jun 2, 2025
@archejk archejk added the enhancement New feature or request label Jun 2, 2025
archejk added 2 commits June 2, 2025 16:39
## Changes
- Replaced [`letter_opener`](https://github.com/ryanb/letter_opener) with [SendGrid's SMTP API](https://www.twilio.com/docs/sendgrid/for-developers/sending-email/integrating-with-the-smtp-api) to enable real email sending in development
- Configured `FeedbackMailer` with SendGrid SMTP settings
- Verified sender email via SendGrid dashboard
- Setup config in the `development.rb` , the server host should be `smtp.sendgrid.net`
- Ensured feedback form submits correctly and delivers email to the author's inbox
@archejk archejk merged commit 7aaad59 into master Jun 2, 2025
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants