Code Monkey home page Code Monkey logo

sendmultipleemails's People

Contributors

galensgan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sendmultipleemails's Issues

Bug:成功群发一次以后每次群发都只能发一条

您好,感谢您制作了如此优秀的软件。
我已经通过该软件成功进行了一次邮件群发,但是今天再次群发时出现了一个问题:无论我是群发10人还是群发20人,只有第一个人能群发成功,之后邮件发送全是失败的。
然而,我第一次群发是群发了40人,全部成功。
感谢。

优化建议

1、163邮箱开启smtp需要手机绑定,大量163账户不存在那么手机号码去绑定。
2、配置代理,每个邮箱账户指定代理,如提供proxy模式,自动选择绑定代理ip

可以把端口和安全连接做成UI可配置项

你好
// 开始并行发送
//确定smtp服务器地址 实例化一个Smtp客户端
SmtpClient smtpclient = new SmtpClient();
smtpclient.Host = _sendBox.smtp;
//smtpClient.Port = "";//qq邮箱可以不用端口
//邮件发送方式 通过网络发送到smtp服务器
smtpclient.DeliveryMethod = SmtpDeliveryMethod.Network;
//如果服务器支持安全连接,则将安全连接设为true
smtpclient.EnableSsl = true;

这个地方很多邮箱得指定端口,或者安全链接设置,可以把端口和安全连接做成可配置项

是否可以把发送间隔自定义?

作者您好,很不错的产品,我想提交个建议:
用自己的企业邮箱作为唯一发件人的时候,间隔最大只能设置为20-20,这样间隔时间太小会影响到达率

发件组添加多个邮箱时

发件组添加多个邮箱时,选择最后一个邮箱,但是实际用于发送的邮箱是倒数第二个
还有我添加了2个分组,第一个分组3个邮箱 第二个分组1个邮箱
发件的时候我选择了第二个组的邮箱,但是实际用于发送的邮箱变成了第一组的第一个邮箱

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.