642 Topics

Member Avatar for
Member Avatar for Elihu5991

My friends and I are wanting to start a site. We're not sure want company to go with. We're willing to pay as much money needed; its not an issue. But we want a good company that has excellent support and superb servers that can handle high traffic. We would …

Member Avatar for Elihu5991
0
276
Member Avatar for jindalarpan

hello all i am already having one domain name also having a hosted email services for that domain [domain.com] but now i want to setup one more email account services with on same domain in this format [in.domain.com]. it is possible to have a sub domain poiniting to some different …

0
107
Member Avatar for markolini

guyz pls i need help writting d php script for a registration form...i want all the contents of the form to be emailed to an email address i will provide here is a copy of the html code, its juss the php script i need not pls someone help [CODE]<FORM …

Member Avatar for diafol
0
223
Member Avatar for David Mac

I have developed an ASP.Net web application from which I want to send an email on behalf of the currently logged in user. When attempting this I get the error message: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender Does anyone …

Member Avatar for David Mac
0
201
Member Avatar for ni30rocks

I have tried to connect to gmail using IMAP and specification given on [url]http://mail.google.com/support/bin/a...n&answer=78799[/url]. My code looks like [CODE]StreamConnection socket; byte serverData[]= new byte[50]; byte accountInfo[],emailAddInfo[]=new byte[500]; try { socket = (StreamConnection)Connector.open("socket://imap.gmail.com:993"); DataOutputStream oStrm = socket.openDataOutputStream(); oStrm.writeChars("Account Name:username@your_domain.com");//my account name oStrm.writeChars("Email Address:username@your_domain.com");//my email address InputStream iStrm = socket.openInputStream(); iStrm.read(serverData); String …

0
98
Member Avatar for bade umakanth

how to send an email remainder using local sql server in my own system.

0
47
Member Avatar for David Mac

I think this is probably a very simple question but I just couldn't find the solution! I have a procedure that handles sending emails. It currently only handles a single email recipient. I want to extend it to handle multiple recipients. I've worked out how you add email recipients to …

Member Avatar for David Mac
0
107
Member Avatar for Doomreaper

Hello I come to you today with a question i have not been able to find answer to this anywhere on the internet. I want to be able to send an Email through a Gmail account Using C++. And i cannot be persuaded to move to a different language to …

Member Avatar for Nick Evan
1
203
Member Avatar for nhanotia
Member Avatar for Charles1718

Hi, i'm new about PHP, and i try to insert the PHP Upload script in the php mail, but somehow i don't get it to work! :) [B]this actually goes to header:[/B] [CODE]<?php if(isset($_POST['submit'])) { $errors = array(); $allowed_filetypes = array('.pdf','.zip','.rar'); $max_filesize = 52428800; $upload_path = './uploads_SS/'; $filename = $_FILES['userfile']['name']; …

Member Avatar for abogadooo
0
2K
Member Avatar for GothLolita

Hi everyone! I'm a newbie here. I have a problem: I need to create the address book in python that include name, phone number, email, address, etc...The information in the address book can able to delete or change. I will give more information later! Can you help me? I need …

Member Avatar for techie1991
0
2K
Member Avatar for koveras vehcna

Hello everyone, I have created a text generator that acts on certain factors. I want to send every generated sentence via e-mail to a user but I noticed that everytime I send it, I encounter some problems. Below I show my code and under my code, I will describe the …

Member Avatar for koveras vehcna
0
313
Member Avatar for metalix

I know I am probably missing something small but I can't seem to get it running I need to send an html email for newsletters and on registration But it needs to be authorised so it doesn't get marked as spam or filtered. here is what I have so far: …

0
162
Member Avatar for lewilaloupe

Hi - new to ASP... I have a form with a dropdown list. Based on what option is selected I want the form to be send to different email addresses. Sample code I have is: [code=asp]<p>Gender: <br> <select name="gender"> <option selected value="">Choose....</option> <option name="gender" value="male">Male</option> <option name="gender" value="female">Female</option> </select> <% …

Member Avatar for hielo
0
171
Member Avatar for doctorphp

Hi there. I am trying to use a html form to send a PHP email but I am having some problems when I enter the message in the text area. The messages that I send have line breaks in but instead of doing a line break it shows the [B]<br …

Member Avatar for Daiva
0
141
Member Avatar for jv_web

Hello, Im trying to generate an email with Multiple Listbox selections... Unfortunately the listbox allows me to select multiple choice but when I submit the form only one "selection" is shown... Im assuming a for each or something will be needed here... all tests using that method have failed. Could …

Member Avatar for jv_web
0
179
Member Avatar for vibhaJ

I have one website name e.g. [url]www.mydomain.com[/url] Now i want to configure smtp setting in my local pc. Below is the phpini code i have set. Here i have not used any username and password. [CODE] [mail function] ; For Win32 only. SMTP = mail.mydomain.com smtp_port = 25 [/CODE] And …

Member Avatar for rajarajan2017
0
137
Member Avatar for DiMono

My web host has closed off port 25 to user code as it was being used by other users to send spam. Unfortunately, I have the following code which I use to validate email addresses: [code=php]function fixed_gethostbyname ($host) { // Try the lookup as normal... $ip = gethostbyname($host); // ...but …

Member Avatar for phpstan
0
902
Member Avatar for happygeek

Michael Reagan, the eldest son of former US President Ronald Reagan, has accused people who use email services from Apple, AOL, Google, Hotmail and Yahoo! of "supporting the Obama, Pelosi and Reid liberal agenda" and ultimately "hurting our country". His answer, for those supporters of what he calls true "Reagan …

Member Avatar for ing
2
896
Member Avatar for ApocDen

for this to work you need to add some text boxes and name them accordingly, make sure when you add a text box add [CODE]$_POST["new_text field"] = $new_text field;[/CODE] etc etc. html coding can be used within the html tags only.

Member Avatar for metalix
0
226
Member Avatar for Glass_Joe

If you’re one of the outstanding users yet to make the pilgrimage to Gmail from your dilapidated Hotmail account, you may have been one of the lucky ones (like myself this morning) rewarded recently with a handful of e-sunshine for your continued loyalty. The once affluent e-mail service received a …

1
416
Member Avatar for CatRambo

If you've ever had an e-mail's tone misinterpreted, rest easy. New software [URL="http://tonecheck.com/"]ToneCheck[/URL] allows you check your e-mail messages before you send them and flags sentences and phrases that might lead its reader astray.[ATTACH]16183[/ATTACH]ToneCheck is the brain child of Matt Eldridge. After losing a deal due to appearing too pushy …

1
595
Member Avatar for jindalarpan

hello my system is effected from virus it seems as from last 2 days i have started getting lots of popups of symantec email proxy is blocking emails. As i am not running any email server or any thing so that made me conclude that there is some virus which …

Member Avatar for jindalarpan
0
276
Member Avatar for zMastaa

One of our clients is using a webhost that blocks all emails sent from an unknown i.p. address....basically blocking any email forms being used on their server. The hosts have said for emails to be sent via their server the form needs to act as if the email was sent …

Member Avatar for zMastaa
0
81
Member Avatar for ptara1

Basically I have a database and a form set up that enters information into the mysql database using php code. This works perfectly. The problem I'm having is writing a php sequence to send an email that confirms the user wanted to post the information. I would also like the …

Member Avatar for chrishea
0
208
Member Avatar for IT LIMITS

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" …

Member Avatar for rajarajan2017
0
139
Member Avatar for doctorphp

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 …

Member Avatar for racertim
0
95
Member Avatar for happygeek

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 …

0
567
Member Avatar for tonejaquim

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 …

0
98
Member Avatar for euroazn

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!

Member Avatar for euroazn
0
182

The End.