-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/email
Copy pathMore file actions
32 lines (32 loc) · 914 Bytes
/email
File metadata and controls
32 lines (32 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SwithMailSettings>
<ServerSettings>
<FromName>Cristiano</FromName>
<FromAddress>seu-email@gmail.com</FromAddress>
<Username />
<Password>ghwr12345tr.</Password>
<ObscurePassword>False</ObscurePassword>
<MailServer>smtp.gmail.com</MailServer>
<MailServerPort>587</MailServerPort>
<SSL>True</SSL>
<Encoding />
<RequestReceipt>False</RequestReceipt>
<MessageID>False</MessageID>
</ServerSettings>
<EmailAddresses>
<To>e-mail-remetente@outlook.com</To>
<CC>e-mail-remetente@bol.com.br</CC>
<BCC />
<ReplyTo>seu-email@gmail.com</ReplyTo>
</EmailAddresses>
<Attachments>
<AttachmentPath />
</Attachments>
<EmailContent>
<HTML>False</HTML>
<DontReplaceNewLine>False</DontReplaceNewLine>
<Subject />
<Body />
<BodyTxtFile />
</EmailContent>
</SwithMailSettings>