4,468 Topics

Member Avatar for
Member Avatar for agarwalsrushti

Hi All, I want escalations mails to be sent to higher authorities after the specified duration has been exceeded. Eg: If a client has a task to be performed in 2 hours and if it is with him for more than that then a escalation mail should be sent to …

0
40
Member Avatar for lll_ari_lll

hello folks, its Aritra here, a newbie in daniweb as well as in code world.. i am a student of BCA, and doing my major project now.. and facing enormous difficulties.. don't know sufficient php.. but studying through different tutorials. i have been told to redecorate an intranet website and …

0
122
Member Avatar for vvashishta

dear all I am trying to send a mail using Web.Mail in vb.net. It is working fine but when I try to attach the file using Upload File Control of asp.net, event is not getting fired on which the function is getting called to send mail.. sending the code too. …

Member Avatar for vvashishta
0
282
Member Avatar for jonyetter33

I'm attempting to create a form that will eventually take user submitted information to create a pdf and email it to them with a pdf attachment. I got through making the form, and how I've been getting the information from page to page (its about a 4 page little form) …

0
79
Member Avatar for sutt0n

Ok, so basically I want to be able to do this. I have it all down from obtaining the content from the e-mail and saving the attachment, but when I save the file's content into a file (permissions aren't a problem, as you'll see in the code) it doesn't show …

0
157
Member Avatar for cass84

I was wondering if there was a way to create a PHP Contact Form where the email that is sent can be formatted for html. So that for example the email that is received is formatted like an html page where it contains a background, images & formatted text. I …

Member Avatar for muralibobby2015
0
344
Member Avatar for -_-

how can i write a email function using jsp which have reply, forward, address book function like yahoo email function.

Member Avatar for jwenting
0
63
Member Avatar for scottb2

How do I create an Outlook Distribution List in a folder other than the default "Contacts" folder? I could probably create the DL there and then move it to the desired location, but that feels so wrong. I'm using C# but I can use VB, etc. Thanks, Scott

Member Avatar for kvprajapati
0
115
Member Avatar for scottb2

How can you create an Outlook (2007) Distribution List that contains all the Outlook Contact fields? The examples I find typically populate a DL with Recipients that contain only an email address. I'm using C# but VB, etc. will also do. Thanks, Scott

0
270
Member Avatar for Cragdo

Hi folks, I apologize if this is a strange question for this forum beforehand. I recently set up a contact form for a client and a user has entered their email address incorrectly into the form and now my client can't get in touch with the enquirer and may lose …

0
85
Member Avatar for whiteyoh

Hi all, I have form validation working well. The following is how i currently validate emails. My question is how can i amend to validate it as an email? [code] if(""==document.forms.fa.user_email.value) { alert("Please enter an email address."); return false; } [/code] I have found this following script but my javascript …

Member Avatar for rajendra.parmar
0
122
Member Avatar for JSHGROUP

Hi there I'm having a problem with a script. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Language" content="en-gb" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Thank You for your order!</title> <style type="text/css"> .style1 { text-align: center; } .style2 { font-size: x-large; font-family: Arial, Helvetica, sans-serif; …

Member Avatar for misterrmac
0
136
Member Avatar for wiz83

hi i have written a script whose output is getting mailed to me using crontab what i want it to do is mail it to someone else. this is what iam doing. 37 01 24 1 * /usr/local/bin/perl /tpf106/data2/cis_web/cis3/cis3.11/work/rishi/s-branch/perl1/perl/compare.pl | mail -s "file compare output " [email]rishi83@yahoo.in[/email](not real) but [email]rishi83@yahoo.in[/email] …

Member Avatar for chongopants
0
226
Member Avatar for gandil

[COLOR=#000000]Can you help me to normalize Online Hotel Reservation System. In the database I will store information about the hotels (name, city, country, number of stars, room prices, total number of double rooms, total number of single rooms, number of available rooms, etc); customers (name, email, telephone, address, username, password, …

Member Avatar for jram_0024
1
11K
Member Avatar for whiteyoh

Hi all, I have written the following script and wish to add in a part to make sure the email is not a duplicate. Im a bit unsure as when i added in an sql clause to check_num_rows after the "isset" it just ignored the check. Heres the code [code] …

Member Avatar for CFROG
0
87
Member Avatar for Leads99IT

I am trying to get my multiple email addresses on our google apps server to become centralized in on Outlook Express mailbox. I have gone through all of the proper steps to set up my accounts under the POP3 server and under the test settings section everything works fine and …

Member Avatar for mjdodd
0
241
Member Avatar for happygeek

It may only have impacted a "small number of users" for a "short period of time" as a Facebook spokesperson put it, but by pushing out buggy code the social networking giant created a potentially huge privacy problem for those whose accounts it did touch upon. Considering that Facebook has …

0
358
Member Avatar for foxkueh

Hi... I suspect this pc has a virus. It automatically sends out email to people in the contact list with offer of iphone 3 Gs, recently from [url]www.eeook.com[/url] and [url]www.ayoeft.com[/url]. It also run very slowly. I installed MBAM, Spybot S&D, and Ad-aware one week ago but were automatically uninstalled. I …

0
93
Member Avatar for venus_me11

i dont have any idea how to send through email i have a sample ticket. i dont know if i'm going to convert the php file into pdf.. i have no idea exactly.. if ever its hard, how can i send the sample ticket through inputted email of a customer...

Member Avatar for venus_me11
0
94
Member Avatar for darshanpm

Hi, I have a very weird problem sending the below script. The email gets sent successfully but when you get the email, there will be only few lines only....rest of them doesn't get printed in email but if you echo it on screen, it appears all perfect. See attachment for …

Member Avatar for saiprem
0
112
Member Avatar for pankajpriyam

Hi, I have tried to send email through python code the code is - import smtplib from email.MIMEText import MIMEText #try: s = smtplib.SMTP() s.connect('') # I have given server name of email s.sendmail("","","test") # i have given from user and send user print "Succesfull" s.quit() #except: # print "Error …

Member Avatar for jcao219
0
159
Member Avatar for sanjaypandit

I am trying to send mail with attachment after using browse button. in this process some error shows [CODE]Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/php_upload/phpLc37tw) is not within the allowed path(s): [/CODE] thsese are code for my mail file [CODE]$filename=$_FILES["strresume"]["name"]; $filetype=$_FILES["strresume"]["type"]; $filesize=$_FILES["strresume"]["size"]; $filetemp=$_FILES["strresume"]["tmp_name"]; $fp = fopen($filetemp, "rb"); $file = …

Member Avatar for Wraithmanilian
0
112
Member Avatar for tkmc

Hello, I was not sure where to post this, however I thought this was the closest I could find. Basically I have an SMS gateway from our telephone company and currently feed it with a simple XML code with a mobile phone number, subject and message text. This is simple …

0
67
Member Avatar for tiger86

I wish I had gotten this story before the [URL="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=57438&o=3&gta=commentslistpos#commentslistpos"]San Fransisco Chronicle[/URL] or [URL="http://news.cnet.com/8301-17852_3-10455573-71.html?tag=rtcol;pop"]Cnet,[/URL] but the truth is they got it before me. A lady in Florida got a team of lawyers to sue Google, the Search Engine firm in San Fransisco, CA for breaching her privacy with Google Buzz. …

0
354
Member Avatar for Techwriter10

[URL="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=57438&o"]Someone sued Google[/URL] the other day for violating her privacy with the original implementation of Google Buzz. You see, when you first opened Google Buzz last week, Google looked at the people you most frequently email or chat with and used that list of people to seed your followers list. …

Member Avatar for leahmarie
0
729
Member Avatar for virang_21

Hi, I am trying to send email from my website using Exchange server 2008. The setting is like my web server is on different machine then my exchange server. when I try to send email from my website using exchange it gives me an Exception "Unable to Connect to the …

0
186
Member Avatar for manikandan_dani

Hi, I am developing web application using jsf2.0. In this case, I wish to validate the email field with the help of import org.hibernate.validator.Email; But it is not working, How to validate the email fileld... Thank.:)

Member Avatar for manikandan_dani
0
111
Member Avatar for bhutson

I use outlook for emailing and have just purchased a new computer, with windows 7 and Office 2010 beta version. How do I transfer my email address book details from my old computer please. I am new to the forum world, how do I access answers to others questions? I …

Member Avatar for igen
0
111
Member Avatar for tryphy

Basically it is.. I have a Admin page- > In this the admin wil be able to create a user by entering in his particulars: eg: user name, password for the user, telephone and email address.. The user will able to login using this username and password. Once they log …

Member Avatar for saiprem
0
270
Member Avatar for Shefali

hello all i m new to this topic, though I have some experience of using VB to control excel. I have an access database which has some records. The columns(fields) are first name, lastname, year of birth, city, county, district, state, tel ph number and email id. Now I want …

Member Avatar for Quick-T
0
133
Member Avatar for virtualmisc

Hi friends I have a site made in PHP Can someone please help with Email address validation? Thanks

Member Avatar for muralibobby2015
0
184
Member Avatar for aditi_19

Hi, I am trying to send email in php for which i installed PEAR mail package. The installation is fine but when i try to run the email script, i get this error : [B]Failed to connect to smtp.csaauto.com:25 [SMTP: Failed to connect socket: No connection could be made because …

Member Avatar for pritaeas
0
184
Member Avatar for itisnot_me

ok so i an setting up an html email thing that you use an wysiwyg to format the text (just bold links and stuff like that) and i am running into a problem with my links they seem to be escaping and then not printing out in gmail with a …

Member Avatar for itisnot_me
0
82
Member Avatar for RJT4054

I cannot find how to set up a Default Email Client with Windows98/Foxfire(Older version)/gmail. I just escaped from AOL/dial up and want to use what I have been missing for years. The current version of FoxFire does not run under '98SE.

0
70
Member Avatar for 2020

Hi, I want to replace my hosters mail server and have my own mx route. Basicaly I need a mail server, webmail, caldav, webdav, mailman, external pop3 conector, to pick up mail from external domains on different hoster. I will also need a real idiots guide how to set this …

Member Avatar for rch1231
0
127
Member Avatar for virspy

Hello Friends I written the the code for forgetpassword in this i have to get the mail when i enter the mailid the code is as follows forgetpasswd.php <form name="f1" method="POST" action="retrieve.php" > <table> <tr><td colspan=3>&nbsp;</td></tr> <tr><td colspan=3>&nbsp;</td></tr> <tr> <td><font color="red">*</font>Enter Email-ID</td> <td>:</td> <td><input type="text" name="email" maxlength=50></td> <td></td> <td><input type="submit" …

Member Avatar for saiprem
0
101
Member Avatar for sleonard82255

My teenage son was complaining about how slow his internet connection was, and how the connection kept hanging on him, so i asked him to run a complete virus scan, He is running the latest Mcfee VirusScan, which reported that it had detected "New Win32" in the C:\windows\system32\winlogon.exe. It also …

Member Avatar for crunchie
0
677
Member Avatar for motters

hi i have a contact form that i want to submit to a dater base and here is my code to do that [CODE] <?php require_once('Connections/mywigan.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; $theValue = …

Member Avatar for motters
0
116
Member Avatar for tgifgemini

Hello everyone, I have an exce spreadsheet called "ProjectStatus.xls" in my local folder "C:\ProjectStatus.xls". I need to send it as an attachment to someone and I am using these codes: [code] Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(Outlookmailitem) OutlookMail.To = "giftxtian@yahoo.com" OutlookMail.Subject = "Project Status" OutlookMail.Body = "This is …

Member Avatar for suba_wen
0
128
Member Avatar for drewpark88

Ok so here's what I'm trying to do: 1. You press submit on my php donation form page, and when you press submit it goes to a process.php but within the IF statement I have it to where it sends my client an HTML email. 2. What I want my …

Member Avatar for saiprem
0
168
Member Avatar for omniconn

Hello all! I recently setup an IP Camera with Activity detection that is set to Email via SMTP me pictures when the alarm is tripped. Its connected to a Router DDWRT firmware. Here is a 3 in 1 picture of the network setup [URL="http://img692.imageshack.us/img692/1678/46449134.png"]http://img692.imageshack.us/img692/1678/46449134.png[/URL] As it shown in the log: …

Member Avatar for techsheaven
0
162
Member Avatar for adhi

[COLOR=#000000]hi[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]i am a student. i am using vb6 to get an agv running. using mscomm to speak to a main micro which then addresses motor boards. at present i am just testing 2 motors to see if the program will work. in my foward command button the …

Member Avatar for MikeStump
0
159
Member Avatar for dahljam

I have a little VB6 program that I wrote a few years ago. I use it for drag and drop dialing through my external modem( or in some cases my speaker). Recently, my modem died and I bought a new external one, but the new one goes through the USB …

Member Avatar for MikeStump
0
132
Member Avatar for morfusaf

I have a database, which keeps track of peoples training dates, they have to complete the training yearly. I can run reports to see who is overdue, or comming due in 60 days. I would like to be able to run a report like this, however, I would like it …

0
100
Member Avatar for tryphy

Hi people, I would like to send automatic email reminder to people, by calendar preset dates...The peoples email address are taken from 2 diffrent tables.. How do get the email add from the different tables and send automatic email reminders on system date... I think its somethink lik retreive all …

Member Avatar for Jerail
0
2K
Member Avatar for suncica2222

I need function that sends to email (text.txt file) in SMTP protocol? I've googled it up but I mostly found C# or VB codes... Can I get a link or code of such function?

Member Avatar for suncica2222
0
284
Member Avatar for ,Diabolical

Hi, I've decided to start off simple with my game designing career and i wish for some people to help me create a text based game like [URL]http://www.eternalduel.com[/URL]. If you want to help me create this game feel free to PM me, Rely Below or email me at [I]<< email …

Member Avatar for Nick Evan
0
565
Member Avatar for cutebab

hi , I hav developed a contact us form for a site in asp... but when i press submit button its not sending mail...... iam using windows server with XP OS................ I hav pasted the code below.......Plz go thru it ......n try it so that it is workin........ if not …

Member Avatar for Juhi14j
0
108
Member Avatar for solomon_13000

Upon registration to become a member of my site a confirmation email will be sent to the member. The email will contain a link to activate the members account. Example: http://www.abc.com/activate.aspx?id=<memberId> My question is if the memberId is visible, then a person can use this link over and over again …

Member Avatar for solomon_13000
0
74
Member Avatar for firoz.raj

sir, can anybody tell me .what is the uses of archiving in outlook express.Kindly let me know the idea.any help would be highly appreciated.

Member Avatar for Wazzza95
0
181

The End.