4,468 Topics
![]() | |
My thread reply notifications are very hit and miss lately. Sometimes I will get them, but mostly I don't. This has been an ongoing problem for me for a while. I may reply to half a dozen threads and get notification from maybe 1 or 2. Any ideas? | |
Hi all, I am using Java code to send email to users. The code is SMTPTransport tr = (SMTPTransport) poSession.getTransport("smtps"); tr.connect(MailHost,FromMailId,Password); tr.sendMessage(Message,Message.getAllRecipients()); FromMailId is from user mailid Password is from user password. Message is what can from user sent to toUser Message.getAllRecipients() are to user mail id.. But how do … | |
Hi all, How to I know the Delivery Status of Sending Email. I am Using JavaMail API to send an Email to ToUser. The code is : SMTPTransport tr = (SMTPTransport) poSession.getTransport("smtps"); tr.connect(mailhost,psFromMailId,psPassword); tr.sendMessage(poMessage,poMessage.getAllRecipients()); Is there Any method to get the Status? Please help me Thanks Myl.. | |
Im looking for a simple code for users on my webpage to upload a .doc or .txt file to my email address. I've only found ones in CGI which i can't use and the one i tried only send it in binary code and not the actual word doc. Does … | |
When submitting an order on my booking form found here: [url]http://www.n-v-m.co.uk/Booking.html[/url] the php file 'sendfile.php' is triggered and this sends booking details to my email account. This is the php code in 'sendfile.php' [CODE] <?php $Name = $_POST['name']; //senders name $to = "info@n-v-m.co.uk"; //recipient $subject = "Order from ".$_POST['company']." (".$_POST['name'].")"; … | |
My outlook reminders are not showing when you set them. when the time comes for them to pop up, a message shows instead: ie; there was a problem in one of the reminders and might not show. Some one please help. | |
I have problems with this part of my code, I try to make a dynamic email and send it, I already can send a plain email with this but now I need to make an email with personalized info. I hope you guys can take a quick look. [CODE=php] $smtp … | |
Hey all, I have read through quite a few of the threads on this forum and I cannot quite figure out what to do. I have window's XP and I have 2 user accounts for my xp setup...I have my user account and my wifes. Anyway, a few weeks ago … | |
![]() | Hi there. I am trying to use a html form to send a PHP email but I am having some problems when I enter the message in the text area. The messages that I send have line breaks in but instead of doing a line break it shows the [B]<br … |
Hey everyone, so my work wants me to update their website with a email contact form, i foolishly agreed not realising what i was getting myself into, i didn't know how complicated php is (i am an artist, not a coder :icon_redface: ), it's taken me about a week and … | |
Hello, Im trying to generate an email with Multiple Listbox selections... Unfortunately the listbox allows me to select multiple choice but when I submit the form only one "selection" is shown... Im assuming a for each or something will be needed here... all tests using that method have failed. Could … | |
I have one website name e.g. [url]www.mydomain.com[/url] Now i want to configure smtp setting in my local pc. Below is the phpini code i have set. Here i have not used any username and password. [CODE] [mail function] ; For Win32 only. SMTP = mail.mydomain.com smtp_port = 25 [/CODE] And … ![]() | |
I am just starting to play with PHP (and this is my first post). I need to send out an invitation via email to some of our clients. This email will contain a hyperlink along with a unique reference ID for each client, something like this: [url]www.oursite.com/invitation.php?ID=ABC123[/url] I need to … | |
I'm fairly new to PHP. Recently got a program to help me build a directory database for a werb client. I've been slowly customizing it to fit my design, but I can't get the search to behave the way I want it to. I need to search multiple fields in … | |
I have tried to modify the PHP in an OSCommerce file, while trying to get my OSCommerce site up. I have apparently created the following Parse error: ....... /create_account_success.php on line 16. I am not a programmer and no very little PHP. Is it acceptable to paste the PHP here … | |
Hey everyone, I am trying to send an email and I never receive it, but I do get a message when I debug that: "Property access must assign to the property or use its value." Here is my VB code: [CODE] Imports System.Web.Mail 'Send email confirming purchase Dim notification As … | |
[B]Pls tell me anybody how can i send msg from asp.net page(.aspx) to my gmail id on button click[/B] | |
Okay, I'm pulling my hair out on this one. A person I know in Los Angeles County and I have a legal dispute going but still months away from trial. Problem is I'm staying at a beach house south of Tijuana for solitude but still using hotmail and have a … | |
I have written a code to validate a string.but i am getting an error in the 3rd sentence as "the name "NullToString"does not exist in the current context"...can anyone help me out... | |
My web host has closed off port 25 to user code as it was being used by other users to send spam. Unfortunately, I have the following code which I use to validate email addresses: [code=php]function fixed_gethostbyname ($host) { // Try the lookup as normal... $ip = gethostbyname($host); // ...but … | |
Hi, how can i check the existance of email address on a web? | |
From about three weeks ago, on only my most heavily used email account (it has around 75,000 emails in it and gets around 200 emails each day), I was only able to download 4 emails at a time. Then it would stop. I would click "Get Mail" and it would … | |
Ok this is strange andI'm not sure how this happens but here goes... I got an email in my hotmail account that when I click on to open flashes a black screen up really quickly (I managed to read the words 'remove' and 'disable') & makes my PC restart. Hotmail … | |
Michael Reagan, the eldest son of former US President Ronald Reagan, has accused people who use email services from Apple, AOL, Google, Hotmail and Yahoo! of "supporting the Obama, Pelosi and Reid liberal agenda" and ultimately "hurting our country". His answer, for those supporters of what he calls true "Reagan … | |
I just discovered SMTP server doesn't run on window7, and i really need to be able to send mails from my code, pls is there any alternative to use on window7 instead of SMTP server? | |
Can somebody help me i want to send a mail for forget password n iwant to send a link of my reset password page in it please help me Thanks in advance | |
well i ve been trying to format my email form from a few days... how do i bring the form to the center of the page? | |
for this to work you need to add some text boxes and name them accordingly, make sure when you add a text box add [CODE]$_POST["new_text field"] = $new_text field;[/CODE] etc etc. html coding can be used within the html tags only. | |
hello guys . I want to creat an email system that sends and recieve emails . So how can i creat that it and where can i get a full lessons that can help me . | |
[ATTACH=RIGHT]16368[/ATTACH]Users of multiple Google accounts have found it inconvenient in the past to have to log in and out of the individual accounts in order to access a particular one. [URL="http://www.google.com/support/accounts/bin/answer.py?answer=181602"]Now you can access all of them from a single browser window[/URL]. The functionality, which is in the process of … | |
If you’re one of the outstanding users yet to make the pilgrimage to Gmail from your dilapidated Hotmail account, you may have been one of the lucky ones (like myself this morning) rewarded recently with a handful of e-sunshine for your continued loyalty. The once affluent e-mail service received a … | |
Hi, is there any php form mail script with file upload like this website [URL="http://passportclone.com/order.php"]link[/URL]? or like the picture I've attached below, so if you the user submit, it will automatically send to my email? thank you... :) | |
Hi, I'm quite new to PHP and MYSQL, but I have chosen to do an A-level project in it. This is just a basic registering page, which I've copied and modified from one out of a book. That one works, but this doesn't, saying that "mysql_numrows(): supplied argument is not … | |
Hi, I have an Outlook add-in that I started in VS 2010, and have no idea how to go about the following. The plugin should save the an email after you send it. I.e. after you create a new email and you click on the send button I would like … | |
Bear with me, I'm new here and new to PHP...at first I thought it was just me, so I started trying to copy and paste example code I found online...but even that seemed not to work. I've tried this: [code] $to = "my@email.com"; $subject = "BUSINESS"; $message = "blah"; $headers … | |
If you've ever had an e-mail's tone misinterpreted, rest easy. New software [URL="http://tonecheck.com/"]ToneCheck[/URL] allows you check your e-mail messages before you send them and flags sentences and phrases that might lead its reader astray.[ATTACH]16183[/ATTACH]ToneCheck is the brain child of Matt Eldridge. After losing a deal due to appearing too pushy … | |
Not sure if this is mentioned already or not.. I tried to find but couldn't.. may be i missed it. But the issue is: I want two alias functionality: 1. when a mail is sent to an account; if it has a forwarder set; it should forward a copy of … | |
Hello Guys, Here is the code that i have which works fine as it puts data to my database, but am not sure where or how to put it so then after the form has been completed i get an email to say that some one has completed the form … | |
[CODE]<?php // Inbox // Display Messages // mail.host.com $host = "mail.com"; // username $username = "vizz"; $password = "vizz"; // make connection $inbox = @imap_open ("{". $host . "/pop3:110}",$username, $password) or header("Could not connect. Somethings wrong !"); $total = imap_num_msg($inbox); ?> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <!--check all messages--> <script … | |
hello my system is effected from virus it seems as from last 2 days i have started getting lots of popups of symantec email proxy is blocking emails. As i am not running any email server or any thing so that made me conclude that there is some virus which … | |
[CODE]I want to download attachments from email and search through them for a string of characters such as http://. The attachments will be in many formats, .doc, .html, .pdf. I am unfamiliar with mime and wanted to know if there is a way i can parse through the mime to … | |
How can i find out if two emails are in fact from the same person? What tricks are got up to in an effort to convince me the sender is NOT the same person? many thanks esdel | |
I am able to attach a file using SwiftMailer with its name hardcoded. But what if the file is uploaded by a user from an HTML form's 'file' input type control and has to be sent with an email by a PHP script? How do I specify the file name … | |
I am totally desperate, have tried thousands of scripts and nothing works. I am not a web design genius, but am never afraid to try. Please, I have a form (see script below) with 5 questions. The user has to fill in the spaces with the answers and Submit. I … | |
[CODE]if(response==="success"){ $('<p></p> |').appendTo('form textarea').html(''+file); } else{ $(''); }[/CODE] Hi!, I'm trying and playing arround with the .appendTo, to specify only on one text area, rather than .appendTo to every text area, is there any way to do that? or it is not possible? i try with the "div" and "id" "p" … | |
hi i was wondering if its possible that php can send automated email on a specific date and if so how can i implement this? if not what web program should i use to do this? | |
Hi, I'm trying to write a form that has required fields. When the form is filled out with the required fields missing, I'm trying to have a pop-up that tells them what is missing and then cancels the submission of the form. At the moment I have the function below … | |
One of our clients is using a webhost that blocks all emails sent from an unknown i.p. address....basically blocking any email forms being used on their server. The hosts have said for emails to be sent via their server the form needs to act as if the email was sent … | |
Hello!, I'd like to start out with a big THANK YOU!!! I started a new job at a small market and am developing some software for their POS. I have been stuck in the Google loop researching workarounds many atime and this site has always come through in the clutch … | |
Basically I have a database and a form set up that enters information into the mysql database using php code. This works perfectly. The problem I'm having is writing a php sequence to send an email that confirms the user wanted to post the information. I would also like the … |
The End.