Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想向里面有订阅框的用户发送电子邮件,以便这些订阅了我的网站时事通讯的用户。
可能吗?如果是,那么该怎么做?
作为解决方案之一,您可以使用 php 函数mail向您的用户发送包含唯一(每个用户)链接的电子邮件。如果用户点击该链接(假设他打开它并被要求登录,以确认那是您的用户),那么他订阅了您的时事通讯。
PS 正如评论中已经提出的那样,您应该发布您已经尝试过获得详细答案的内容。