WO2013189223A1 - Mail sending method and device - Google Patents

Mail sending method and device Download PDF

Info

Publication number
WO2013189223A1
WO2013189223A1 PCT/CN2013/075968 CN2013075968W WO2013189223A1 WO 2013189223 A1 WO2013189223 A1 WO 2013189223A1 CN 2013075968 W CN2013075968 W CN 2013075968W WO 2013189223 A1 WO2013189223 A1 WO 2013189223A1
Authority
WO
WIPO (PCT)
Prior art keywords
mail
template
sending
sent
configuration file
Prior art date
Application number
PCT/CN2013/075968
Other languages
French (fr)
Chinese (zh)
Inventor
缪贵海
张东涛
张丽
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2013189223A1 publication Critical patent/WO2013189223A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/107Computer-aided management of electronic mailing [e-mailing]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements
    • H04L51/063Content adaptation, e.g. replacement of unsuitable content

Definitions

  • the present invention relates to the field of communications, and in particular, to a mail sending method and apparatus. Background technique
  • Sending emails is a common feature of Internet commercial websites, such as registered user mailbox activation, business push information, commercial event advertising, and more. Different features require different emails to be sent. Most people, especially companies, want to send their company's information to their new and existing customers in the form of personalized emails. On the one hand, they display the company's qualifications and strength through the website, and on the other hand, they can increase business contacts. In order to meet the needs of users to send personalized emails, in the related technology, in the past, it is aimed at different mail styles, and it is necessary to develop different java codes to meet business needs, thereby resulting in high code redundancy and increasing developer's work. Quantity and maintenance costs.
  • the embodiment of the invention provides a mail sending method and device, which solves at least the problem of high code redundancy caused by sending personalized mail in the related art, increasing the workload of the developer and the maintenance cost.
  • a mail sending method including: loading a configuration file, where the configuration file includes: a template engine; using a template engine to call a mail template corresponding to a mail to be sent; using a mail template to generate a mail template Send an email and send it.
  • the mail sending method further includes: updating the preset mail template in the database by an interval preset period.
  • the mail template corresponding to the to-be-sent mail is invoked by the template engine, and the mail template corresponding to the mail to be sent is invoked from the preset mail template by using the template engine.
  • generating the to-be-sent mail by using the mail template and sending the method comprises: filling in the mail template to generate the to-be-sent mail and sending the information in the configuration file for sending the to-be-sent mail.
  • generating the to-be-sent mail by using the mail template and sending comprises: selecting a sending manner that matches the type of the mail to be sent, and sending the to-be-sent mail.
  • the sending method includes: a method of sending a template mail, a method of sending a text mail, a method of sending a mail in a webpage format, or a method of sending a webpage format mail containing a picture or an attachment.
  • the foregoing email sending method further includes: detecting the sending manner, and determining that the sending manner is normal.
  • a mail sending apparatus including: a loading module, configured to load a configuration file, where the configuration file includes: a template engine; a calling module, configured to invoke a template engine to be sent The mail template corresponding to the mail; the sending module is set to generate a to-be-sent mail and send it using the mail template.
  • the mail sending apparatus further includes: an updating module, configured to update a preset mail template in the database by an interval preset period.
  • the mail sending apparatus further includes: a detecting module configured to detect a manner of sending the to-be-sent mail, and determine that the sending mode is normal.
  • a detecting module configured to detect a manner of sending the to-be-sent mail, and determine that the sending mode is normal.
  • the template engine is loaded by loading the configuration file, and the mail template corresponding to the mail to be sent is tuned by the template engine, and then the mail template is used to generate the mail to be sent, and the mail to be sent is sent out.
  • different email templates can be called by the template engine according to different needs of users to generate different emails. While satisfying various needs of users, due to the use of the template engine, it avoids every time sending different styles of emails. The need to develop code issues reduces code redundancy, reduces developer effort, and reduces maintenance costs. BRIEF abstract
  • 1 is a flowchart of a mail sending method according to an embodiment of the present invention
  • 2 is a block diagram showing the structure of a mail transmitting apparatus according to an embodiment of the present invention
  • FIG. 3 is a structural block diagram of another mail sending apparatus according to an embodiment of the present invention.
  • FIG. 4 is a structural block diagram of still another mail transmitting apparatus according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of an environment for transmitting and receiving mail according to an embodiment of the present invention
  • FIG. 6 is a schematic diagram of another method for sending mail according to an embodiment of the present invention.
  • a mail sending method is provided. As shown in FIG. 1, the mail sending method includes steps S102 to S106.
  • Step S102 Load a configuration file, where the configuration file includes: a template engine.
  • Step S104 The template engine is used to invoke the mail template corresponding to the mail to be sent.
  • Step S106 Generate a to-be-sent mail and send it by using a mail template.
  • the configuration file is first loaded, the template engine is loaded, and the mail template corresponding to the mail to be sent is tuned by the template engine, and then the mail template is used to generate the mail to be sent, and the mail to be sent is sent out, thereby realizing Different mail templates can be called by the template engine according to different needs of users to generate different emails. While satisfying various needs of users, due to the use of the template engine, it is necessary to develop code every time different styles of mail are sent. The problem, which reduces code redundancy, reduces developer workload, and reduces maintenance costs.
  • the foregoing mail sending method can be implemented in the following manner, based on spring+velocity+j avamail, wherein the Spring Framework is an open source Java/Java EE full-stack application framework, with Apache Released in the form of a license, there is also a ported version on the .NET platform.
  • the framework is based on the code in the book Expert One-on-One Java EE Design and Development ISBN 0-7645-4385-7), originally developed by Rod Johnson and Juergen Hoeller.
  • the Spring Framework provides an easy way to develop a number of property files and helper classes that can confuse the underlying code.
  • Velocity is a java-based template engine. It allows anyone to simply reference a template defined by java code using a template language.
  • Velocity When Velocity is applied to web development, interface designers can develop a web site that follows the MVC architecture in parallel with the Java program developer. That is, the page designer can only focus on the display of the page, while the Java program developer pays attention to the business. Logical coding. Velocity separates the Java code from the web page, which facilitates the long-term maintenance of the web site, and provides an alternative to JSP and PHP.
  • Java Mail API is a public API framework provided by Java for Java developers. This API is a simple tool for adding robust email/communication support to your application.
  • spring+velocity+javamail can be used to load different templates to realize personalized mail sending, which can reduce the code redundancy while satisfying the user's needs quickly.
  • the preset period is updated in advance in the database.
  • Mail template That is, the preset period of different lengths can be set according to the needs of the update, so that the template in the template library can be updated in real time, so that the required mail template can be quickly obtained; in addition, different mail templates can be loaded without restarting the server, which is convenient for expansion. Improve the flexibility of system design.
  • the step of using the template template to invoke the mail template corresponding to the mail to be sent includes: Calling the mail template corresponding to the mail to be sent from the preset mail template by using the template engine. That is, by calling the mail template corresponding to the mail to be sent from the preset mail template, the personalized mail demand can be quickly met by different users.
  • the invoked template can be in the following form:
  • the sending of the mail is implemented.
  • the sending of the to-be-sent mail by using the mail template and sending includes: filling in the mail template with the information for sending the to-be-sent mail in the configuration file, and generating the to-be-sent mail and sending.
  • the information in the configuration file for sending the to-be-sent mail for example, the roper property file (the ropertyConfigurer), the load port is loaded with the mail server parameter information (mailSender), and the mail sender parameter information (simpleMailMessage) is loaded. And so on) fill in the email template to generate a to-be-sent email to accurately send the to-be-sent email.
  • generating a to-be-sent mail by using the mail template and sending comprises: selecting a sending manner that matches the type of the mail to be sent, and sending the to-be-sent mail. That is, different sending methods may be used for different mails.
  • the sending method may include: a method of sending a template mail, a method of sending a text mail, a method of sending a mail in a webpage format, and a webpage format including a picture or an attachment. The way the mail is.
  • the success rate of sending the mail is improved.
  • the sending mode is detected to determine that the sending mode is normal. For example, after setting the parameters, call the desired sendXXXO to test the send mail parameters.
  • the mail sending device includes: a loading module 202, configured to load a configuration file, where the configuration file includes: a template engine; a calling module 204, connected to the loading module 202, configured to invoke the mail template corresponding to the mail to be sent by the template engine; the sending module 206, connected to the calling module 204, configured to generate and send the mail to be sent by using the mail template.
  • the loading module is loaded by the loading module 202, and the template engine is loaded.
  • the calling module 204 modulates the mail template corresponding to the mail to be sent through the template engine, and then the sending module 206 generates the mail to be sent by using the mail template.
  • the mail to be sent is sent out, and different mail templates can be called by the template engine according to different needs of the user to generate different mails. While satisfying various needs of the users, the use of the template engine avoids each time. There is a need to develop code when sending different styles of mail, which reduces code redundancy, reduces developer effort, and reduces maintenance costs.
  • the mail sending apparatus further includes: an updating module 208, configured to update the database by an interval preset period. Pre-set mail template.
  • the mail sending apparatus further includes: a detecting module 210 configured to detect a manner of sending a mail to be sent, in order to ensure the success of sending the mail. Make sure the sending method is normal.
  • FIG. 5 is a schematic diagram of sending and receiving mail according to an embodiment of the present invention.
  • an environment diagram of sending an email is performed, an operator sends an email through an internet network, and an ordinary user receives an email through the internet network to read the email.
  • different templates can be loaded for different customer groups without sending modified java code, so as to send personalized emails, for example, sending template emails.
  • the implementation method of the above-mentioned sending mail has clear code structure, and the project development is completed.
  • the developer does not need to be involved in the subsequent process.
  • the user only needs to modify the template resource, and can send different mail information according to the business needs, thereby attracting the user and improving the enterprise itself.
  • the purpose of the image Improve the user's reading experience and improve the quality of reading emails. For operators in the Internet industry, expand their business and improve the feasible methods.
  • FIG. 6 is a schematic diagram of another method for sending mail according to an embodiment of the present invention.
  • an operator loads different mail templates according to business requirements, and then puts the mail into the sending team ⁇ 1 J ,
  • the internet network sends the emails of ordinary users through the internet network.
  • the ordinary users can open their own mailboxes to read the various personalized emails sent by the operators, improve the user's reading email experience, and improve the users' Read the quality of the message.
  • the above method for sending mail includes the following steps:
  • Step 1 The mail service module (MailSenderService) (equivalent to the loading module 202 described above) loads the configuration file.
  • Step 2 Periodically refresh the mail template module (corresponding to the above update module 208) to perform mail template scanning.
  • Step 3 The mail service module (MailSenderService) loads the mail template (ie the mail template corresponding to the mail to be sent).
  • Step 4 The mail service module (MailSenderService) puts the personalized mail assembly (that is, generates the to-be-sent mail) into the mail queue.
  • Step 5 The operator calls the mail service module (MailSenderService) to send the personalized mail in the mail queue through the internet network.
  • MailSenderService mail service module
  • Step 6 Send the mail and the process ends.
  • Step 7 Personalize the mail through the internet network, enter the ordinary user mailbox
  • Step 8 Ordinary users open their personal mailboxes and read personalized emails.
  • Step 9 Receive the mail and the process ends.
  • the template generates the to-be-sent mail, and sends the to-be-sent mail, so that different mail templates can be called by the template engine according to different needs of the user to generate different mails, while satisfying various needs of the user, due to the template engine Use, avoids the need to develop code every time you send different styles of mail, which reduces code redundancy, reduces developer workload, and reduces maintenance costs.
  • the interval preset period is used to update the template in the template library to quickly obtain the required mail template.
  • different mail templates can be loaded without restarting the server, which is convenient for expansion and improves system design flexibility.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any particular hardware and software. Combine.

Abstract

Provided are a mail sending method and device. The method comprises: loading a configuration file, the configuration file comprising a template engine; using the template engine to invoke a mail template corresponding to a mail to be sent; and using the mail template to generate the mail to be sent and sending same. The embodiments of the present invention solve the problems that the code redundancy is high, and the developer's workload and the maintenance costs are increased because an individualized mail is sent in the related art, thereby reducing the code redundancy, reducing the developer's workload and reducing the maintenance costs.

Description

邮件发送方法及装置 技术领域  Mail sending method and device
本发明涉及通信领域, 具体而言, 涉及一种邮件发送方法及装置。 背景技术  The present invention relates to the field of communications, and in particular, to a mail sending method and apparatus. Background technique
发送邮件是互联网商用网站常用功能, 例如, 注册用户邮箱激活, 业务 推送信息, 商业活动广告发布等等。 不同的功能, 需要发送不同的邮件。 大 多数人, 尤其是公司, 都想将自己公司的信息, 以个性化邮件的形式发送给 自己的新老客户, 一方面是通过网站显示公司的资质和实力, 另一方面可以 增加业务往来。 对于满足用户发送个性化邮件的需求, 在相关技术中, 以往 都是针对不同邮件的风格,需要开发不同的 java代码以满足业务需要,从而, 导致代码冗余度高, 增加了开发人员的工作量及维护成本。  Sending emails is a common feature of Internet commercial websites, such as registered user mailbox activation, business push information, commercial event advertising, and more. Different features require different emails to be sent. Most people, especially companies, want to send their company's information to their new and existing customers in the form of personalized emails. On the one hand, they display the company's qualifications and strength through the website, and on the other hand, they can increase business contacts. In order to meet the needs of users to send personalized emails, in the related technology, in the past, it is aimed at different mail styles, and it is necessary to develop different java codes to meet business needs, thereby resulting in high code redundancy and increasing developer's work. Quantity and maintenance costs.
针对相关技术中上述至少之一的问题, 目前尚未提出有效的解决方案。 发明内容  Regarding the problem of at least one of the above-mentioned related art, an effective solution has not yet been proposed. Summary of the invention
本发明实施例提供了一种邮件发送方法及装置, 以至少解决相关技术中 发送个性化邮件而导致的代码冗余度高、 增加开发人员的工作量及维护成本 问题。  The embodiment of the invention provides a mail sending method and device, which solves at least the problem of high code redundancy caused by sending personalized mail in the related art, increasing the workload of the developer and the maintenance cost.
根据本发明的一个实施例, 提供了一种邮件发送方法, 其包括: 加载配 置文件, 其中, 配置文件包括: 模板引擎; 釆用模板引擎调用待发送邮件对 应的邮件模板; 使用邮件模板生成待发送邮件并发送。  According to an embodiment of the present invention, a mail sending method is provided, including: loading a configuration file, where the configuration file includes: a template engine; using a template engine to call a mail template corresponding to a mail to be sent; using a mail template to generate a mail template Send an email and send it.
优选地, 在釆用模板引擎调用待发送邮件对应的邮件模板之前, 上述邮 件发送方法还包括: 间隔预设周期更新数据库中预先设置的邮件模板。  Preferably, before the mail template corresponding to the to-be-sent mail is invoked by the template engine, the mail sending method further includes: updating the preset mail template in the database by an interval preset period.
优选地, 釆用模板引擎调用与待发送邮件对应的邮件模板包括: 釆用模 板引擎从预先设置的邮件模板中调用与待发送邮件对应的邮件模板。  Preferably, the mail template corresponding to the to-be-sent mail is invoked by the template engine, and the mail template corresponding to the mail to be sent is invoked from the preset mail template by using the template engine.
优选地, 使用邮件模板生成待发送邮件并发送包括: 将配置文件中用于 发送待发送邮件的信息填写到邮件模板中生成待发送邮件并发送。 优选地, 使用邮件模板生成待发送邮件并发送包括: 选择与待发送邮件 类型相匹配的发送方式发送待发送邮件。 Preferably, generating the to-be-sent mail by using the mail template and sending the method comprises: filling in the mail template to generate the to-be-sent mail and sending the information in the configuration file for sending the to-be-sent mail. Preferably, generating the to-be-sent mail by using the mail template and sending comprises: selecting a sending manner that matches the type of the mail to be sent, and sending the to-be-sent mail.
优选地, 发送方式包括: 发送模板邮件的方式、 发送文本邮件的方式、 发送网页格式的邮件的方式, 或者发送包含有图片或附件的网页格式邮件的 方式。  Preferably, the sending method includes: a method of sending a template mail, a method of sending a text mail, a method of sending a mail in a webpage format, or a method of sending a webpage format mail containing a picture or an attachment.
优选地, 在加载配置文件之前, 上述邮件发送方法还包括: 对发送方式 进行检测, 确定发送方式正常。  Preferably, before the loading of the configuration file, the foregoing email sending method further includes: detecting the sending manner, and determining that the sending manner is normal.
根据本发明的另一实施例, 提供了一种邮件发送装置, 其包括: 加载模 块, 设置为加载配置文件, 其中, 配置文件包括; 模板引擎; 调用模块, 设 置为釆用模板引擎调用待发送邮件对应的邮件模板; 发送模块, 设置为使用 邮件模板生成待发送邮件并发送。  According to another embodiment of the present invention, a mail sending apparatus is provided, including: a loading module, configured to load a configuration file, where the configuration file includes: a template engine; a calling module, configured to invoke a template engine to be sent The mail template corresponding to the mail; the sending module is set to generate a to-be-sent mail and send it using the mail template.
优选地, 上述邮件发送装置还包括: 更新模块, 设置为间隔预设周期更 新数据库中预先设置的邮件模板。  Preferably, the mail sending apparatus further includes: an updating module, configured to update a preset mail template in the database by an interval preset period.
优选地, 上述邮件发送装置还包括: 检测模块, 设置为对发送待发送邮 件的方式进行检测, 确定发送方式正常。  Preferably, the mail sending apparatus further includes: a detecting module configured to detect a manner of sending the to-be-sent mail, and determine that the sending mode is normal.
在本发明实施例中, 通过加载配置文件, 加载模板引擎, 并通过该模板 引擎调与用待发送邮件对应的邮件模板, 然后, 使用上述邮件模板生成待发 送邮件, 并将待发送邮件发送出去, 实现了可以根据用户不同的需求通过模 板引擎调用不同的邮件模板, 以生成不同的邮件, 在满足用户多种需求的同 时, 由于模板引擎的使用, 避免了每次发送不同风格的邮件时都需要开发代 码的问题, 从而降低了代码冗余度、 减少了开发人员的工作量, 降低了维护 成本。 附图概述  In the embodiment of the present invention, the template engine is loaded by loading the configuration file, and the mail template corresponding to the mail to be sent is tuned by the template engine, and then the mail template is used to generate the mail to be sent, and the mail to be sent is sent out. It realizes that different email templates can be called by the template engine according to different needs of users to generate different emails. While satisfying various needs of users, due to the use of the template engine, it avoids every time sending different styles of emails. The need to develop code issues reduces code redundancy, reduces developer effort, and reduces maintenance costs. BRIEF abstract
此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中:  The drawings are intended to provide a further understanding of the invention, and are intended to be illustrative of the invention. In the drawing:
图 1是根据本发明实施例的邮件发送方法的流程图; 图 2是根据本发明实施例的邮件发送装置的结构框图; 1 is a flowchart of a mail sending method according to an embodiment of the present invention; 2 is a block diagram showing the structure of a mail transmitting apparatus according to an embodiment of the present invention;
图 3是根据本发明实施例的另一种邮件发送装置的结构框图;  FIG. 3 is a structural block diagram of another mail sending apparatus according to an embodiment of the present invention; FIG.
图 4是根据本发明实施例的又一种邮件发送装置的结构框图;  4 is a structural block diagram of still another mail transmitting apparatus according to an embodiment of the present invention;
图 5是根据本发明实施例的发送、 接收邮件的环境示意图; 以及 图 6是根据本发明实施例的另一种发送邮件方法的示意图。 本发明的较佳实施方式  5 is a schematic diagram of an environment for transmitting and receiving mail according to an embodiment of the present invention; and FIG. 6 is a schematic diagram of another method for sending mail according to an embodiment of the present invention. Preferred embodiment of the invention
下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。  The invention will be described in detail below with reference to the drawings in conjunction with the embodiments. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict.
在本实施例中, 提供了一种邮件发送方法, 如图 1所示, 该邮件发送方 法包括步骤 S102至步骤 S106。  In this embodiment, a mail sending method is provided. As shown in FIG. 1, the mail sending method includes steps S102 to S106.
步骤 S102: 加载配置文件, 其中, 配置文件包括: 模板引擎。  Step S102: Load a configuration file, where the configuration file includes: a template engine.
步骤 S104: 釆用模板引擎调用待发送邮件对应的邮件模板。  Step S104: The template engine is used to invoke the mail template corresponding to the mail to be sent.
步骤 S106: 使用邮件模板生成待发送邮件并发送。  Step S106: Generate a to-be-sent mail and send it by using a mail template.
通过上述步骤, 首先加载配置文件, 加载模板引擎, 并通过该模板引擎 调与用待发送邮件对应的邮件模板, 然后, 使用上述邮件模板生成待发送邮 件, 并将待发送邮件发送出去, 实现了可以根据用户不同的需求通过模板引 擎调用不同的邮件模板, 以生成不同的邮件, 在满足用户多种需求的同时, 由于模板引擎的使用, 避免了每次发送不同风格的邮件时都需要开发代码的 问题, 从而降低了代码冗余度、 减少了开发人员的工作量, 降低了维护成本。  Through the above steps, the configuration file is first loaded, the template engine is loaded, and the mail template corresponding to the mail to be sent is tuned by the template engine, and then the mail template is used to generate the mail to be sent, and the mail to be sent is sent out, thereby realizing Different mail templates can be called by the template engine according to different needs of users to generate different emails. While satisfying various needs of users, due to the use of the template engine, it is necessary to develop code every time different styles of mail are sent. The problem, which reduces code redundancy, reduces developer workload, and reduces maintenance costs.
优选地, 上述邮件发送方法可以通过以下方式来实现, 基于 spring+velocity+j avamail实现,其中, Spring Framework是一个开源的 Java/ Java EE全功能栈(full-stack ) 的应用程序框架, 以 Apache许可证形式发布, 也 有. NET平台上的移植版本。 该框架基于 Expert One-on-One Java EE Design and Development ISBN 0-7645-4385-7 )一书中的代码,最初由 Rod Johnson和 Juergen Hoeller等开发。 Spring Framework提供了一个简易的开发方式, 这种 开发方式, 将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和 帮助类。 Velocity是一个基于 java的模板引擎( template engine ) 。 它允许任何人 仅仅简单的使用模板语言( template language )来引用由 java代码定义的对象。 当 Velocity应用于 web开发时, 界面设计人员可以和 java程序开发人员同步 开发一个遵循 MVC架构的 web站点, 也就是说, 页面设计人员可以只 关注 页面的显示效果, 而由 java程序开发人员关注业务逻辑编码。 Velocity将 java 代码从 web页面中分离出来, 这样为 web站点的长期维护提供了便利, 同 时也为我们在 JSP和 PHP之外又提供了一种可选的方案。 Preferably, the foregoing mail sending method can be implemented in the following manner, based on spring+velocity+j avamail, wherein the Spring Framework is an open source Java/Java EE full-stack application framework, with Apache Released in the form of a license, there is also a ported version on the .NET platform. The framework is based on the code in the book Expert One-on-One Java EE Design and Development ISBN 0-7645-4385-7), originally developed by Rod Johnson and Juergen Hoeller. The Spring Framework provides an easy way to develop a number of property files and helper classes that can confuse the underlying code. Velocity is a java-based template engine. It allows anyone to simply reference a template defined by java code using a template language. When Velocity is applied to web development, interface designers can develop a web site that follows the MVC architecture in parallel with the Java program developer. That is, the page designer can only focus on the display of the page, while the Java program developer pays attention to the business. Logical coding. Velocity separates the Java code from the web page, which facilitates the long-term maintenance of the web site, and provides an alternative to JSP and PHP.
Java Mail API的开发是 SUN为 Java开发者提供公用 API框架。 该 API 不失为在应用程序中加入健壮的邮件 /通讯支持的简单工具。  The development of the Java Mail API is a public API framework provided by Java for Java developers. This API is a simple tool for adding robust email/communication support to your application.
通过上述方式, 可以使用 spring+velocity+javamail实现加载不同的模板, 实现个性化邮件的发送, 在快速满足用户需求的同时可以减少代码冗余度。  Through the above method, spring+velocity+javamail can be used to load different templates to realize personalized mail sending, which can reduce the code redundancy while satisfying the user's needs quickly.
为了能实时地获得各种不同的邮件模板来满足不同用户的需求, 在本优 选实施例中, 在釆用模板引擎调用待发送邮件对应的邮件模板之前, 间隔预 设周期更新数据库中预先设置的邮件模板。 即可以根据更新的需要设置不同 长度的预设周期, 实现可以实时地更新模板库中的模板, 以便快速获取需要 的邮件模板; 另外, 无需重启服务器就可以加载到不同的邮件模板, 便于扩 展, 提高系统设计的灵活性。  In order to be able to obtain various email templates in real time to meet the needs of different users, in the preferred embodiment, before the email template corresponding to the to-be-sent email is invoked by the template engine, the preset period is updated in advance in the database. Mail template. That is, the preset period of different lengths can be set according to the needs of the update, so that the template in the template library can be updated in real time, so that the required mail template can be quickly obtained; in addition, different mail templates can be loaded without restarting the server, which is convenient for expansion. Improve the flexibility of system design.
上述釆用模板引擎调用与待发送邮件对应的邮件模板的步骤包括: 釆用 模板引擎从预先设置的邮件模板中调用与待发送邮件对应的邮件模板。 即通 过从预先设置的邮件模板中调用与待发送邮件对应的邮件模板, 可以快速地 满足不同用户发送个性化邮件需求, 例如, 调用的模板可以是以下形式的: The step of using the template template to invoke the mail template corresponding to the mail to be sent includes: Calling the mail template corresponding to the mail to be sent from the preset mail template by using the template engine. That is, by calling the mail template corresponding to the mail to be sent from the preset mail template, the personalized mail demand can be quickly met by different users. For example, the invoked template can be in the following form:
${username} , 您好, 欢迎来到< href=${url} 1& 61=_1)131^>中兴通讯${username} , Hello, welcome to < href=${url} 1& 61=_1)131^>ZTE Corporation
</A>! </A>!
发送者由 牛信息 ma properties  Sender by cow information ma properties
主要内容如下:  The main contents are as follows:
mail . ho st=smt . gmail . com  Mail . ho st=smt . gmail . com
mail.port=25  Mail.port=25
mail.username=yourname mail.password=yourpassword Mail.username=yourname Mail.password=yourpassword
mail . smt . auth=true  Mail . smt . auth=true
mail.smtp.timeout=25000  Mail.smtp.timeout=25000
mail . default . from=yourname @gmail . com  Mail . default . from=yourname @gmail . com
实现邮件的发送, 在本优选实施例中, 使用邮件模板生成待发送邮件并 发送包括: 将配置文件中用于发送待发送邮件的信息填写到邮件模板中生成 待发送邮件并发送。 即将配置文件中的用于发送待发送邮件的信息 (例如, 力口载属性文件 ( ropertyConfigurer ) ,力口载由 P箱月良务器参数信息 ( mailSender ) , 加载邮件发送人参数信息 ( simpleMailMessage )等信息)填写到邮件模板中 生成待发送邮件, 以准确地将待发送邮件发送出去。  The sending of the mail is implemented. In the preferred embodiment, the sending of the to-be-sent mail by using the mail template and sending includes: filling in the mail template with the information for sending the to-be-sent mail in the configuration file, and generating the to-be-sent mail and sending. The information in the configuration file for sending the to-be-sent mail (for example, the roper property file (the ropertyConfigurer), the load port is loaded with the mail server parameter information (mailSender), and the mail sender parameter information (simpleMailMessage) is loaded. And so on) fill in the email template to generate a to-be-sent email to accurately send the to-be-sent email.
为了便于不同邮件的发送, 在本优选实施例中, 使用邮件模板生成待发 送邮件并发送包括: 选择与待发送邮件类型相匹配的发送方式发送待发送邮 件。 即针对不同的邮件可以釆用不同的发送方式, 例如, 该发送方式可以包 括: 发送模板邮件的方式、 发送文本邮件的方式、 发送网页格式的邮件的方 式、 发送包含有图片或附件的网页格式邮件的方式。  In order to facilitate the sending of different mails, in the preferred embodiment, generating a to-be-sent mail by using the mail template and sending comprises: selecting a sending manner that matches the type of the mail to be sent, and sending the to-be-sent mail. That is, different sending methods may be used for different mails. For example, the sending method may include: a method of sending a template mail, a method of sending a text mail, a method of sending a mail in a webpage format, and a webpage format including a picture or an attachment. The way the mail is.
为了确保邮件的发送成功,提高发送邮件的成功率, 在本优选实施例中, 在加载配置文件之前, 对发送方式进行检测, 确定发送方式正常。 例如, 设 置好参数后调用想要的 sendXXXO, 来测试发送邮件参数。  In order to ensure the success of the sending of the mail, the success rate of sending the mail is improved. In the preferred embodiment, before the configuration file is loaded, the sending mode is detected to determine that the sending mode is normal. For example, after setting the parameters, call the desired sendXXXO to test the send mail parameters.
在本优选实施例中, 提供了一种优选的邮件发送装置, 如图 2所示, 该 邮件发送装置包括: 加载模块 202, 设置为加载配置文件, 其中, 配置文件 包括: 模板引擎; 调用模块 204, 连接至加载模块 202, 设置为釆用模板引擎 调用待发送邮件对应的邮件模板; 发送模块 206, 连接至调用模块 204, 设置 为使用邮件模板生成待发送邮件并发送。  In the preferred embodiment, a preferred mail sending device is provided. As shown in FIG. 2, the mail sending device includes: a loading module 202, configured to load a configuration file, where the configuration file includes: a template engine; a calling module 204, connected to the loading module 202, configured to invoke the mail template corresponding to the mail to be sent by the template engine; the sending module 206, connected to the calling module 204, configured to generate and send the mail to be sent by using the mail template.
在上述优选实施例中, 通过加载模块 202加载配置文件, 加载模板引擎, 调用模块 204通过模板引擎调与用待发送邮件对应的邮件模板, 然后, 发送 模块 206使用上述邮件模板生成待发送邮件, 并将待发送邮件发送出去, 实 现了可以根据用户不同的需求通过模板引擎调用不同的邮件模板, 以生成不 同的邮件, 在满足用户多种需求的同时, 由于模板引擎的使用, 避免了每次 发送不同风格的邮件时都需要开发代码的问题, 从而降低了代码冗余度、 减 少了开发人员的工作量, 降低了维护成本。 In the above preferred embodiment, the loading module is loaded by the loading module 202, and the template engine is loaded. The calling module 204 modulates the mail template corresponding to the mail to be sent through the template engine, and then the sending module 206 generates the mail to be sent by using the mail template. The mail to be sent is sent out, and different mail templates can be called by the template engine according to different needs of the user to generate different mails. While satisfying various needs of the users, the use of the template engine avoids each time. There is a need to develop code when sending different styles of mail, which reduces code redundancy, reduces developer effort, and reduces maintenance costs.
为了能实时地获得各种不同的邮件模板来满足不同用户的需求, 在本优 选实施例中, 如图 3所示, 上述邮件发送装置还包括: 更新模块 208, 设置 为间隔预设周期更新数据库中预先设置的邮件模板。  In order to be able to obtain various email templates in real time to meet the needs of different users, in the preferred embodiment, as shown in FIG. 3, the mail sending apparatus further includes: an updating module 208, configured to update the database by an interval preset period. Pre-set mail template.
为了确保邮件的发送成功,提高发送邮件的成功率, 在本优选实施例中, 如图 4所示, 上述邮件发送装置还包括: 检测模块 210, 设置为对发送待发 送邮件的方式进行检测, 确定发送方式正常。  In the preferred embodiment, as shown in FIG. 4, the mail sending apparatus further includes: a detecting module 210 configured to detect a manner of sending a mail to be sent, in order to ensure the success of sending the mail. Make sure the sending method is normal.
以下结合附图对上述各个优选实施例进行详细地描述。  The above various preferred embodiments are described in detail below with reference to the accompanying drawings.
图 5是根据本发明实施例的发送、 接收邮件的示意图, 如图 5所示, 发 送邮件的环境示意图, 运营商通过 internet网络进行邮件发送, 普通用户通过 internet网络接收邮件进行邮件阅读。 在互联网商用网站应用场景下, 通过对 模板资源的不同配置, 达到在不增加修改 java代码的前提下, 针对不同的客 户人群, 加载不同的模板, 实现发送个性化邮件, 例如, 发送模板邮件, 发 送普通文本邮件, 发送网页格式邮件, 发送包含图片的网页格式邮件, 发送 包含附件的网页格式邮件等个性化邮件。 上述发送邮件的实现方法, 代码结 构清晰, 项目开发完毕, 部署上线后, 后续无需开发人员介入, 用户只需要 修改模板资源, 就可以根据业务需要发送不同的邮件信息, 达到吸引用户, 提高企业自身形象的目的。 改善用户阅读邮件体验, 提高了用户的阅读邮件 质量。 为运营商在互联网产业的大环境下, 拓展自己的业务, 提高了可行的 方法。  FIG. 5 is a schematic diagram of sending and receiving mail according to an embodiment of the present invention. As shown in FIG. 5, an environment diagram of sending an email is performed, an operator sends an email through an internet network, and an ordinary user receives an email through the internet network to read the email. In the application scenario of the Internet commercial website, by different configurations of the template resources, different templates can be loaded for different customer groups without sending modified java code, so as to send personalized emails, for example, sending template emails. Send plain text mail, send web page format mail, send web page format mail containing pictures, and send personalized mail such as web page format mail containing attachments. The implementation method of the above-mentioned sending mail has clear code structure, and the project development is completed. After the deployment is online, the developer does not need to be involved in the subsequent process. The user only needs to modify the template resource, and can send different mail information according to the business needs, thereby attracting the user and improving the enterprise itself. The purpose of the image. Improve the user's reading experience and improve the quality of reading emails. For operators in the Internet industry, expand their business and improve the feasible methods.
图 6是根据本发明实施例的另一种发送邮件方法的示意图,如图 6所示, 运营商根据业务需求将不同的邮件模板加载进来, 然后, 将邮件放入发送队 歹1 J , 通过 internet网络进行发送 , 普通用户的邮箱通过 internet网络会收到运 营商的邮件, 普通用户打开自己的邮箱就可以阅读运营商发送的各种个性化 的邮件, 改善用户阅读邮件体验, 提高了用户的阅读邮件质量。 上述发送邮 件方法包括如下步骤: FIG. 6 is a schematic diagram of another method for sending mail according to an embodiment of the present invention. As shown in FIG. 6, an operator loads different mail templates according to business requirements, and then puts the mail into the sending team 歹1 J , The internet network sends the emails of ordinary users through the internet network. The ordinary users can open their own mailboxes to read the various personalized emails sent by the operators, improve the user's reading email experience, and improve the users' Read the quality of the message. The above method for sending mail includes the following steps:
步骤 1: 发送邮件服务模块( MailSenderService ) (相当于上述加载模块 202 )加载配置文件。 步骤 2: 定时刷新邮件模板模块(相当于上述更新模块 208 ) , 进行邮件 模板扫描。 步骤 3: 发送邮件服务模块( MailSenderService )加载邮件模板 (即与待 发送邮件对应的邮件模板) 。 步骤 4: 发送邮件服务模块(MailSenderService )将个性化邮件组装(即 生成待发送邮件)放入邮件队列。 Step 1: The mail service module (MailSenderService) (equivalent to the loading module 202 described above) loads the configuration file. Step 2: Periodically refresh the mail template module (corresponding to the above update module 208) to perform mail template scanning. Step 3: The mail service module (MailSenderService) loads the mail template (ie the mail template corresponding to the mail to be sent). Step 4: The mail service module (MailSenderService) puts the personalized mail assembly (that is, generates the to-be-sent mail) into the mail queue.
步骤 5:运营商调用发送邮件服务模块( MailSenderService ) ,通过 internet 网络将邮件队列中个性化邮件进行发送  Step 5: The operator calls the mail service module (MailSenderService) to send the personalized mail in the mail queue through the internet network.
步骤 6: 发送邮件, 流程结束。  Step 6: Send the mail and the process ends.
步骤 7: 个性化邮件通过 internet网络, 进入普通用户邮箱  Step 7: Personalize the mail through the internet network, enter the ordinary user mailbox
步骤 8: 普通用户打开个人邮箱, 阅读个性化邮件。  Step 8: Ordinary users open their personal mailboxes and read personalized emails.
步骤 9: 接收邮件, 流程结束。  Step 9: Receive the mail and the process ends.
从以上的描述中, 可以看出, 本发明实施例可以实现如下技术效果: 通 过加载配置文件, 加载模板引擎, 并通过该模板引擎调与用待发送邮件对应 的邮件模板, 然后, 使用上述邮件模板生成待发送邮件, 并将待发送邮件发 送出去,实现了可以根据用户不同的需求通过模板引擎调用不同的邮件模板, 以生成不同的邮件, 在满足用户多种需求的同时, 由于模板引擎的使用, 避 免了每次发送不同风格的邮件时都需要开发代码的问题, 从而降低了代码冗 余度、 减少了开发人员的工作量, 降低了维护成本。 另外, 间隔预设周期对 更新模板库中的模板, 快速获取需要的邮件模板; 另外, 无需重启服务器就 可以加载到不同的邮件模板, 便于扩展, 提高系统设计的灵活性。  From the above description, it can be seen that the following technical effects can be achieved by loading the configuration file, loading the template engine, and using the template engine to reconcile the mail template corresponding to the mail to be sent, and then using the above mail. The template generates the to-be-sent mail, and sends the to-be-sent mail, so that different mail templates can be called by the template engine according to different needs of the user to generate different mails, while satisfying various needs of the user, due to the template engine Use, avoids the need to develop code every time you send different styles of mail, which reduces code redundancy, reduces developer workload, and reduces maintenance costs. In addition, the interval preset period is used to update the template in the template library to quickly obtain the required mail template. In addition, different mail templates can be loaded without restarting the server, which is convenient for expansion and improves system design flexibility.
显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并 且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者 将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作 成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件 结合。 Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any particular hardware and software. Combine.
以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 工业实用性 本发明实施例实现了可以根据用户不同的需求通过模板引擎调用不同的 邮件模板, 以生成不同的邮件, 在满足用户多种需求的同时, 由于模板引擎 的使用, 避免了每次发送不同风格的邮件时都需要开发代码的问题, 从而降 低了代码冗余度、 减少了开发人员的工作量, 降低了维护成本。  The above description is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention. INDUSTRIAL APPLICABILITY The embodiment of the present invention implements that different email templates can be invoked by the template engine according to different needs of the user to generate different emails. While satisfying various needs of the user, the template engine is used to avoid each transmission. Different styles of mail require the development of code, which reduces code redundancy, reduces developer workload, and reduces maintenance costs.

Claims

权 利 要 求 书 Claim
1、 一种邮件发送方法, 其包括: 1. A method for sending a mail, comprising:
加载配置文件, 其中, 所述配置文件包括: 模板引擎;  Loading a configuration file, where the configuration file includes: a template engine;
釆用所述模板引擎调用与待发送邮件对应的邮件模板; 以及  Using the template engine to invoke a mail template corresponding to the mail to be sent;
使用所述邮件模板生成所述待发送邮件并发送。  The to-be-sent mail is generated and sent using the mail template.
2、根据权利要求 1所述的方法, 在釆用所述模板引擎调用待发送邮件对 应的邮件模板之前, 所述方法还包括: The method of claim 1, before the template engine is used to invoke the mail template corresponding to the mail to be sent, the method further includes:
间隔预设周期更新数据库中预先设置的邮件模板。  The preset preset period updates the mail template preset in the database.
3、 根据权利要求 2所述的方法, 其中, 釆用所述模板引擎调用与待发送 邮件对应的邮件模板包括: 3. The method according to claim 2, wherein the invoking the mail template corresponding to the mail to be sent by using the template engine comprises:
釆用所述模板引擎从所述预先设置的邮件模板中调用与所述待发送邮件 对应的邮件模板。  And using the template engine to invoke a mail template corresponding to the to-be-sent mail from the preset mail template.
4、 根据权利要求 1至 3中任一项所述的方法, 其中, 使用所述邮件模板 生成所述待发送邮件并发送包括: The method according to any one of claims 1 to 3, wherein the generating, by the mail template, the to-be-sent mail and sending comprises:
将所述配置文件中用于发送所述待发送邮件的信息填写到所述邮件模板 中生成所述待发送邮件并发送。  Filling in the mail template with the information for sending the to-be-sent mail in the configuration file to generate the to-be-sent mail and sending.
5、 根据权利要求 4所述的方法,其中,使用所述邮件模板生成所述待发 送邮件并发送包括: 5. The method of claim 4, wherein generating the to-be-sent mail using the mail template and transmitting comprises:
选择与所述待发送邮件类型相匹配的发送方式发送所述待发送邮件。  Sending the to-be-sent mail by selecting a sending manner that matches the type of the mail to be sent.
6、 根据权利要求 5所述的方法, 其中, 所述发送方式包括: 发送模板邮 件的方式、 发送文本邮件的方式、 发送网页格式的邮件的方式, 或发送包含 有图片或附件的网页格式邮件的方式。 6. The method according to claim 5, wherein the sending manner comprises: a method of sending a template email, a method of sending a text email, a method of sending a email in a webpage format, or sending a webpage format email containing a picture or an attachment. The way.
7、 根据权利要求 6所述的方法, 在加载所述配置文件之前, 所述方法还 包括: 对所述发送方式进行检测, 确定所述发送方式正常。 The method according to claim 6, before the loading the configuration file, the method further includes: The sending mode is detected to determine that the sending mode is normal.
8、 一种邮件发送装置, 其包括: 8. A mail sending device, comprising:
加载模块, 其设置为加载配置文件, 其中, 所述配置文件包括: 模板引 擎;  a loading module, configured to load a configuration file, where the configuration file includes: a template engine;
调用模块,其设置为釆用所述模板引擎调用待发送邮件对应的邮件模板; 以及  Calling a module, configured to invoke a mail template corresponding to the to-be-sent mail by using the template engine;
发送模块, 其设置为使用所述邮件模板生成所述待发送邮件并发送。  a sending module, configured to generate the to-be-sent mail and send using the mail template.
9、 根据权利要求 8所述的装置, 其还包括: 9. The apparatus of claim 8 further comprising:
更新模块, 其设置为间隔预设周期更新数据库中预先设置的邮件模板。  An update module, which is set to update a preset mail template in the database by an interval preset period.
10、 根据权利要求 8所述的装置, 其还包括: 10. The apparatus of claim 8 further comprising:
检测模块, 其设置为对发送所述待发送邮件的方式进行检测, 确定发送 方式正常。  The detecting module is configured to detect a manner of sending the to-be-sent mail, and determine that the sending mode is normal.
PCT/CN2013/075968 2012-06-20 2013-05-21 Mail sending method and device WO2013189223A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210204693.7 2012-06-20
CN2012102046937A CN103426079A (en) 2012-06-20 2012-06-20 Mail sending method and device

Publications (1)

Publication Number Publication Date
WO2013189223A1 true WO2013189223A1 (en) 2013-12-27

Family

ID=49650781

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/075968 WO2013189223A1 (en) 2012-06-20 2013-05-21 Mail sending method and device

Country Status (2)

Country Link
CN (1) CN103426079A (en)
WO (1) WO2013189223A1 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105787696A (en) * 2014-12-24 2016-07-20 阿里巴巴集团控股有限公司 Method for efficiently generating emails on computer and apparatus thereof
CN104954238A (en) * 2015-07-17 2015-09-30 上海斐讯数据通信技术有限公司 Email template management method and system
CN105608559B (en) * 2015-12-28 2021-02-23 歌尔股份有限公司 Method and system for generating multi-language mail
CN107146095B (en) * 2016-03-01 2021-03-23 创新先进技术有限公司 Method and device for processing display information of mail and mail system
CN106533909A (en) * 2016-11-18 2017-03-22 灿芯半导体(上海)有限公司 Email sending method and system
CN106934597A (en) * 2017-03-02 2017-07-07 努比亚技术有限公司 Project development device and method based on demand pond management system
CN107733789B (en) * 2017-12-01 2020-09-08 世纪龙信息网络有限责任公司 Mail sending method and device
CN110351182B (en) * 2019-05-31 2022-06-17 平安科技(深圳)有限公司 Mail sending method, device, equipment and computer readable storage medium
CN110474836A (en) * 2019-08-16 2019-11-19 深圳乐信软件技术有限公司 A kind of email template generation method, calculates equipment and medium at device
CN111181842A (en) * 2019-12-29 2020-05-19 苏州浪潮智能科技有限公司 Mail sending method and system based on different business logics
CN113556276A (en) * 2020-04-23 2021-10-26 北京沃东天骏信息技术有限公司 Method and device for sending mail
CN111641547B (en) * 2020-04-27 2022-11-29 完美世界控股集团有限公司 Mail processing method, client, server and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1881243A (en) * 2005-06-16 2006-12-20 吴超竑 E-mail making system and method thereof
CN101616100A (en) * 2008-06-24 2009-12-30 联想(北京)有限公司 Mail push, reception, sending method, mail server and Mail Clients
CN102065024A (en) * 2010-12-14 2011-05-18 东莞宇龙通信科技有限公司 Method, system and communication terminal for loading electronic mail letter paper
CN102170405A (en) * 2010-02-25 2011-08-31 腾讯科技(深圳)有限公司 Mail processing method, mail server and mail system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5961590A (en) * 1997-04-11 1999-10-05 Roampage, Inc. System and method for synchronizing electronic mail between a client site and a central site
GB2367977B (en) * 2000-06-29 2004-05-12 Hutchison Telephone Company Lt Messaging system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1881243A (en) * 2005-06-16 2006-12-20 吴超竑 E-mail making system and method thereof
CN101616100A (en) * 2008-06-24 2009-12-30 联想(北京)有限公司 Mail push, reception, sending method, mail server and Mail Clients
CN102170405A (en) * 2010-02-25 2011-08-31 腾讯科技(深圳)有限公司 Mail processing method, mail server and mail system
CN102065024A (en) * 2010-12-14 2011-05-18 东莞宇龙通信科技有限公司 Method, system and communication terminal for loading electronic mail letter paper

Also Published As

Publication number Publication date
CN103426079A (en) 2013-12-04

Similar Documents

Publication Publication Date Title
WO2013189223A1 (en) Mail sending method and device
US8775671B2 (en) Managing information exchange between business entities
US20130304666A1 (en) Managing Information Exchange Between Business Entities
US8838980B2 (en) Mobile solution for signing and retaining third-party documents
US20150128103A1 (en) System and method for automating application programming interface integration
KR20120045586A (en) Apparatus and method for setting saas(software as a service) applications for multi-tenant
CN111580820A (en) Applet generation method and device
JP2013513872A5 (en)
JP2014525092A (en) Methods for associating third-party content with online document signatures
CN103118137B (en) Cross-domain accession page device and cross-domain accession page method
CN111090423B (en) Webhook framework system and method for realizing active calling and event triggering
CN111857733B (en) Construction method, device and system of service environment and readable storage medium
CN101853152A (en) Method and system for generating graphical user interface
KR20140093491A (en) Method, system and computer-readable storage medium storing computer program for handling shortened url
CN104572099A (en) Assembly and middleware based low-coupling frame data processing method and system
CN105516333A (en) Interactive method and system based on webpage
US9929995B2 (en) Third party messaging system for monitoring and managing domain names and websites
CN102984218B (en) Browser and login method thereof and system
CN102594859B (en) A kind of rendering method of business datum, terminal, server and system
CN113360160A (en) Method and device for deploying application, electronic equipment and storage medium
JP2006243985A (en) Message notification system and method, and server used therefor
KR20110087299A (en) Online service syndication
US20210304150A1 (en) Rich communication services security recruiting system
JP2015504210A (en) Method and system for responding to a website update event
KR20130098719A (en) Mobile intelligent apparatus and method supporting message-based dynamic services

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13807148

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13807148

Country of ref document: EP

Kind code of ref document: A1