4,468 Topics
![]() | |
Hey guys. So I saw some posts on here from years back about people having trouble with this. Basically Symantec Email Proxy keeps popping up saying stuff like "your email message was unable to be sent..." its some kind of trojan or virus. Can anyone help? Here is my Hijack … | |
i have a computer with windows server 2003,now i need windows xp, but i cant install it. when i put in the xp cd, it wont run and it doesnt show the install option. when irestart the computer for it to auto boot, nothin come out. wut can i do … | |
Hello everybody.Maybe you can help me too?I setup the BIOS password from the 1st day of the usage of my PC and I used it successfully until just 2 days ago.I restarted my PC as usually and when I got prompted to enter the password I entered it but the … | |
Please help I want to submit my contact form to my email. This is my project and I have to submit it today Here is the code that I used for ****HTML file**** <!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"> <html> <head> <title>Salus Management Consultants</title> <meta http-equiv="Content-Type" … ![]() | |
Hello Friends, Is email marketing is viral marketing if yes then why if not then why and what is the difference between also. | |
I've had this problem before but have forgotten what caused it. I have field on my site that lets visitors sign up for our mailing list. After they enter their email address, they receive a confirmation email (to which they have to respond to be added) and I get an … | |
I have a stress that I will really appreciate fast response. I have a form as below and I need the action script in php. [CODE]<?php $msg = "Message from Platform Form\n"; $msg .= "Aspirant's Background:\t$_POST[aspirant_background]\n"; $msg .= "Aspirant's choice:\t$_POST[aspirant_choice]\n"; $msg .= "Aspirant's Offer:\t$_POST[aspirant_offer]\n"; $msg .= "Aspirant's email:\t$_POST[aspirant_email]\n"; [B][COLOR="Red"]$msg .= … | |
For my website, I have set up a very basic and nooby email service. It will take the message and write it to a text file. However, I want to set up the email so that it will send the message as an email to [email]___@___.com[/email]. How do I do … ![]() | |
![]() | Hi All, I am in the middle of developing an admin center for my friend's website. He has asked to be able to read his emails by clicking on a link which takes him to a page which displays all his emails. I nodded slowly (thinking to my self "I … |
I am able to email and able to export into excel without a hitch. I am just running into a Monday morning snafu in trying to email the excel output as an attachment from the script. Any and all help would be appreciated. | |
hello guys , how can i send my html email through php code , i mean i enter my html codes and then the php code sends it but in form of message not codes ,or any way ,my question is how to send an html email through php code … | |
Stand up if you like paying your income tax. To all of you who have remained seated, which I will assume is indeed all of you, I have some more bad news: the bogus tax collectors want your money as well, and now they have botnets helping them. [attach]15770[/attach]According to … | |
Hi, I am attempting to connect a form in Dreamweaver to an email account via a ftp webspace. I have the following generic code, (HTML form and PHP mail file) but I am not receiving emails... Would anyone have an idea of what I have done wrong and/or provide any … | |
I've noticed some inconsistencies in the way different Outlook version handle the file creation and modification timestamps for saved attachments. Whenever my coworker (running Outlook 2007 SP2 on Windows XP) saves an attachment, it is timestamped using the moment that the attachment was saved to the file system. However, whenever … | |
Hi, My name is Melanie and I installed sbcyahoo on my computer. For some reason my internet option is frozon on MSN Homepage and will not let me change it. How do I do that. Plus, I can`t get sbc yahoo page to just pop up unless I go to … | |
Hi..!! i have created a Customer Details form in C# asking detail about customer...One of its field asks for customer email.. Please tell me how to validate a email id..Thnx..!! | |
Suppose I open up Outlook 2007. On the bottom left, there are four folder buttons: Mail, Calendar, Contacts, and Tasks. I will have a C# plug-in running and wondering if there is anyway to detect when the "Tasks" button is clicked. Thank you very much in advance! | |
Hello im totaly new here as you can se on my post count =) Got a couple of questions about pricing and payment methods. Im designing or trying to design vbulletin templates and web site designs. Ive relesed several free styles over at [url]www.vbulletintemplates.com[/url] . But now i wanna do … | |
hi, im using webdav, httpclient api, to send email to exchange 2007 with the following code i send a message successfully: String strTempRelativeURI="https://webmail/exchange/user@email.com/Drafts/"; [code] PutMethod pm = new PutMethod ("https://webmail/exchange/user@email.com/Drafts/test5.eml/"); pm.setRequestBody(body); client.executeMethod(pm); move(strTempRelativeURI + "test5.EML", strSubRelativeURI, null); public static void move(String urlOrigem, String urlDest, HttpConnection conn) throws Exception { MoveMethod … | |
Suppose I have an Outlook account that is logged in at the computer. How can I send an email from this account to a given contact (if this can be a group, that would be really nice) via a C# program? Thank you very much! | |
I've been hosting websites for quite awhile now (since 1998) and one of the biggest time-takers has always been email. So, you can imagine my delight when Google began offering their apps for free. I tested and re-tested, then I painstakingly moved all of my hosted customers to Google Apps … | |
Hi, I'm really hoping someone can help me with this problem: I have a Mr Site email address, I'm trying to make it work with outlook 2007 and I'm using Sky Boradband. I can not or the life of me get it all to work happily. I've had various error … | |
Everything was alright until I tried opening a new tab and my same email page opens up. Earlier today I visited and [B]Favorited [/B]some 4 or 5 old sites, just to have them in my favorites. I just installed a new hard drive in my 2005 HP Pav 6000 laptop; … | |
I'm trying to piece together an email order form. This form has a few different aspects to it. I am getting an error on my for proces, conf_order.php. Here is my form on order.php I dont think there are any issues on this page.. [CODE]<form method="post" action="conf_order.php"> <?php <input type="hidden" … | |
I have problem with reading email. While reading email from server it prints some like, " --0016e6434b7e7427ab0489da3bab Content-Type: text/plain; charset=ISO-8859-1 this is just test " And the actually message body of mail is "this is test" What's the problem ? Please help THANKS. | |
Hi, I am using the following code to send email using JSP through gmail. But i am getting error in the following line: Session mailSession = Session.getDefaultInstance(props, null); [code] String host="", user="", pass=""; host = smtp_server; //"smtp.gmail.com"; user = jsp_email; //"YourEmailId@gmail.com" // email id to send the emails pass = … | |
Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following … | |
Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following … | |
I followed a tutuorial to send gmails through a C# app. Im making a console app and this code fails I have no idea whats wrong... [CODE]class MainClass { public static void Main (string[] args) { sendMail mailSend = new sendMail(); mailSend.mail("stmp.gmail.com",465,"sendersemail@gmail.com","senders password","fromadress@gmail.com","toadress@gmail.com","Subject","Body",true); } }[/CODE] [CODE] public class sendMail { … | |
Im trying to make a little program that gets the computers IP address i have got it to do all of that and have got it to use the default email program to add the email address, subject and body but i cannot get it to add an attachment. [CODE]Imports … | |
Hello I'm new also with the php programming language i tried to put this code. I wanted to happen is when it submit it will email to me the name of the user. <?php $alert = $user->get('username'); if (isset($_POST['continue'])){ mail("waren@unicondouglas.com","User Login",$alert); } ?> <form name="frm" action="http://enpekei.com/products/index.php?option=com_igallery&view=category&id=0&Itemid=57" method="post"> Good Day! <?php … | |
Hi, I have an error when trying to send an email in WAMP. Following is the error. Warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. 21sm3024664wfi.5 in E:\Projects\test\testmail.php on line 2 I dont know how to use the STARTTLS command. Does this error have … ![]() | |
Hi, symantec keeping dozen of mail to unknown email address once I connected into internet. I scan lots of times with different antivirus software and a few spyware software, nothing was found. Please help. this is my hijackthis log: Logfile of HijackThis v1.99.1 Scan saved at 2:21:28 PM, on 5/16/2006 … | |
A researcher has revealed that people are far more likely to tell lies using email than they would do if they were writing on pen and paper it seems. In two studies, Liuba Belkin reached the conclusion that people lie 50 percent more often in emails. This, of course, is … | |
I want to send and receive email. Plz tell me how to create a Webmail for this | |
![]() | Hi folks, I have a tiny blog script that is just for personal use. It works fine. I was wondering if it was possible to post entries to this blog via email so I started looking at email parsers. The ones available for purchase are far too overpriced for my … ![]() |
hi! I have prbleme is that how can apache recieve email and how I can add session it mean that the person can not add or delete or do any evenement before he login . [CODE] <?PHP session_start(); include("connexion.php"); if (isset($_POST['login'])and isset($_POST['password'])) { extract($_POST); if (empty($login) or empty($password)) { echo … | |
When I send an email using PHP to hotmail or to my personal email, it comes through fine. The message and PDF attachment is there. When I send the same email to a google gmail account, the headers and subject seem to be intact, but there is no message and … ![]() | |
[CODE] Protected Sub btnSend_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSend.Click If txtFromAddress.Text = "" Then MsgBox("Please Enter From Address", MsgBoxStyle.Exclamation) txtFromAddress.Focus() Else If txtToAddress.Text = "" Then MsgBox("Please Enter To Address", MsgBoxStyle.Exclamation) txtToAddress.Focus() Else If txtSub.Text = "" Then MsgBox("Please Enter Subject", MsgBoxStyle.Exclamation) txtSub.Focus() Else Dim mailmessage … | |
Can anyone help me to insert an animated gif into my email through Lotus Notes? I hate the blasted program - more used to Outlook. We're using R5 here at work. Thanks! | |
im not sure if i am in the correct area - I am not technical -- I am having a problem in MSN hotmail with forwarding emails. Whenever i forward a perfectly clear email each line start with > and if the eamil is forwarded more than once it will … | |
Hello I'm new also with the php programming language i tried to put this code. I wanted to happen is when it submit it will email to me the name of the user. <?php $alert = $user->get('username'); if (isset($_POST['continue'])){ mail("www.warviper@gmail.com","User Login",$alert); } ?> <form name="frm" action="http://google.com" method="post"> Good Day! <?php … | |
Let me warn you I'm in a bit of an ornery mood today. So when I learned Microsoft is coming out with a refresh of Hotmail this week, you can understand I was less than enthused. Every time Microsoft refreshes a product, the technology press gets all excited about it … | |
[b]I use MSN and for some reason whenever I try to check my email it takes forever and a day for it to open, everything in the email section is extremely slow to open. I have tried everything from removing the Firewall but nothing seems to work...everything else opens basically … | |
I am using php mail to send a confirmation email from a web page. It all works absolutely fine until the email address is in the format [email]xxx.yyy@zzz.com[/email] That is to say there is a . in the local part of the address. I have tested the code and had … | |
Is there a way to attach multiple files to email using php? ![]() | |
Hello to all webdesigner experts, I'm just a newbei in webdesigning world, as I only know how to Change/edit the existing codes for my own desired content, but in myself I can design basic layout only using basic HTML and CSS, I subscribed to a shared webhosting and they provide … | |
Here's some buzz for you, Google Buzz is killing my GMail. I'm adding [URL="http://www.google.com"]Google[/URL]'s [URL="http://www.google.com/buzz"]Buzz[/URL] to the top of the list of the worst tech ideas to come along in quite a while. I'm not a social networking fan, anyway, and to break my GMail, my primary email account, with … | |
A series of angry email messages to a U.S. Senator has landed a man in jail, possibly because he didn't sign them with his correct name or location. Bruce Shore, who is from Philadelphia, sent email to Senator Jim Bunning, of Kentucky, after the Senator complained on the Senate floor … | |
Hi dear, I bought an used dell optiplex gx1 and start but and say: press <ctrl><alt><enter> for system setup (and I do it but nothing happen> my key board is ok I allredy try it with another computer and work) also say erro 8602 auxiliare device failure. pxe-moo:initializing landesk service … |
The End.