<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>smtp 归档 - 手里有只毛毛虫</title>
	<atom:link href="https://www.krjojo.com/tag/smtp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.krjojo.com/tag/smtp</link>
	<description>号角声起 - 等你启航</description>
	<lastBuildDate>Sun, 07 Dec 2025 03:09:15 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.krjojo.com/wp-content/uploads/2025/02/毛毛虫2.avif</url>
	<title>smtp 归档 - 手里有只毛毛虫</title>
	<link>https://www.krjojo.com/tag/smtp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress 6.9 更新后 SMTP 邮件发送失效解决办法</title>
		<link>https://www.krjojo.com/12474.html</link>
					<comments>https://www.krjojo.com/12474.html#comments</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Fri, 05 Dec 2025 03:23:38 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[邮件]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=12474</guid>

					<description><![CDATA[<p>在 WordPress 6.9 版本之前，简单配置SMTP服务是这样的。 以QQ邮箱代发为例： 而6.9版本对 wp_mail（）&#160;函数进行了改动，变成扩展的方式设置发送地址。 更新文档：Improved Email Handling and Inline Image Support 新版导致的错误： wordpress@krjojo.com : MAIL FROM command fa ...</p>
<p><a href="https://www.krjojo.com/12474.html">WordPress 6.9 更新后 SMTP 邮件发送失效解决办法</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/12474.html/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu 使用ssmtp发送邮件</title>
		<link>https://www.krjojo.com/9376.html</link>
					<comments>https://www.krjojo.com/9376.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Thu, 09 May 2024 14:55:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[ssmtp]]></category>
		<category><![CDATA[邮件]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=9376</guid>

					<description><![CDATA[<p>我在ubuntu系统中需要用到smtp来发送邮件进行数据库的备件，以前在centos下安装mailx简单配置一下smtp就能正常发送邮件，但是现在使用了Ubuntu 20.04，不能照搬Centos中的配置方法了。 经过尝试，可以安装ssmtp来使用第三方的SMTP服务向外发送邮件，具体方法如下。 1、安装好的Ubuntu20.04中可能已经自带了邮件系统，先删除它们： 2、安装我们需要的ssmt ...</p>
<p><a href="https://www.krjojo.com/9376.html">Ubuntu 使用ssmtp发送邮件</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/9376.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>给WordPress添加smtp</title>
		<link>https://www.krjojo.com/1001.html</link>
					<comments>https://www.krjojo.com/1001.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 15:25:23 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[邮件]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=1001</guid>

					<description><![CDATA[<p>SMTP邮件功能在WordPress中是很常用的功能， 虽然WordPress自带了mail函数，但用自带mail函数发送邮件很容易失败或者被拒收。 特别是阿里云，直接把25端口封了，防火墙甚至一点提示都没有，你都不知道这端口根本不通！ 可以尝试解封25端口 你还得承诺以下内容： 我/我公司承诺并保证TCP 25端口仅用来连接第三方的SMTP服务器，从第三方的SMTP服务器外发邮件。如发现您使用本 ...</p>
<p><a href="https://www.krjojo.com/1001.html">给WordPress添加smtp</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/1001.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
