|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 61 楼』:
使用 LLM 解释/回答一下
我试了21cn QQ 163的邮箱发信``只有163的能成功``
其他的怎么不登陆呢?
I tried sending emails from 21cn QQ 163 email addresses. Only the 163 one succeeded. Why can't the others log in?
|
|
2007-5-7 21:38 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 62 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-7 21:38:
我试了21cn QQ 163的邮箱发信``只有163的能成功``
其他的怎么不登陆呢?
baidu google 搜索错误原因看看~qq的要手动开启smtp才可以的
Originally posted by fengzi at 2007-5-7 21:38:
I tried sending emails from 21cn QQ 163 email, only 163 succeeded.
Why don't the others log in?
Baidu Google search for the error reason to see~QQ's needs to manually enable smtp to be able to
|
|
2007-5-8 13:24 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
|
2007-5-9 20:53 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 64 楼』:
使用 LLM 解释/回答一下
还没有注意这个又有新版本了```
不知道新版本有什么新功能啊``
我先试下``
Haven't noticed there's a new version again...
Don't know what new features the new version has...
I'll try it first.
|
|
2007-5-11 21:31 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 65 楼』:
使用 LLM 解释/回答一下
/ht 隐藏多方发送时别的收件人
这个是什么意思呢``?
/Ht Hide other recipients when sending to multiple parties
What does this mean?
|
|
2007-5-11 21:34 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 66 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-11 21:34:
/ht 隐藏多方发送时别的收件人
这个是什么意思呢``?
你发送多个人的时候分别试下就明白了
Originally posted by fengzi at 2007-5-11 21:34:
/ht Hide other recipients when sending to multiple parties
What does this mean``?
Just try it when you send to multiple people respectively
|
|
2007-5-12 12:21 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 67 楼』:
使用 LLM 解释/回答一下
为什么我用这个挂着发了一个小时后机箱就会有报警声呢` 同时程序显示说无法登陆,是否是邮箱服务器的限制?
Why does the case have an alarm sound after I have been running this for an hour? At the same time, the program shows that it cannot log in. Is it due to the restriction of the email server?
|
|
2007-5-12 23:31 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 68 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-12 23:31:
为什么我用这个挂着发了一个小时后机箱就会有报警声呢` 同时程序显示说无法登陆,是否是邮箱服务器的限制?
这个未知,我想不通你怎么挂着发了一个小时那?群发的话可以这样
p-mailsend /u *@* /p * /t a.txt /s test /c *
a.txt格式如下:
a@163.com
b@qq.com
c@56.com
d@yahoo.com.cn
....
Originally posted by fengzi at 2007-5-12 23:31:
Why does the case make an alarm sound after I've been running this for an hour? At the same time, the program shows that it can't log in. Is it due to the restrictions of the email server?
This is unknown. I can't figure out how you've been running it for an hour. For mass sending, it can be like this
p-mailsend /u *@* /p * /t a.txt /s test /c *
The format of a.txt is as follows:
a@163.com
b@qq.com
c@56.com
d@yahoo.com.cn
....
|
|
2007-5-14 20:18 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 69 楼』:
使用 LLM 解释/回答一下
for /l %%i in(400000,1,500000) dop-mailsend /u *@* /p * /t %% i@qq.com /s test /c *
做的QQ群发``只是最多也就能挂1个小时。
for /l %%i in(400000,1,500000) do p-mail send /u *@* /p * /t %% i@qq.com /s test /c *
It's a QQ mass sending made, but it can only run for at most one hour.
|
|
2007-5-15 01:30 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 70 楼』:
使用 LLM 解释/回答一下
比如我用来做QQ群发`收信账号是FOR 自动加1生成的的`
能不能预先在某一文本里设置发信账号 然后群发的时候隔段时间换一个发信邮箱,
(不是QQ邮箱循环完了换。)
For example, I use it for QQ group sending. The receiving account is "FOR automatically added 1 to generate". Can I set the sending account in a certain text in advance, and then when sending in groups, change a sending email after a while, (not the QQ mailbox cycling and then changing.)
|
|
2007-5-15 01:39 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 71 楼』:
使用 LLM 解释/回答一下
呵呵``做好了完全可以成商业版本的了```
Hehe``It can be completely made into a commercial version after being done```
|
|
2007-5-15 01:40 |
|
|
REDSUN
新手上路

积分 2
发帖 1
注册 2007-3-23
状态 离线
|
|
2007-5-15 06:37 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 73 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-15 01:39:
比如我用来做QQ群发`收信账号是FOR 自动加1生成的的`
能不能预先在某一文本里设置发信账号 然后群发的时候隔段时间换一个发信邮箱,
(不是QQ邮箱循环完了换。)
这个可以用p来call p-mailsend来实现了,很简单的
Originally posted by fengzi at 2007-5-15 01:39:
For example, I use it for QQ group sending. The receiving account is generated by FOR auto-increment.
Can I set the sending account in a certain text in advance, and then change a sending email every once in a while when sending in groups,
(not the QQ mailbox cycling and then changing.)
This can be achieved by using p to call p-mailsend, which is very simple.
|
|
2007-5-15 11:12 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 74 楼』:
使用 LLM 解释/回答一下
Originally posted by vkill at 2007-5-15 11:12 AM:
这个可以用p来call p-mailsend来实现了,很简单的
O 可以写个示例吗`?
谢谢``
因为我这几天常常在用这个发QQ邮箱。
Originally posted by vkill at 2007-5-15 11:12 AM:
This can be achieved by using p to call p-mailsend, which is very simple.
O Can you write an example?
Thanks``
Because I have been using this to send QQ emails these days.
|
|
2007-5-15 12:57 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 75 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-15 12:57:
O 可以写个示例吗`?
谢谢``
因为我这几天常常在用这个发QQ邮箱。
搜索下以前的,这个很简单的
Originally posted by fengzi at 2007-5-15 12:57:
Can you write an example?
Thanks``
Because I have been using this to send QQ emails these days.
Search for previous ones, this is very simple
|
|
2007-5-15 21:57 |
|