What would my mail settings be?
-
Hi,
Here is my code:
<div style="float: left; width: 50%;"> <input type="text" name="first" placeholder="First Name" /> </div> <div style="float: right; width: 50%;"> <input type="text" name="last" placeholder="Last Name" /> </div> <div style="float: left; width: 50%;"> <input type="email" name="email" placeholder="Email" /> </div> <div style="float: right; width: 50%;"> <input type="text" pattern="[0-9]" name="telephone" placeholder="Phone Number" /> </div> ?<textarea id="txtarea" rows="5" cols="50" name="message" placeholder="Message"></textarea> [recaptcha] <b></b> <p>[submit "Send"]
What would my correct mail settings be? I currently have:
To: [email protected]
From: [your-name] <[email protected]>
Subject: Thanks for contacting Artillio Designs!
Additional Headers: Reply-To: [your-email]
Message Body: `<b>You have a new message via:</b> https://www.ArtillioDesigns.com/<b>From:</b> [your-name]
<b>Email:</b> [your-email]
<b>Telephone:</b> [your-telephone]
<b>Subject:</b> [subject]
<b>Message Body:</b> [your-message]`
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘What would my mail settings be?’ is closed to new replies.