Gabriel Jablonski
5b7fc9ae77
feat: add Resend email delivery method and configuration ( #11 )
...
* feat: add Resend email delivery method and configuration
* chore: simplify ResendProvider initialization by removing settings parameter
* test: update ResendProvider initialization in tests by removing unnecessary settings parameter
* chore: improvements
2025-04-03 23:28:38 -03:00
Ali Behnamfard
c5979c4575
feat: Add smtp timeout options ( #9613 )
...
- Added two Actionmailer's option (open_timeout & read_timeout) to environment variables.
2024-06-17 22:36:37 -07:00
Pranav Raj S
47b6967dad
fix: Update account data seeder to avoid invalid information ( #7673 )
...
- The message sender was incorrect. Incoming messages were created under the contact's name, and outgoing messages were created under the user's name instead of the reverse.
- The seed user's email address was incorrect in the message data.
- The Sendmail configuration overrode the Letter Opener config which made it difficult to test the email.
- This PR also fixes an ESLint lint issue on develop.
2023-08-04 16:32:54 -07:00
Vishnu Narayanan
4755031e1d
feat: use sendmail for email as default ( #5899 )
...
* feat: use sendmail for the email if SMTP_ADDRESS is empty
2022-11-29 09:13:27 +05:30
Sojan Jose
4187428729
chore: Update dependencies to the latest versions ( #5033 )
2022-07-15 09:51:59 +07:00
Jordan Brough
b735135431
chore: Fix "action_mailer.delivery_method" in the test env ( #4257 )
...
Fixes : #4247
2022-03-23 20:46:28 +05:30
Sojan Jose
e44e9fc025
chore: Fix SMTP mailer config defaults ( #1923 )
2021-03-16 19:40:49 +05:30
Sojan Jose
cadb246eaa
chore: fix empty user_name. & password ( #1907 )
2021-03-14 15:39:47 +05:30
Sojan Jose
dbf515ab5a
chore: Make SMTP environment variables configurable ( #1868 )
...
fixes : #1647
2021-03-12 15:37:06 +05:30