1、需求说明 在万网或者特别是阿里云的云服务器上,往往都是不开21端口,导致发邮件失败,另外如果是国外服务器,也需要换成465端口的Gmail。代码如下 1.1 必须使用ssl。即client.EnableSsl = true。 1.2 其中代码client.UseDefaultCredential ...
分类:
其他好文 时间:
2020-03-11 01:29:23
阅读次数:
363
代码: 1 # -*- coding: utf-8 -*- 2 # @Time : 2018/11/23 0:09 3 # @Author : MaochengHu 4 # @Email : wojiaohumaocheng@gmail.com 5 # @File : generate_tfreco ...
分类:
其他好文 时间:
2020-03-07 22:39:09
阅读次数:
100
PostFix只能够收发邮件,以及使用SMTP发送邮件,想要使用POP3/IMAP收信的话必须装其他软件,本文通过配置dovecot让邮件服务器支持POP3/IMAP收信。POP3/IMAP是一种收信协议,对服务器邮件的处理上有一些不同,具体协议请自行搜索一下。 安装dovecot 配置普通POP3 ...
分类:
其他好文 时间:
2020-03-04 19:16:31
阅读次数:
164
配置postfix和dovecot启用SSL。 配置完成后,重新启动postfix和dovecot。 ...
分类:
其他好文 时间:
2020-03-04 14:43:13
阅读次数:
327
具体报错: AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCrede ...
分类:
其他好文 时间:
2020-03-03 12:45:06
阅读次数:
88
案例文本文件 [root@docker-01 ~]# cat a.txt ID name gender age email phone 1 Bob male 28 abc@qq.com 18023394012 2 Alice female 24 def@gmail.com 18084925203 3 ...
分类:
系统相关 时间:
2020-02-29 22:06:56
阅读次数:
79
近期为了做PayPal支付,进口demo已经写好,就差一个美国PayPal账户进行支付测试,几经折腾,终于申请下来,附上参考链接: paypal官网: https://www.paypal.com/myaccount/summary gmail: https://mail.google.com/ma ...
分类:
其他好文 时间:
2020-02-27 23:37:28
阅读次数:
110
跟客户沟通的时候,虽然有各种视频、聊天工具,邮件仍然是个比较正式的手段,也具有法律效力。如果跟海外客户沟通的话,选个服务器在国外的邮箱比较好,因为邮件抵达率会比较高一些。比如gmail,zohomail等等,都可以。本文以zohomail海外企业邮箱为例,演示一下如何在邮箱里绑定自己的GoDaddy域名,做各种验证,实现用自己的公司域名给客户发邮件的效果。
分类:
其他好文 时间:
2020-02-25 19:44:29
阅读次数:
118
Java字符串的常用方法publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubStringaString="hellocensi@gmail.com";System.out.println(aString);intlenthString=aString.length();System.out.print
分类:
编程语言 时间:
2020-02-23 19:50:44
阅读次数:
91
邮件服务配置(虚拟域&虚拟用户)本文首发:https://www.somata.work/2019/VirtualMailServerConfig_MariaDB.html现在我做的是:Linux+httpd+php+mariadb+postfix+dovecot+phpMyAdmin+postfixadmin+roundcubemail这里我将会讲解如何制作基于虚拟域和虚拟用户的邮件服务
分类:
其他好文 时间:
2020-02-23 00:08:33
阅读次数:
101