gpt4 book ai didi

Python 在按钮上发送邮件单击 Google App Engine

转载 作者:行者123 更新时间:2023-12-01 05:04:04 25 4
gpt4 key购买 nike

沮丧:我搜索了大部分网站,但仍然找不到任何答案。

信息:我对 Python 一无所知。

我想要编码的内容:我想通过单击 HTML 网页的按钮使用 Python 发送邮件。它不应该像 html 中的“mailto”那样打开用户的电子邮件客户端,而是直接向我发送邮件。该 Web 应用程序使用 Google App Engine 托管(URL 类似于 www.example.appspot.com )。我还想将文本框和单选组中的值发送到收件人的电子邮件地址。

HTML 表单:

<form method="post" id="rsvpForm" action="">
<div class="row half">
<div class="6u">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="6u">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
</div>
<br/>
<div>
<div class="12u">
<span>Radio grp 1</span>
</div>
</div>
<div class="row half">
<div class="12u">
<input type="radio" name="attendance" value="Options">Options<br>
</div>
</div>
<br/>
<div class="row half">
<div class="12u">
<textarea name="message" id="message" placeholder="Message or wishes" rows="3">
</textarea>
</div>
</div>
<div class="row half">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" id="sendMessage"/>
</li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>

使用引用:我使用此网站来托管网站

http://www.labnol.org/internet/host-website-on-google-app-engine/18801/

请帮助我。我不想使用 PHP

最佳答案

从 GAE Python 发送电子邮件非常简单,但您只发布 HTML 代码,您是否有合适的 python 处理程序来执行此操作?如果没有,我建议学习和测试谷歌提供的所有这些教程:https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction

这是一个从 GAE python 发送电子邮件的示例:https://developers.google.com/appengine/docs/python/mail/?hl=fr#Python_Sending_mail_in_Python

关于Python 在按钮上发送邮件单击 Google App Engine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25432958/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com