4,468 Topics
![]() | |
Hi, I am making a form in asp.net 3.5 which will send an email to the recipient Initially I was using system.web.mail as it is obvious whenever you send an email to some recipient a display name appears instead of theemail id of the sender consider: mail_sender=mail@gmail.com display_name="my name" in … | |
I am wondering if there is way to save sent by vb.net email to a specific folder on hard drive as sent email containing exact information as it appears in lets say Outlook Express' "Sent Items" folder. I'd like this saved "sent" email copy to include attachment if any. This … | |
Hi All, Hope all are fine. I need some help, that is i want to show email address after provides the username and password. it will happen in my personal site. ![]() | |
Lately I have learnt many things from Daniweb specially on PHP and mysql. I am building a HR application where I was looking for visitor to leave a message and which should redirect to admin or who ever is responsible Any suggestions is greatly appreciated | |
hi, i am sending u d code i hav written......when i execute it...it displays d no. of msgs in inbox n after tat gives a runtime error [ at d line: MAPIMessages1.Send() ] saying tat: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in microsoft.visualbasic.dll Additional information: Unspecified Failure has occurred … | |
Hi all, I have the following macro to open an email template and edit the recepients. So far i could only open the email template from a .oft file stored on my local drive. Could you advise how to open it directly from a web link? I tried to replace … | |
I`M USING THE PHP MAIL FUNCTION TO SEND EMAILS TO MEMBERS IN MY SITE. [CODE=PHP] sendto="xxxxxxx@yahoo.com"; $to=$sendto; $from="From:mysite@mysite.com \r\n"; $subject="$fullname contacted mysite"; $content="$message \r\n his/her email address is $email"; if($content){ mail($to, $subject, $content,$from); echo"<font color=green>Your email was sent successfuly to adminstration of mysite.<br/><a href=index.php>Continue to the site</a></font>"; } [/CODE] i … | |
Hi frnds.... First of all sry for all 4 arraising same(email) thread more times... I have a problem with email sendhing... one my old client ...his project is shifted from one server to another server(control panel)...now, the contact page(email) is not working properly...here i m getting the below error....plz tell … | |
Hi frnds.... In my hosting server they didnt set the SMTP properties perfectly....So, i used the below code...but, this working from last 1 month.but,unfortunatley this code not working from last couple of days..I am getting error...plz check the below code & error message.... [CODE] $to = "TargetName <abv@xxxx.com>"; $host = … | |
Hi, Basically what im looking to implement is a function where a user performs a search on my site, and is presented with the results and an option to be emailed similar items in future. I have all the search stuff done, but have no idea where to start on … | |
Earlier this year I created 2 subfolders in the Inbox of Outlook 2007. One is titled Hotmail and the other is titled Yahoo. when I click on either one it opens up the login page of that free webmail provider without having to open my web-browser in another window. Please … | |
hi, im doin a project in visual basic 6.0,. pleae help me in constructing a inbox in vb 6.0. mail: [email]manjupapu2006@gmail.com[/email] -manjunath | |
I have a newsletter that sends out a notification to members with in 30 days of expiring. The way it works is the script populates an <option> from the members table who fall with in the thirty days. All I want to do is be able mask the $to recipients … | |
Hey, I was wondering how you block a web site, because i need to block aim.com so my sister cant d/l AIM cuz her grades are doing bad.. or something like that i dunno all my dad said was block it lol. also is there a way to password a … | |
Hi, I am new to this site. I see the email icon, at the bottom of a post. When I click on it, it asks me to enter my email address, as well as the email address, of the person I want to contact. However, I don't know it. I … | |
[url]http://mashable.com/2009/10/06/gmail-accounts-exposed/[/url] The link above this is to a report on Mashable that one day after 10,000+ hotmail accounts had their usernames and passwords posted on-line due to a phishing scheme, today the same problem has hit GMail, Yahoo, AOL, Earthlink and Comcast accounts bringing the total number of compromised accounts … | |
hai there, Im using ASP .NET c#... I have created form to send to email. Im using try catch... it giving that message that the email sended successfully. But it didnt appear in my mail account. I dont know where is the problem in the coding. Please check the coding … | |
can anyone tell me how should i dowload pop.gmail.com (post office protocol).email using telnet.Kindly let me know the idea.Any help would be highly appreciated.why the following command is not working at prompt. [code] telnet pop.gmail.com 995 [/code] | |
I have been using class.phpmailer.php script for sending mail from localhost without smtp server. Everytime i try to send mail from my localhost then following error is generated: [COLOR="Red"]Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use … | |
I am trying to send email using Asp.net using my account.... I want to send it on a gmail account say "abc@gmail.com" but it gives ERROR.. [COLOR="Red"]ErrorServer does not support secure connections.[/COLOR] the code is below: [code=c#]try { //Create Mail Message Object with content that you want to send with … | |
![]() | My client tells me that when he tests this code, he is asked to supply his email address when he has already entered it. When I test it, it goes through. It used to work and now it doesn't. Here is the code for the form (Apply_Online.php): <table width="750" border="0" … ![]() |
Is Yahoo! mail is infected? Because my Kaspersky Internet Security 2010 had warn me that the address [url]http://us.mg2.mail.yahoo.com[/url] is infected with [URL="http://www.viruslist.com/en/search?VN=HEUR:Trojan-Downloader.Script.Generic"]HEUR:Trojan-Downloader.Script.Generic[/URL] | |
I'm not a web developer by trade, but I visit web sites all the time, and as journalist I'm looking for a couple of key things. First of all, I want to find your press page and a press contact. Short of that I want to find an email address. … | |
how to rectify the following error ? SMTP server response: 503 Bad sequence of commands. You must specify the recipients of a message before you can send it in php | |
hi.. im trying to send email to the user who register to my website.. SMTP server response: 501 5.5.4 Invalid Address in D:\Domains\lelys.org\wwwroot\reg_save.php on line 66 this is the error im getting.. [CODE]if($res) { //echo "record added"; //$count = 1; $to = $mail; $sub = "Confirm Mail From LeLys"; $header … | |
I've seen a couple of other threads on here regarding Outlook Express problems that are kinda similiar to mine, but since I don't even get a frozen start screen, my problem is a bit differnt, I think: After installing XP sp2 a few days ago, I can no longer open … | |
Hai there, I have doing php code for form data to be send to email. But it is showing... [QUOTE]Your message could not be sent at this time. Please try again. [/QUOTE] Here is my code for html form... [CODE] <body> <div id="emailform"> <form action="email-thankyou.php" method="post" name="contactForm" onsubmit="return validateForm(this);"> <p><strong>Name:</strong> … | |
![]() | I've been getting spammed by a Robot alot here lately... When a member signs up there required to fill in all of the blanks(username, name, email, etc.). I want to make it where certain characters cant be used in this area(such as < / " etc.) I also want to … |
Hi frnds... I am struggling from last 10 days..Here i am sending mail with an attachment...I got the attachment ..but, the attachment file data is fully corrupted..this is my code..please solve this one...also here my hosting server doesnt set the SMTP SERVER settings...so, do it plz...... [CODE] $fileatt = "upload/"; … | |
Another day, another [URL="http://www.gmail.com"]Gmail[/URL] outage - well, that's the way it can start to seem. [URL="http://www.twitter.com"]Twitter[/URL] was all a-quiver with how the system was down; people didn't know what to do about it and one wag put a note up saying the human species can last six days without water … | |
Hi ! Could somebody help me how can I import email addresses from Windows Address Bok (wab) file programatically ? The simplest code would be the best one, as I was able to found several but far too hard code to understand the hole issue. Many many thanks for anybody … | |
If you have multiple email accounts, ie: AOL, MSN, Yahoo, etc., now you can access all those accounts in one place, nice little program, been using it for a while now. Works with all versions of Windows. No more signing in to your email accounts to view/read, compose, send. You … | |
Idaho, where I live, likes to brag when it makes lists such as "best places to live," "best places to start a business," etc. Now we've made another list: we're the most spammed. [URL="http://downloads.messagelabs.com/dotcom/MLI_2009Sep_Spam_US_FINAL.pdf"]According to MessageLabs[/URL], which was [URL="http://www.symantec.com/about/news/release/article.jsp?prid=20081117_01"]acquired[/URL] by Symantec in November, the ten states with the highest percentage … | |
Hello world, I have a DB in mysql, and want to create a code that will select all this DB data ( there are 10 records) and send it via email (created send email in php). Anyone have a such example please ?Could you help me =? Thanks in advance. | |
I just read on a blog about optimizing SEO for emails. I do think that optimizng the subject line is most important to ensure that the intended recipient actually opens and reads the email. What are your experiences regarding optimizing for emails? Have you used a particular service like ReturnPath? … | |
Hey guys, I have a contact form with a image verification and a checkbox to sign up for a newsletter or not. What I'm trying to do is send an extra email to a email address if the checkbox to sign up for a newsletter is checked. The newsletter system … | |
i am developing my website in ASP.NET(VB) On my aspx page, I have a form for a visit to fill out. (using smtp service) this is what my contactus form consists of: e-mail from in this , there will be a textbox in which the vistor will fill his/her e-mail … | |
im a newbie php developer... i've tried sending an email n receiving the confirmation back for activating the users... here is the email sending code : [CODE]if($res) { echo "record added"; $to = $mail; $sub = "Confirm Mail From LeLys"; $header = "from: admin<support@domain.org>"; $message = "confirm link \r\n"; $message.= … | |
Ok, I'm a big computer nerd. Worked 3 years as a computer repairman. And I still can't figure this one out. Please help me be my girlfriend's hero here. She's running a wireless connection throgh a Linksys router. She sends her computer to a repair center, the run some amatuer … | |
Hello! I am a newbie who's trying to code in my app a way to send email with file attachments. Here's the code I put together (thanks to Google!). [code=php]<?php $fileatt = "/somedir"; $fileatt_type = "application/zip"; $fileatt_name = "logos.zip"; $email_from = "joe@work_email.com"; $email_subject = "attachment test-subject"; $email_txt = "attachment test-body"; … | |
Hey everyone, I'm new here and desperate for help. I need to figure out how to send an image created by an SWF and emailed out automatically. I'm super new at PHP trying to teach my self the language. so far I can create the image but I can't do … | |
i need to use a php script to recieve an email body text from flash and send that email to a fix address with a fix subject. i was able to do so but i got stuck with 2 problems: 1. why does a multiline text data get sended as … | |
please i want the source code of CPU scheduling algorithm ( FCFS, SJF, priority ) in C language send at [email]samighoul@yahoo.com[/email] thank yooooooooooooou very much :sad: | |
Hey Computer SCI Gal, Ma name is "Shame" and am in need of yo help! I 've been trying to write a PHP code that sends form data to any email (gmail, yahoo etc). So far, I've failed. If you can help me, Pliz be my guest and savior !! | |
hi.. im sending an email to the user, who registers with my site.. the email has a confirmation code.. after the user clicks the confirmation link, he is verified n allowed.. now the problem is, the confirmation email is sent, but. the link in the email is not working properly.. … | |
hi I'm trying to find a way to create a dynamic form from mysql database and update multiple rows from it. For example let's say I have a database with email and the owner's name. How do I build the script to make php grab the data from the db … | |
This is what I have so far. This isn't working and this isn't even close to working. I'm not that experienced at C++ so I was hoping that someone would help me please. The assignment is basically to write a code to validate an email address to see what characters … | |
I spoke with a friend of mine today who complained on how she thought Bing interrupted her user experience while being on Yahoo. She consulted me since I am considered the tech guru. Thus, I wonder if you have heard similar complaints. What are your thoughts? | |
I am doing a small project.In that users can register for yoga programs.When the administrator set the new program with date ,place and timings then the registered users should get email automatically with all above details . Please help me doing this. I have done the registration part successfully. | |
In visual studio 2008, asp.net / vb.net, I want to be able to generate an mhtml Report Server report, then read it into the body of an email message, and send the email. I know how to initiate the report, and how to generate/send the email message. What I'm confused … |
The End.