mailinglists.config

来自「wrox c#高级编程」· CONFIG 代码 · 共 31 行

CONFIG
31
字号
<?xml version="1.0"?>
<ModuleSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ConnectionString>server=(local);database=ThePhile;uid=sa;pwd=;</ConnectionString>
  <SubscribeUrl>http://localhost/thephile/modules/mailinglists/subscribe.aspx</SubscribeUrl>
  <SenderName>ThePhile.COM</SenderName>
  <SenderEmail>newsletters@thephile.com</SenderEmail>
  <NewsSubject>ThePhile.COM: </NewsSubject>
  <Signature>- ThePhile.COM

======================================
Click the following link to unsubscribe:
#SubscribeURL#?ListID=#ListID#&amp;Action=Unsubscribe&amp;Email=#SubscriberEmail#
======================================</Signature>
  <SubscrSubject>Welcome to the mailing list #ListName#</SubscrSubject>
  <SubscrMessage>Welcome to the mailing list #ListName#, dear #SubscriberFirstName# #SubscriberLastName#.
We hope you'll enjoy our news!

- ThePhile.COM

===============================
Click the following link to unsubscribe:
#SubscribeURL#?ListID=#ListID#&amp;Action=Unsubscribe&amp;Email=#SubscriberEmail#</SubscrMessage>
  <UnsubscrSubject>Bye bye from #ListName#</UnsubscrSubject>
  <UnsubscrMessage>You have been removed from the mailing list #ListName#
Why this decision???

- ThePhile.COM</UnsubscrMessage>
  <SendSubscrEmail>true</SendSubscrEmail>
  <SendUnsubscrEmail>true</SendUnsubscrEmail>
  <UnsubscrAction>SetInactive</UnsubscrAction>
</ModuleSettings>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?