Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将我的网站放在 https 上后,邮件功能无法正常工作。https 的代码放在 htacess 我的网站在 http 上,我把它放在 https 上,但后来我收到了来自网站的邮件(网站在 wordpress 上,使用联系表 7 和某些页面上的 php 邮件功能)
我试过这个例子:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF print &