Commit graph

36 commits

Author SHA1 Message Date
Kijin Sung
70625171ca Keep content text in separate variable before decoding 2024-11-10 14:46:30 +09:00
Kijin Sung
8473eeabc3 Fix serialization error when sending email by SMTP in background task
https://xetown.com/questions/1842571
2024-10-25 01:46:46 +09:00
Kijin Sung
ada6a81d29 Fix incorrect use of $this when calling static method 2024-07-21 21:52:23 +09:00
Kijin Sung
b48a4a096c Fix reference to unused exception class (we use guzzle now) 2024-07-21 21:10:56 +09:00
Kijin Sung
5df972606b Fix use of undefined property in mail driver 2024-07-21 21:10:37 +09:00
Kijin Sung
86ab628bcc General adjustments to naver cloud mailer driver 2024-07-21 21:07:22 +09:00
Kijin Sung
377048d71d Change class name, fix coding style, fix incorrect exception class name 2024-07-21 20:54:07 +09:00
Lastorder
80aae06272
Fix invalid error handling 2024-07-15 18:44:15 +09:00
Lastorder
70ee84fce1 Implement Navercloudmail
1. https://www.ncloud.com/mypage/manage/authkey 에서 액세스 키 / 시크릿 발급

2. https://console.ncloud.com/emailSVR/domainManagement 에서 도메인 등록 및 SPF, DKIM 설정
2024-07-15 09:31:41 +00:00
Kijin Sung
b80a858c1f Fix incorrect reference to error message body in Mailgun mail driver 2024-04-02 01:40:34 +09:00
conory
d83e6a008d Revert "Fix SPF hint in Brevo mail driver"
This reverts commit a82c9c5444.
2023-12-09 13:47:11 +09:00
conory
a82c9c5444 Fix SPF hint in Brevo mail driver
Brevo doesn't support SPF.
2023-12-09 12:34:25 +09:00
conory
ba053b2fbf Add Brevo mail driver 2023-12-09 11:50:04 +09:00
Kijin Sung
4f73c9562b Update several mail and SMS drivers to use HTTP class instead of Requests or raw curl 2023-04-23 00:40:30 +09:00
Kijin Sung
a9f72a5cd2 Remove trailing whitespace 2023-01-17 20:57:44 +09:00
Kijin Sung
da5697a5be Separate Swift Mail transport into own file outside of vendor directory 2022-12-26 00:25:58 +09:00
Kijin Sung
6f8a252cd1 Fix smtp security=none not being recognized 2021-01-20 00:34:23 +09:00
Kijin Sung
b3b89dc0a1 Sort mail/SMS drivers more naturally, and translate 'Dummy' 2021-01-06 23:01:29 +09:00
Kijin Sung
2ffe819465 Replace Amazon SES driver with wrapper around SMTP endpoint #1305 2021-01-06 22:12:30 +09:00
Lastorder
aade411188 Sendgrid: Set reply_to to object
Sendgrid는 reply_to 값으로 object를 사용하나 string값이 넘어가 HTTP 400 오류가 발생하는데, 이 부분을 수정합니다.
2020-10-22 11:54:26 +09:00
Kijin Sung
265a23f5ce Change sendgrid mail driver to use API key instead of SMTP
- https://xetown.com/topics/1470719
- https://xetown.com/questions/1335074
2020-10-22 01:06:20 +09:00
Kijin Sung
ad96ae6bb6 Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
포피플
2306456154
Change Woorimail SSL Port
Some web hosting doesn't open a port 20080. So Woorimail change SSL port from 20080 to 443(ssl).
2018-03-09 14:13:51 +09:00
Kijin Sung
49be8be6c0 Fix error me_007 when sending email to multiple recipients via Woorimail 2018-01-04 14:20:57 +09:00
Kijin Sung
744827518d Fix Reply-To for Woorimail driver 2017-08-07 23:01:29 +09:00
Kijin Sung
e1846a4b6d Use api_key and api_secret settings for Amazon SES mail driver 2017-07-04 22:17:33 +09:00
Kijin Sung
c6e51cddc9 Fix fatal error when unable to connect to Woorimail server 2017-06-25 21:12:31 +09:00
Kijin Sung
227e1c53d1 Fix no Reply-To header when using Woorimail paid service 2017-06-22 16:19:28 +09:00
Kijin Sung
fc1c2b866a Fix incorrect return type in docblock 2016-11-04 16:24:38 +09:00
Kijin Sung
371233c98c Add proper JSON headers to Woorimail API request 2016-10-22 21:34:55 +09:00
Kijin Sung
7484b67b3a Fix error in Woorimail driver when the recipient's name is empty 2016-06-15 16:48:16 +09:00
Kijin Sung
729bfe8239 Add SPF and DKIM hints for each sending method 2016-05-19 14:11:55 +09:00
Kijin Sung
ebb1b2fd4a Add dummy driver and other transports supported by Advanced Mailer 2016-05-15 19:56:28 +09:00
Kijin Sung
10309e5811 Standardize config field names, and make drivers declare which fields they require 2016-05-10 15:58:26 +09:00
Kijin Sung
0420361349 Reorganize mail driver class structure and add SES driver 2016-05-06 21:31:04 +09:00
Kijin Sung
fedc7efc59 Initial implementation of new Mail class and basic drivers 2016-04-25 22:07:20 +09:00