Skip to content

Commit

Permalink
feat(mail): 更改意见反馈的收信地址
Browse files Browse the repository at this point in the history
  • Loading branch information
aitexiaoy committed Jul 5, 2019
1 parent fd1f6d1 commit 0acb7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function newEmail(data, telUser, appInfo){
// 设置发件内容
const mailOptions = {
from: '[email protected]', // 发件人地址
to: 'taoacat@163.com', // 收件人地址
to: 'strawberrypaper@163.com', // 收件人地址
subject: `【${appInfo.emailType}:草莓壁纸】[${appInfo.version}]${telUser}`, // 主题
text: '',
html: (() => {
Expand Down

0 comments on commit 0acb7c1

Please sign in to comment.