4,468 Topics
![]() | |
hi all I am doing a form where i have to validate the email, all of the other control is working just the way it is supposed to work but I have been trying to validate the email for the longest while and it is not working properly or better … | |
I want to advertise my online shop but I am not entirly sure what the best tools are for that. I was thinking about creating a digital flip magazine where I would display my current/new products and then either embed it in my website and/or send it via mail to … | |
I am trying to recieve my form email in a more organized html table format. I get the email in code form. How can i get it translated? <?php $howDidYouHear = $_POST['howDidYouHear']; $weddingDate = $_POST['weddingDate']; $weddingTime = $_POST['weddingTime']; $ceremonyLocation = $_POST['ceremonyLocation']; $receptionLocation = $_POST['receptionLocation']; $additionalLocation = $_POST['additionalLocation']; $guests = $_POST['guests']; … | |
Good Evening, I'm working on a program that will allow user input and will take that input, insert it into blank spots into an email template, and then prepopulate the email template in Outlook so all an analyst would need to do is click a the send button - basically … | |
i am looking for Auto-Complete list email address on register page please tell me the code or plugin Example site :https://www.banggood.com/login.html | |
So I have a little vague question and I don't know what to even google to get right answer. I am trying to setup email client on friend's computer remotely. I tried outlook, native windows 10 client and thunderbird, they all fail to connect server in anyway with all settings. … | |
Hello, I try to send auto mail through laravel using gmail yet getting this error: Swift_TransportException Connection could not be established with host smtp.gmail.com .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL_USERNAME=davy.yg1@gmail.com MAIL_PASSWORD=***** MAIL_ENCRYPTION=ssl MailController.php public function SendUndangan(Request $request) { $title = "Undang Saya"; $nama = $request->input('nama'); $telp = $request->input('telp'); $email = $request->input('email'); … | |
Hi All - I have a form and I want the two places in which the enquirer types their email adress in (Field emailAddress and email2) to check that the email address values are the same and send the form - if not the same just say some kind of … | |
This is puzzling. We have a small organization running our own Exchange 2003 server for about 25 users. We hired a new employee recently, and I created a new user in Active Directory by copying an existing account, same as I have done for over 10 years. That all went … | |
Dani/Blud - heads up that the newsletter editor doesn't appear to be sending the newsletter edits for checking. I've been editing the October issue all morning and hit the preview button a bunch of times, with no emailed version arriving at all. | |
I want to attach two excel files (sealing_production.xls & sealing_assembly.xls)to my email using php,but I have no idea on how to do it. **Problem** When I click on my send mail button, I gets the mail. with all details. but attachment is not working. **Try** I echo the file name, … | |
Hello, I am trying to write email confirmation with javascript: <div class="step"> <h4>Enter your email address:</h4> <div class="container"> <input type="text" name="email" value="Enter your email here" title="Enter your email here" class="field" /> </div> <h5>Step 2 of 2</h5> <span class="progress"><span style="width: 100%"> </span></span> <input class="email-btn button" type="submit" value="Send" /> </form> </div> ... $('.email').click(function() … | |
While I'm just trying to pull up data from the db, as soon as the page shows up with the data it is already sending an email. How can I prevent it from sending the email right away. What I want to happen is I retrieved data from the db … | |
I'm just starting to learn PHP and I'm trying to send my table via email. I am receiving the email but the body just says Array. I dont know where to go from here, please help. This is how my table is being displayed, and the send mail function in … | |
This is the error Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() | |
How to Send Email automatically without opening gmail compose box using Javascript ![]() | |
After outlook rebooting my password has failed. What have happened and what should i do ih this case...Any advice please! | |
What’s the worst that could happen if someone’s account credentials within your organisation fell into a hacker’s hands? | |
i got a problem with outlook from microsoft. when i tried to send a message the program hangs up for several hours about 5 or 6 and finally the message is sent. it if very frecuent in my machine. does anybody have had this kind of problem? any solution? thankyou … | |
A client needs a Windows Server set up. The Server will run Exchange. The client will have a max of 10 employees. At most one user will ever need to remote-desktop in. How many User CALs will need to be purchased and what kind? Should there be 10 User CALs … | |
Nowadays, most of them are saying that email marketing is still an effective techniques for obtaining business lead and direct traffic for a website. Is it good to prefer email marketing for online business promotions. | |
ScanPST.exe fails repeatedly while error “Microsoft Outlook Won’t Start” still exists. Why it happens in Outlook 2016? Help me! | |
Hello. I'am using php codeigniter for my task here. i just have to use it. its all set up at the first. so i kinda not understand the path. I've read some of the explainatiion and try from scratch but when I try to apply it to my task its … | |
Hello Everyone, I am working in MySQL Workbench 6.3 CE and trying to use a trigger inside of a stored procedure to see if it will detect if my email format is not in the right format I specified in the message text error, but I am having trouble because … | |
Now a days email marking is a big factor by which most of the firms and products were finding success, and [google](http://www.google.com) also aprecation it. | |
Moving forward with the DaniWeb Digest, we'd like to hear from you about what you would like to read from us. Just give us your ideas for content to include in future issues of the DaniWeb newsletter and we will see if we can make it happen. Join the conversation … | |
Hi all, I have a huge problem with my Deep Freeze. I dont know how it happened, but a few days ago I wanted to update my video card driver, so I pressed the shortcut buttons for DF... nothing... I have Deep Freeze Standard v7.20.020.3398. I tried to manually run … | |
function email($reqNo){ //Database Configurations $host = "some.url"; $username = "someuser"; $pass = "xxxxxx"; $db = "mydatabase_db"; //Customer Configurations $cName = null; $cEmail = null; $DBConnect = @mysqli_connect($host, $username, $pass, $db) or die ("<p>Unable to connect to the database server.</p>". "<p>Error code ". mysqli_connect_errno().": ". mysqli_connect_error()). "</p>"; $SQLString = "SELECT name, … | |
For a close to one year or so, I have been receiving email from "empowr marketplace alert" <noreply@empowred.com> which I have not been able to block. I have tried all sort of means including my site provider without success. Can anyone help me to remove the numerous email domain and … | |
Hello, I have a PHP email script that works I just can't figure out adding the unsubscribe link and tracking. [CODE]<?php $formMessage = ""; $senderName = ""; $senderEmail = ""; $senderMessage = ""; if (isset($_POST['cusername'])) { // Gather the posted form variables into local PHP variables $senderName = $_POST['cusername']; $senderEmail … | |
my phone isnt receiving a code to verify my microsoft account,how can i solve this? | |
Hello, Sending messages to this contact address giving an error message. Can anyone interpret why the error message appearing? ----- Forwarded Message ----- This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is … | |
Howdy! AssertNull here. I just created a new account. I'm not engaging in sock-puppetry here and you won't find 100 upvotes and comments about how helpful AssertNull is in answering questions and I won't be answering programming questions under this account if I can help it. The other account is … | |
Have pressed the 'update upcoming issue and email test copy' button a couple of times now (maybe 10 minutes apart) and neither has resulted in the edit being emailed to me. Last couple of months the edit was arriving almostb instantly. Just flagging in case it points to something more … | |
well i am not receiving email. In contact form when i submit form it does not showing submitting message it reload it again with the result email is not generating emails. Even in contact form, order confirmation, and user registration email not receiving emails. Some time ago it was working … | |
Hello, on Hotmail/Outlook webmail, when I receive an email message in the spam folder (formally Junk), I can mark the message as **Not Junk**. The server will then start to deliver the messages from that source, directly into the Inbox, working like a whitelist. Is it possible to do the … | |
Hi, I am using one my collegue email in microsoft outlook. She recieved an email two days ago. But when I am searching my outlook. I can't find that email. Please note that all other latest emails are properly recieveing in my inbox but that specific email is missing. Thanks … | |
Email not send .What is this error using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Net; using System.Windows.Forms; using System.Net.Mail; using System.Threading.Tasks; namespace send_email_new { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void existbutton_Click(object sender, EventArgs e) … | |
this is the html: <!--this is my best site so dont look up here and steal!--> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows 1252"> </head> <body> <table bgcolor="white" align="center" border="1" width="400" cellpadding="10" cellspacing="0"> <tr> <td> <h1 align="center">Forms</h1> <hr> <form action="php.php" method="POST" name="form1"> <p><strong>Name</strong><br> <input type="text" name="name" width="20"> </p> <p><strong>Password</strong><br> … | |
I am unabe to send email. The page is hanging and it is not displaying any error. Please help me fix the issue thank you in advance. | |
Hello all I am planning to run gmail Adwords for my new project which is an Ecommerce portal for promoting my products. So can anyone tell me how to run Gmail Adwords from my Google Adwords account. Really in need. | |
all, a few months back, I did the free upgrade to Windows 10 from windows 7. I tried it for three months and decided I did not like it, I thien reinstalled windows 7. Now in setting up my outlook, I notice that my address book and email folders are … | |
HI: I had a archived copy of my email on the local system. Due to some problem my C: drive of the system got corrupted and i had already taken one copy of my archive folder. After reinstalling the OS and Lotus Notes now i have kept the archive copy … | |
Within my email client I had a hotmail.com account setup as a POP3 account. I was informed if I wanted to move emails from one IMAP account to another IMAP which is simply moving emails from one folder to another folder within my email client; folder being an email account … | |
I don't think it's code-bound, but here's the code: http://pastebin.com/yWJ5qpwN What happens is... I input 2 different passwords, line 22 is for some reason entirely skipped. The script passes every verification, the SQL record is added, and further execution of code happens. User gets logged in and moved to `index.php` … | |
Good Morning, Hopefully there is someone around this morning that can give me a quick and easy answer. Is there a relatively simple way to prevent a page from reprocessing data when someone hits the 'Refresh' button? I don't want to disable the refresh, but just prevent reprocessing and creating … | |
![]() | Hey everyone, I have been trying to send a test email before I do any further development and can't see to figure out why I am getting this error Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use … |
HI I need to send data from my mssql table to my client by email... Currently I can send one by one items.(more than 200 items) Private Sub SendEmail() Dim body As String = Me.PopulateBody Me.SendHtmlFormattedEmail(Session("email"), ".", body) Session.Remove("email") End Sub Private Sub SendHtmlFormattedEmail(ByVal recepientEmail As String, ByVal subject As … | |
I've only been hovering at a distance since 2010 - am low tech, but must improve. What is the best website enquiry form builder available, particularly stand alone (offline use), which I can use to create an enquiry form which will email me the info entered on a form, and … |
The End.