@stacksjs/email 0.70.22 → 0.70.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -40,77 +40,77 @@ Drivers are configured with the following environment variables:
40
40
  #### Sendgrid
41
41
 
42
42
  ```bash
43
- SENDGRID_API_KEY=SG123
44
- SENDGRID_FROM=from@example.com
45
- SENDGRID_SENDER_NAME=Sender
43
+ SENDGRID*API*KEY=SG123
44
+ SENDGRID*FROM=from@example.com
45
+ SENDGRID*SENDER*NAME=Sender
46
46
  ```
47
47
 
48
48
  #### Mailgun
49
49
 
50
50
  ```bash
51
- MAILGUN_API_KEY=MG123
52
- MAILGUN_DOMAIN=example.com
53
- MAILGUN_USERNAME=username
54
- MAILGUN_FROM=from@example.com
51
+ MAILGUN*API*KEY=MG123
52
+ MAILGUN*DOMAIN=example.com
53
+ MAILGUN*USERNAME=username
54
+ MAILGUN*FROM=from@example.com
55
55
  ```
56
56
 
57
57
  #### Mailjet
58
58
 
59
59
  ```bash
60
- MAILJET_API_KEY=MJ123
61
- MAILJET_API_SECRET=MJTESTSECRET
62
- MAILJET_FROM_EMAIL=from@example.com
60
+ MAILJET*API*KEY=MJ123
61
+ MAILJET*API*SECRET=MJTESTSECRET
62
+ MAILJET*FROM*EMAIL=from@example.com
63
63
  ```
64
64
 
65
65
  #### Netcore
66
66
 
67
67
  ```bash
68
- NETCORE_API_KEY=NC123
69
- NETCORE_FROM=from@example.com
68
+ NETCORE*API*KEY=NC123
69
+ NETCORE*FROM=from@example.com
70
70
  ```
71
71
 
72
72
  #### Nodemailer
73
73
 
74
74
  ```bash
75
- NODEMAILER_FROM_EMAIL=from@example.com
76
- NODEMAILER_HOST=example.com
77
- NODEMAILER_USERNAME=username
78
- NODEMAILER_PASSWORD=password
79
- NODEMAILER_PORT=25
80
- NODEMAILER_SECURE=true
75
+ NODEMAILER*FROM*EMAIL=from@example.com
76
+ NODEMAILER*HOST=example.com
77
+ NODEMAILER*USERNAME=username
78
+ NODEMAILER*PASSWORD=password
79
+ NODEMAILER*PORT=25
80
+ NODEMAILER*SECURE=true
81
81
  ```
82
82
 
83
83
  #### Postmark
84
84
 
85
85
  ```bash
86
- POSTMARK_API_KEY=PM123
87
- POSTMARK_FROM=from@example.com
86
+ POSTMARK*API*KEY=PM123
87
+ POSTMARK*FROM=from@example.com
88
88
  ```
89
89
 
90
90
  #### AWS SES
91
91
 
92
92
  ```bash
93
- SES_REGION=US
94
- SES_ACCESS_KEY_ID=testkey123
95
- SES_SECRET_ACCESS_KEY=testaccesskey123
96
- SES_FROM=from@example.com
93
+ SES*REGION=US
94
+ SES*ACCESS*KEY*ID=testkey123
95
+ SES*SECRET*ACCESS*KEY=testaccesskey123
96
+ SES*FROM=from@example.com
97
97
  ```
98
98
 
99
99
  #### Mandrill
100
100
 
101
101
  ```bash
102
- MANDRILL_API_KEY=Ma123
103
- MANDRILL_EMAIL=from@example.com
102
+ MANDRILL*API*KEY=Ma123
103
+ MANDRILL*EMAIL=from@example.com
104
104
  ```
105
105
 
106
106
  #### EmailJS
107
107
 
108
108
  ```bash
109
- EMAILJS_FROM_EMAIL=from@example.com
110
- EMAILJS_HOST=example.com
111
- EMAILJS_USERNAME=username
112
- EMAILJS_PASSWORD=password
113
- EMAILJS_PORT=25
109
+ EMAILJS*FROM*EMAIL=from@example.com
110
+ EMAILJS*HOST=example.com
111
+ EMAILJS*USERNAME=username
112
+ EMAILJS*PASSWORD=password
113
+ EMAILJS*PORT=25
114
114
  EMAILJS_SECURE=true
115
115
  ```
116
116