4,468 Topics

Member Avatar for
Member Avatar for bknuth

I've seen a post about this virus on your website. So i downloaded Hijackthis and will post my LOG. When I turn on the Computer which is running Windows XP and has Symantec Anti-Virus, a lot of Symantec Proxy Email Messages start popping up saying that my Spam Mail can't …

Member Avatar for sklingb1
0
154
Member Avatar for musicnmovies

Hello everyone, I have been lately cheated by Clicksor (<< URL SNIP >>>). I had registered as publisher in tht site and started displaying their ads on my page for a WEEK. But thier report for a week SHOWED 0 IMPRESSION, I get more than 10,000 impression (Google Adsense) per …

Member Avatar for WebDave
0
1K
Member Avatar for amorphis88

I need an email validator in C#... i never written a letter C#... i found this: public static bool isEmail(string inputEmail) { inputEmail = NulltoString(inputEmail); string strRegex = @"^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}" + @"\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\" + @".)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$"; Regex re = new Regex(strRegex); if (re.IsMatch(inputEmail)) return (true); else return (false); } but do i need …

Member Avatar for amorphis88
0
101
Member Avatar for William Hemsworth

Hey, My problem is im not recieving instant email notifications anymore, it has just completely stopped for one moment to the next. All my settings seem to be ok and when a reply to a thread, under the [B]Thread Subscription[/B] it is set to [B]Instant email notification[/B]. Im not sure …

Member Avatar for William Hemsworth
0
158
Member Avatar for websurfer

Hello, all: I am trying to get this script to work... What I'm trying to do is to be able to email back customers whose emails I have saved on in my database. So pretty much the emails get sent as it runs the "while" loop. Somehow it doesnt seem …

Member Avatar for websurfer
0
113
Member Avatar for djkfunk

I'm integrating reCaptcha and CDONTS into a contact form. I've got everything working except the form does not send mail :confused: (it is supposed to gather data from form fields and send to my email address after successful reCaptcha entry). Live page located at [URL="http://www.uforecordingsusa.com/contact3.asp"]www.uforecordingsusa.com/contact3.asp[/URL] . I've truncated the code …

0
46
Member Avatar for sassenach

Hi, I have a email piping code show below. It works fine, except that when i print the $message, it also shows me some headers. [B]How do i strip the headers from the message itself?[/B] [B]email_piping.php file[/B] [code] #!/usr/bin/php -q <?php //header('Content-Type: text/html; charset=utf-8'); header("Expires: Mon, 26 Jul 1997 05:00:00 …

Member Avatar for digital-ether
0
1K
Member Avatar for Joe Singh

Hi, How email marketing is helping in search engine optimization? I mean i know about business through emails but how does it affect to the website?

Member Avatar for domenigo74
0
149
Member Avatar for kpss

As soon as I start my laptop, the system tries to send 10s of 100s of e-mail messages with various subjects. Symantec seems to detect this and stops sending them. But it opens up a lot of pop-ups non-stop which prevents me from opening any application. (Including Norton protection center). …

Member Avatar for jholland1964
0
220
Member Avatar for cguan_77

hi guys, how to prompt users in outlook to change their email password after specified date? is it possible in outlook or how to do it? thanks... :)

Member Avatar for cguan_77
0
129
Member Avatar for kals4u

Hey guys im new to daniweb can anyone tell me how can i create an email inbox in my Web Application

0
53
Member Avatar for Alicito

<email snipped and color code tags deleted> this is the solution for this problem its kinda long and boring ,but it works properly [code=cplusplus] #include <iostream> #include <iomanip> using namespace std; void main() { const int r=4, c=4; int ar1[r][c]; int ar2[r][c]; int sum[r][c]; int prod[r][c]; int s=0, y, x; …

Member Avatar for Ancient Dragon
0
893
Member Avatar for julseypart

Hi, i would like to programatically send the user an email of all the files they have backed up + associated file information. My question is how can i send the body in a formated way for example To: userEmail() subject: File Backup Report Body: All users files here e.g. …

Member Avatar for julseypart
0
159
Member Avatar for xckoza

I have a web form at designed in php. Can you provide me with a simple code to connect a textbox to an email account.

Member Avatar for sureronald
0
139
Member Avatar for dmpop

Hello, I'm not a programmer, so please bear with me. I'm using the following script with Python 2.6 to send emails with attachments from the command line. [CODE]#!/usr/bin/python import smtplib from email.MIMEMultipart import MIMEMultipart from email.MIMEBase import MIMEBase from email.MIMEText import MIMEText from email import Encoders import os import sys …

Member Avatar for vegaseat
1
146
Member Avatar for rm_daniweb

You can include cc: and bcc: [ICODE] //filename: html_mailer.php class htmlMailer { function sendWelcomeHTMLMail($email, $age, $sex){ $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: ".EMAIL_FROM_NAME." <".EMAIL_FROM_ADDR.">\r\n"; //define constants $headers .= 'Bcc: [email]email1@msn.com[/email], [email]email2@yahoo.com[/email], [email]email3@aol.com[/email]' . "\r\n"; $subject = "Welcome!"; $message = <<<EOT …

Member Avatar for rm_daniweb
0
261
Member Avatar for rm_daniweb

[ICODE]<?php error_reporting(E_ALL); $to = 'whom@yahoo.com'; $subject = 'The Playboys!'; $message = ' <html> <head> <title>TESTING!</title> </head> <body> <p>Playboy in the Philippines</p> <table> <tr> <th>Name</th><th>Sex</th><th>Age</th><th>Vitamin</th> </tr> <tr> <td>Tukmol</td><td>Twice a Day</td><td>75</td><td>Viagra</td> </tr> <tr> <td>Tamulmol</td><td>M ...W.....F</td><td>80</td><td>Tongkat Ali</td> </tr> </table> </body> </html> '; // Content-type header $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= …

Member Avatar for Upsilon
0
404
Member Avatar for crackerjacker

hi there! basicly i want to make a program that will detect when windows email recives a new message. so... thats basicly it. thanks

Member Avatar for crackerjacker
0
66
Member Avatar for forzadraco

[code]mail($to,"Discount offer",$message,"From: noreply@bisnis-indonesia.biz\n MIME-Version: 1.0\n Content-type: text/html; charset=iso-8859-1 \n Reply-To: promo@bisnis-indonesia.biz\nX-Mailer: PHP/");[/code] why is not didn't work [url]www.bisnis-indonesia.biz[/url] ? server problem or code problem ?

Member Avatar for rm_daniweb
0
149
Member Avatar for jennelle

Please help! I clicked on a bad link and my computer's going nuts! Here's my log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:43:33 PM, on 4/1/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16544) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe …

Member Avatar for Godsp3ed
0
137
Member Avatar for MJ Pieterse

Hi, i wonder if someone can help me. I've been surfing Google trying to find a solution but no luck... i want to create a mailto link on an image, but when the email opens, it should have preset text...is this something that i would have to set up so …

Member Avatar for ingeva
0
92
Member Avatar for pscha3

Hello, I just started C++ and I have this assignment to write. I started writing it but I can't seem to get this one thing and that is [U]how to create a new contact and store it in a file. [/U] I need to know if I used the structure …

Member Avatar for adam1122
0
391
Member Avatar for mangesh5588

how to generate and email the page link to email id which is stored in database? Please help me . I have idea just about the http handler but how to use it i don't know! please help! regards mangesh5588

Member Avatar for mangesh5588
1
118
Member Avatar for Designer_101

Hi I have a tiny problem, the emails outgoing from my website are all going to hotmail and are for some reason un-openable. You have to click the 'This message has been blocked for your safety. Open message' in the red box at the top of the message. I have …

Member Avatar for samarudge
0
103
Member Avatar for sjgriffiths

Ok, my email has already been setup with postfix. However, we have a new company and they want us to host their emails I know i need to modify the following files /etc/postfix/main.cf /etc/postfix/virtual What do i need to add to these files to be able to host @testemail.com Please …

Member Avatar for DimaYasny
0
77
Member Avatar for prawin@123

Hi Can any One Help me in Sending e mail . I am creating code for Forget password where iam sending the password to those eho forget based on their Email iD. It Partially works but Sends Error as [QUOTE]Cannot send password to your e-mail address ie error 3 [/QUOTE] …

Member Avatar for prawin@123
0
96
Member Avatar for YoungCoder

Ok, this may seem quite strange but i LOVE reading through nigerian/african bank fraud emails, they try to convince you that you will get rich and in fact take all your money. Its all highly illegal but i love reading through them. I am amazed by the efforts these people …

Member Avatar for chriswellings
0
708
Member Avatar for anitha joe

Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:abcd@efgh.com" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> …

Member Avatar for brightline
0
171
Member Avatar for anithajoe

Hey All, I am trying to create an interactive form using MS Word 2007 and I want the form to be emailed to an email id by clicking on a submit button in word document itself. I added several controls like text box and dropdown list boxes. Finally added a …

Member Avatar for serkan sendur
0
87
Member Avatar for srvishnukumar

Hi Friends Wish U Happy New Year 2009 I Need Email sending Concept in asp.net If possible sent me some notes about email concept and sample codings.... Waiting for valuable Rply Thanks with vishnukumar SR

Member Avatar for greeny_1984
0
169
Member Avatar for PinoyDev

Good day.! I have a page called loginforgot.php. There are two txtfield on this form(txtuserid) and (txtanswer) and 2 command button(retrieve) and (cancel). When the user click on retrived, the page will automatically send email which contains the password to the email address of the user base on the txtuserid …

Member Avatar for PinoyDev
0
144
Member Avatar for LindseyV

Hello there. I have successfully read my emails from outlook into access. The problem is that I am trying to get the sent date field but I can not figure out the command for it. Below you will find the commands I used to find the subject, body and sender. …

Member Avatar for jonc
0
215
Member Avatar for shki_80

I have email sending problem through ASP.Net by the following class. Email goes fine on our own server but it doesn't send email on other servers especially yahoo and hotmail. If anybody helps whats the problem //////////////email class///////////////////// [code]private void SendMail(string mailBody) { //Create message object and populate w/ data …

Member Avatar for LilaDangi
0
170
Member Avatar for scott_rider

I am getting an "Connection must be valid and open" error. After some research I have found two possible reasons for this: malformed sql or bad connection string. Since the error is being thrown on a second .executescalar statement I will assume the connection string is working. I have two …

Member Avatar for Tschuikow
0
317
Member Avatar for sash.rekha

hi, am trying to configure my email account in microsoft outlook for the very first time and after completing the wizard when i try to send and receive emails the enter network password window is popping up again and again even when i enter the right password and check the …

Member Avatar for Suspishio
0
121
Member Avatar for staylor

Does anyone know or have tried any email marketing programs that keeps track of newsletter subscribers and also comes with an autoresponder?

Member Avatar for blackpooldanny
0
143
Member Avatar for dubiousandrew

I have two tables, student and teacher. I have an email table because a student can have more than one email. But, so can a teacher. Should I include a foreign key of both student and teacher in my email table or create two separate tables, that is, a student_email …

Member Avatar for dubiousandrew
0
123
Member Avatar for ITech

hei, i want to make sure the user enters an email address in the correct format. eg:it shud contain a "@" , period "." and after period it shud make sure there is only 3 characters.. some one told me thet this could be done using regular expressions ..but i …

Member Avatar for ddanbe
0
78
Member Avatar for MJV

Im working on a project that involves attaching attaching the results of a crystal report to an oultlook email and forwarding it. Can anyone point me in the right direction on knowledge to perform this.

0
65
Member Avatar for SaitrixMarsden

Below is a procedure that gathers all the contacts email address and puts them into a new email window of Outlook. The procedure works fin but the companies Outlook is set so that the user is only allowed to enter 99 email address per email window. I am struggling to …

0
36
Member Avatar for kevin wood

i am trying to get this code to work but there is something wrong with the array (not to good at these). the main part of the code works it is sending out the email but only ever to one registered user. here is the code i have so far. …

Member Avatar for nav33n
0
1K
Member Avatar for DaniBoo

One of our users has an issue with their email signature justifying across the screen only when they reply or forward. When creating a new email the signature is aligned left as it should be. Anyone have any ideas on what could cause this or how to fix it ?

Member Avatar for DaniBoo
0
70
Member Avatar for Bob Arctor

Hello, I have this snippet of code to echo out the "mailer_id" with the largest value - [CODE]<?php $result = mysql_query('SELECT MAX(mailer_id) FROM mailer_directory')or exit(mysql_error()); echo 'the max mailer_id is ' . mysql_result($result, 0); ?>[/CODE] My question is how do I echo out the corresponding email value for that field …

Member Avatar for Bob Arctor
0
110
Member Avatar for Wallace Tait

I would like to format my hard drive (80 Gig) Win XP, 512Ram system. I don't have any discs for the system. I usually give lots of money to a technician for this task. I don't want to do this no more. I've never performed this task at all before …

Member Avatar for bluedevices
-2
204
Member Avatar for jimjim56

Hey all, I am trying to write a shell script that evaluates the size of each user's home directory and if it is greater than 50 MB I want an email to be sent to their user account telling them that they need to reduce the size of their home …

Member Avatar for radoulov
0
92
Member Avatar for kevin wood

i am trying to write a script that will send out an email to all the email addresses stored in a mysql db when the site has been updated. the code i have so far is as follows [CODE]$sql= "INSERT INTO $table (date, title, article) VALUES ('$a', '$b', '$c')"; if …

Member Avatar for kevin wood
0
188
Member Avatar for LindseyV

Hi there. I am writing a program for work and for one of the parts I need to open up an outlook email account and parse through the new message bodies for specific information. After I get the information I need, I need to put it in a datbase. I …

0
66
Member Avatar for freelancelote

Hi, I'm trying to set a simple send an email script as I found it on the internet. Here is the code: [CODE=php]<html> <head> <title>PHP Mail Array Loop</title> </head> <body> <?php $to = "mymail@anydomain.com"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "anybody@somedomain.com"; …

Member Avatar for nav33n
0
264
Member Avatar for serkan sendur

[CODE]System.Timers.Timer time; protected void Page_Load( object sender, EventArgs e) { time = new System.Timers.Timer (); time.Enabled = true ; time.Interval = 2000; time.Elapsed += new System.Timers. ElapsedEventHandler(time_Elapsed); } private void send() { MailMessage mm = new MailMessage (); mm.IsBodyHtml = true ; mm.Body = "foo" ; mm.To.Add(new MailAddress ( foo@foo.com …

0
76
Member Avatar for amisenheimer

I have a series of 5 checkboxes installed in a web form. I have the code to get the checkboxes to echo back onto a confirmation page for the site visitor to see. However I can't get the info to come back to me in the email. I don't know …

Member Avatar for amisenheimer
0
90

The End.