我为什么不能使用MonsterMail发送大邮件?
我持续收到 "Request-URI Too Large" 这是由于你的form使用 GET方法。如果你的form tag没有使用"POST"方法 ,你需要手动添加。
form tag 应该看起来像这样,
<form action="http://www.hostmonster.com/monstermail" method="POST">