4,468 Topics

Member Avatar for
Member Avatar for Some-Jackass

Hi all. I have a PHP script that reads my email inbox via POP3. I'm using the PHP IMAP extention. I can already access the "From" and "To" fields. What i'm having trouble with is accessing the Cc field. I need to read/count/summarize all the email addresses and draw up …

Member Avatar for Some-Jackass
0
190
Member Avatar for Ancient Dragon
Member Avatar for noel9

hieee i want to develope email system for my project so which free email server and email client should i used it should be scalable please help.... thnkss in advance

Member Avatar for Pinaci
0
129
Member Avatar for Iikeloa

Hi I'm working on a registration system and I've faced a problem with checking if the email is already inthedatabase this is my checking code $sql = "SELECT * FROM users WHERE email='".$email."'"; $result = mysql_query($sql); $row1 = mysql_fetch_assoc($result); $row1['email']; if($email = $row1['email']) the problem is that when I put …

Member Avatar for Iikeloa
0
176
Member Avatar for andres_1

Being a team member of admin depart in my organization, I deal with various exchange server activities everyday. Thus, I always need to closely monitor the whole emailing system for enhancing the performance of my organization and convert them into business. My concern is : How can I track non-business …

Member Avatar for denial_1
0
241
Member Avatar for Kniggles

Hi All, Am trying to send the same e-mail to 2 addys with one click with out using the cc or bcc , this is the line i am syuck on $email = '$_REQUEST['email'],$_REQUEST['email2']' ; it works if i do not add the 2nd email request to i am guessing …

Member Avatar for Kniggles
0
195
Member Avatar for varunvashista

<?php /*~ class.phpmailer.php .---------------------------------------------------------------------------. | Software: PHPMailer - PHP email class | | Version: 5.1 | | Contact: via sourceforge.net support pages (also www.worxware.com) | | Info: http://phpmailer.sourceforge.net | | Support: http://sourceforge.net/projects/phpmailer/ | | ------------------------------------------------------------------------- | | Admin: Andy Prevost (project admininistrator) | | Authors: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net | …

Member Avatar for varunvashista
0
617
Member Avatar for kumar89hitesh

How to send email from localhost in php? i have also configured php ini file and send email file but i have the error when i run this program--- Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. sy10sm34464318pac.15 - gsmtp in C:\xampp\htdocs\reena\mail.php on line …

Member Avatar for diafol
0
181
Member Avatar for Jojola

This is a theoretical question but any specific technical knowledge that could help will also be appreciated. I am an IT Assistant with not much knowledge in programming (apart from EasyPattern and super-simple batch files) but have been given an opportunity to start getting into it by having been given …

Member Avatar for Reverend Jim
0
226
Member Avatar for nadiam

Hi, so im doing my final year project for college and im thinking off adding a function whereby if it has reached the end of the month the system will send an automated email to a user as a reminder. is that possible? i mean coz im just using xampp, …

Member Avatar for diafol
0
170
Member Avatar for seanboy50

Hi all, I'm working with a PHP mail form and so far all is working well. It is returning everything from the form except the checkbox results. For them, it just says 'array'. I've searched high and low for a fix but I can't seem to get it working using …

Member Avatar for Lsmjudoka
0
2K
Member Avatar for matt_peloquin

Greetings. So I'm having a problem accessing HTTPS sites and can't seem to figure out why. The problem occurs in IE, Firefox and Netscape so at least it's consistant ;). But not that all SSL options are filled in in IE, FireFox etc, such as SSL 2.0, 3.0 etc. What …

Member Avatar for Hianda
0
1K
Member Avatar for callmerex

i am using hpage to create my site and i want to creat a form of my own to send feedback to email

Member Avatar for pzuurveen
0
112
Member Avatar for barry.gold.963
Member Avatar for david.roun.7_1

I have a webiste and would like to send an email to someone, and myself, when they request their lost password. For some reason, I can't get the mail() function to work, no matter what I do. I unsuccessfully tried to model it after the listserv I created and am …

Member Avatar for david.roun.7_1
0
174
Member Avatar for Indians

![1085c1c3bd57d0a1fb75f1b1edbbda0f](/attachments/small/4/1085c1c3bd57d0a1fb75f1b1edbbda0f.PNG "align-left") look at this image. when i send this page via email it shows the php code. it does not fetch the details from mysql and then i'm fetching the mysql records based on the particular voucher id. how to send mysql fetch records page via email?

Member Avatar for Tpojka
0
266
Member Avatar for Indians

how to send an email from localhost xampp?? anyone give me a proper procedure... i'm confused.

Member Avatar for diafol
0
330
Member Avatar for lillorme

How do i set up a email server to work with my localhost site usine wamp hmailserver and squirrelmail.

Member Avatar for pixelsoul
0
55
Member Avatar for reedone816

please help me, I cannot write on the body text of windows live mail new or reply. I can write on to/cc/bcc and subject, but not on the body. looking at other computer that the WLM is fine, it seems the format bar that contain cut/copy/paste etc is not showing.

0
228
Member Avatar for scat

Hello Guys, anybody know about email marketing than kindly help me and i also want to know about benefits of email marketing in seo techniques.

Member Avatar for sweetdoll22
0
279
Member Avatar for nadiam

So the article title says it. i wanna make the name as like a welcome message, something like "Welcome, <name>!" and yes there are many articles on the web that gives you coding and what not but i still don't understand how to get it done. sigh. forgive me im …

Member Avatar for nadiam
0
392
Member Avatar for Tristan2036

I have some questions with regards to email marketing and facebook advertising. I cannot find anything specific for a marketplace site like mine. I am trying to promote seller's items with facebook ads as well as categories, and may consider adroll for the same items and category pages. Also, I …

Member Avatar for Tristan2036
0
276
Member Avatar for ruif3rro

First off, thanks for any reply and help. This is a table div in php I guess. I need this to generate an email. I saw this first line somewhere online and I'm not sure whether or not this would defintely generate a response email. You dont really need to …

Member Avatar for LastMitch
0
350
Member Avatar for VNexus

Hi Everyone, I'm not sure if I may be in the wrong venue to post as this would have to do with PHP, CURL and SSL, so I've decided to place the question here. Please feel free to let me know if the question should be dropped in some other …

Member Avatar for Lsmjudoka
1
501
Member Avatar for narasimha9

Here is the code of index.php and retreive.php index.php <html> <head> <title>Forget Password</title> </head> <body> <h1>Forgot Password using php</h1> <form name="frm" action="" method="post"> <table border="0"> <td>Username</td> <td><input type="text" name="id" /></td> </tr> <tr> <td>Password</td> <td><input type="password" name="password" /></td> </tr> <tr> <td colspan="2" align="center"><input type="submit" name="btn" value="Login" /></td> </tr> <tr> <td align="right" …

Member Avatar for Lsmjudoka
0
140
Member Avatar for Ancient Dragon

I just received FIVE emails from DaniWeb, all of them are identical. Why??

0
132
Member Avatar for ggeoff

Hi, I am trying to get Outlook 2007 to work on one account. At present three users have email accounts. Two are working properly. One is not. The not working account opens and then goes into a Not Responding state. It worked earlier in the day. The computer is a …

Member Avatar for ggeoff
0
303
Member Avatar for Wasim_1

I need help for my research about "improving email reliability",i need information and statistics showing that email is not reliable, there is a slight percentage mostly upto 5% that email is unreliable due to many reasons, i need information about how to improve email reliability and which tools or software …

Member Avatar for mjdodd
0
194
Member Avatar for cuivenion

Yes it was a very dumb thing to do, I realised about a second after I did it. In my defence I was actually waiting for a UPS shipment, which was the subject of the phishing mail. The attached file was zipped and I didn't open it, I immediately deleted …

Member Avatar for cuivenion
0
236
Member Avatar for Cristian_1

Running Windows 8.1 Pro Preview (pb part of the problem) and trying to set up Mercury mail server. No matter how I start the config (via XAMP, directly from mercury.exe, as user or as Administrator) the settings are not saved. I exit it using the File\Exit Menu items. I edited …

Member Avatar for LastMitch
0
272
Member Avatar for urbanthistleuk

Hello, First of all apologies if this has been posted before, having trouble findin the answer, Let me start by inserting the code I have having the problem with, apologies if this isn't the correct way of doing things but I am still a newbie at php <?php include('config.inc'); mysql_select_db($dbname); …

Member Avatar for urbanthistleuk
0
264
Member Avatar for davy_yg

Hello, How to make my email form function in CI ? I have a contact form which consist of : 1. Your Name 2. Your Email 3. Subject 4. Messages I have read: http://ellislab.com/codeigniter/user-guide/libraries/email.html Yet, I still do not know in which file do I have to write the codes …

Member Avatar for davy_yg
0
330
Member Avatar for gahhon

![732d22f08a80a7b16757c3d9f59f5454](/attachments/large/3/732d22f08a80a7b16757c3d9f59f5454.jpg "732d22f08a80a7b16757c3d9f59f5454") Recently i'm just created a new gmail account just for my project purpose. But when i performing there is a feedback from end-users.. the email address of the sender is my new gmail account? According to MailMessage `MailMessage(SENDER, RECEIVER)` am i right? but how come i am can't …

Member Avatar for gahhon
0
132
Member Avatar for tieties

can someone maybe explain to me how the reply to property works, i want to give it an email address like this "message.replyto("ReplyAdd")", but it doesnt seemd to work. and the replytolist in the code also dont work i get this error when i put in breakpoint on it "count …

Member Avatar for Begginnerdev
0
246
Member Avatar for nathanpacker

I need to create a very simple script with php. There is a form with only one input field, for the user's email address. They click submit, and the script sends an email to that address, while attaching a pdf file that I specify in the script. I've found many …

Member Avatar for dineshsjce
-1
2K
Member Avatar for Vania Almeida

hi everybody! I'm here because I have a problem with my Contact Form. Aparently is okay but when I check if the messages are sent to my e-mail address is nothing there! I already have a paid domain (in portuguese 'Amen' internet domains), is why I don't understand the reason …

Member Avatar for Vania Almeida
0
459
Member Avatar for UrbanKhoja

Hi All (Sorry if this is the wrong place, it's an odd question so couldn't think where else!) I need to setup email alerts on a Cathexis CCTV Server which runs NetBSD and Cathexis' Cat6000 software. However, it only gives the option for address and smtp (nothing else), and our …

Member Avatar for CimmerianX
0
2K
Member Avatar for gahhon

![b3b9d6d242e982759c39df5fe055ad6a](/attachments/large/3/b3b9d6d242e982759c39df5fe055ad6a.jpg "b3b9d6d242e982759c39df5fe055ad6a") What i am doing wrong? Or there is some retriction? i success to read the whole page as my email content, but the images cannot being display as well as my css style cannot be read too.

Member Avatar for gahhon
0
133
Member Avatar for gahhon

protected void subString() { SqlConnection conSplit = new SqlConnection(ConfigurationManager.ConnectionStrings["connMSJ"].ConnectionString); SqlCommand cmdSplit = new SqlCommand("SELECT Password FROM Member WHERE (Username=@username AND Email=@email)", conSplit); cmdSplit.Parameters.AddWithValue("@username", txtUsername.Text); cmdSplit.Parameters.AddWithValue("@email", txtEmail.Text); conSplit.Open(); SqlDataReader dtrSplit = cmdSplit.ExecuteReader(); if (dtrSplit.Read()) finalString = dtrSplit["Password"].ToString().Substring(0, 5); dtrSplit.Close(); conSplit.Close(); } protected void sendResetPass() { MailMessage mailMessage = new MailMessage(); mailMessage.To.Add(txtEmail.Text); …

Member Avatar for gahhon
0
236
Member Avatar for jayreis

I am hoping someone can help me fix the issue I am having with a php script that sends a email with a attachement. The script does generate a email that goes out. However when I recieve it the email has a attachment correctly named but when I open it, …

Member Avatar for LastMitch
0
234
Member Avatar for bossier330

Hi. I picked up Dev C++ the other day after a while of not using it. Here's my question: I can't figure out what's wrong with my code Basically, the program prompts for a command. If the command starts with 'open:', then it puts the following character(s) within "<>"s. This …

Member Avatar for iam1sts
0
6K
Member Avatar for patk570

Hello everyone, I am trying to update a database as well as insert information into the database and this is what I created to do so. Only, I am getting the email and its not updateding the database...any ideas? <?php if ($_POST['submit']) //if the Submit button pressed { $con = …

Member Avatar for patk570
0
141
Member Avatar for anup.maverick

Hi, I want the vb.net code(asp.net 2.0) for validating multiple email address in a textbox(multiline). Life is the only God....OSHO Thanx - Anup

Member Avatar for bru moses
0
1K
Member Avatar for EXTRA_RICE

How can i send an email from vb6.for example my driver’s license will be expired in a month. I want my vb6 to send an email to notify me about the expiration. Anyone can help me? Thanks in advance.

Member Avatar for SaRa Ahmad
0
303
Member Avatar for eltonpiko

Hi I own a small and growing I.T company we deal in app and web development and technical support mostly. I would like to add a new service to our portfolio (email marketing), but has no knowledge of how this actually work. We know how to create the email template …

Member Avatar for eltonpiko
0
169
Member Avatar for ggeoff

Hi My daughter is stuck trying to set up a POP3 email on a Macbook Air. It just wants to link to an Exchange account, which of course it doesn't find.

Member Avatar for mmcdonald
0
496
Member Avatar for Paul_17

Hi Guys, Been talking to a friend about my code I have been working on.I could not figure out how for the life of me to check whether an email or code in my database is already in use. So just to cool down for a bit i put conditions …

Member Avatar for Paul_17
0
910
Member Avatar for gahhon
Member Avatar for patk570

I have a form that i am getting info from and then I want to update certain fields in the database only not all the fields it then sends out an email to the person that filled out the form with a randomly generated ticket number that they can then …

Member Avatar for Atli
0
223
Member Avatar for Ace16

Please Can anybody tell me how can one insert Text boxes in an email temaplate body. I need 2 pairs of 3 text boxes below my email address which i will use to send information... the email template is written in Html..

Member Avatar for Ace16
0
145

The End.