# AI generated forms but no way to link form to an smtp output

**URL:** https://forum.pinegrow.com/t/ai-generated-forms-but-no-way-to-link-form-to-an-smtp-output/11265
**Category:** Beginners
**Created:** [December 3, 2025, 6:52pm UTC](https://forum.pinegrow.com/t/ai-generated-forms-but-no-way-to-link-form-to-an-smtp-output/11265 "2025-12-03T18:52:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jefferis](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/jefferis/32/503_2.png) [@jefferis](https://forum.pinegrow.com/u/jefferis)
#### Post date: [December 3, 2025, 6:52pm UTC](https://forum.pinegrow.com/t/ai-generated-forms-but-no-way-to-link-form-to-an-smtp-output/11265/1 "2025-12-03T18:52:44Z")

</div>

So, creating a new page, AI created a form submission automatically, which I did not request but it looked good. The only problem is that it designed for form but did not provide a way to connect it to smtp output on the server. Any ideas how to proceed?

---

<div class="post-metadata">

### Author: ![PeteSharp](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/petesharp/32/7073_2.png) [@PeteSharp](https://forum.pinegrow.com/u/PeteSharp)
#### Post date: [December 8, 2025, 4:43am UTC](https://forum.pinegrow.com/t/ai-generated-forms-but-no-way-to-link-form-to-an-smtp-output/11265/2 "2025-12-08T04:43:37Z")

</div>

One of the most common approaches is using the [PHPMailer](https://github.com/PHPMailer/PHPMailer)library. You can use AI to code it specifically for your form.
