4,468 Topics

Member Avatar for
Member Avatar for AbigailJird

I need help with the solo ad campaign. I am completely new and want to learn about that. Please help.

Member Avatar for stultuske
0
57
Member Avatar for Garidius

Hello to all, When I open a thread and somebody answers me, I don't receive email notification. So, I need to constantly check the thread to know if somebody has answered me. Is there a way to set in my profile instantaneous email notification to know when somebody answers a …

Member Avatar for Garidius
0
1K
Member Avatar for mattster

Hi All, I am developing something for a client and I urgently need this solved. My client has a Magento store, which has several categories (say CatA and CatB). If someone purchases an item from CatA, I need Magento so send an email to admin@example.com. Is this possible? If so, …

0
145
Member Avatar for saadi06

I have one certificate in the pfx format and I am trying to sign s/mime email with it using openssl but I am getting this error. Warning: openssl_pkcs7_sign(): error getting private key. Here is my code that I am trying to sign the file $privkey = 'file://'.realpath('email.pfx'); openssl_pkcs7_sign("msg.txt", "signed.txt", $signcert,array($privkey, …

0
106
Member Avatar for mattyd

Hello. I am finally figuring out some basic validation. My main interest at this point is validating email. The script I got online contains the following, but does not check for "com", etc: if (email.indexOf("@") == -1 || email.indexOf(".") == -1) This works but does **not** check for "com". It …

Member Avatar for JorgeM
0
196
Member Avatar for sushmaja.arumalla.9

I have to generate the mail to their mail address specified at the time of the registration to specify the username and password. So i tried the following code to send email but the email is not generated showing me either "Failure sending mail" or "Connection timed out". So please …

Member Avatar for Sulaiman_1
0
362
Member Avatar for sigitas.darguzas

Hi. i have small problem with sending email.(he not send) <FORM METHOD=POST ACTION="mailto:darguzas.sigitas@gmail.com" ENCTYPE="text/plain"> <label>Vartotojo vardas</label> <INPUT TYPE="text" NAME="username"> <label>Jūsų electroninis paštas</label> <INPUT TYPE="email" NAME="email"> <label>Kodėl norite prisijunkti prie mūsų sistemos ?</label> <TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard"> </TEXTAREA> <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html"> <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html"> <BR> <button TYPE="submit" VALUE="submit" class="btn …

Member Avatar for sigitas.darguzas
0
217
Member Avatar for coreyavis

This is a function I created to facilitate the sending of PHP emails. Just give it the name and email of who your sending it to, and your name and email. A subject and a message. These options are required. The type, cc and bcc options are optional. By default, …

Member Avatar for Airshow
1
846
Member Avatar for catastrophe2

hello idk if this goes here, but i accidently a while ago pressed "do not receive email replies anymore from daniweb" something like that button in one of the replies i got to a discussion i had. i want it activated back, but i dont know how. i only want …

Member Avatar for catastrophe2
0
1K
Member Avatar for DeanMSands3

Once upon a time, I read somewhere in a book (whose name escapes me) that to PROPERLY validate an email address, the regex was somewhere in the neighborhood of 200 lines of code. (It probably has something to do with all the country domains.) That number has probably gone up …

Member Avatar for pritaeas
0
318
Member Avatar for asaidi

Hi I cannot send a web page to an account email.. when i clcik on share it send me to message but does not go..then i uninstall message..and now i m trying to send a web page to a friend or in work.. thanks

Member Avatar for creamtown
0
147
Member Avatar for heycooldude

Hi, I want to send back reply to the same email but with different email account. Here is my script mail = outlook.Session.GetItemFromID(ID) subject = mail.Subject if mail: message_reply = mail.Reply() message_reply.From='_from_email' #not working message_reply.Body = "THE FOLLOWING TASK HAS BEEN MARKED AS COMPLETED: \n\n" message_reply.CC= '_CC_Email' message_reply.Send() I tried …

0
157
Member Avatar for Lonestar Jack

**I want to embed links and fields into php generated emails. This is the email_message field.** Welcome to the Neighborhood 13 Wine Tasters Group. In order to make sure we have your correct email address we need to have you return this email by pressing the Return button on your …

Member Avatar for OsaMasw
0
144
Member Avatar for nileshbhanu

FB.api('/me', function(userInfo) { console.log(userInfo.email); var emailid = userInfo.email; console.log(emailid); }) $.ajax({ url: 'index.php?r=tryon/saveemailid', type:'post', data:{'saveemail':emailid}, success : function(data){ alert("success!"); } });

Member Avatar for nileshbhanu
0
334
Member Avatar for gee,selvin1990

**the below code suggested in some site to send mail with attachment. In the below code i have two attachment(TRYTEK.zip,TRYTEK.rar) in the server and with those attachment i want to send mail. But the below code is not sending mail with those attachment. Its sending only a Blank mail. Friends …

Member Avatar for Ajay Gokhale
0
578
Member Avatar for vexer007

Hi, I've run into absolute brickwall and am really desprate for your help please. I have a MYSQL Database with two Tables called user_comment and the second user_table. When a user register with the site, their details are kept in the user_table. the second table user_comment is so that users …

Member Avatar for chocolatte.lavista_1
0
408
Member Avatar for chaitu11

My resume is already present in resume folder with following formate eg: 3chaitanya.doc = > [session_id+session_firstname] i need to attach it to email without browsing it <?php session_start(); include('db.php'); $to = "company@gmail.com"; $fromEmail = $_SESSION['user_email']; $fromName = "Job tile"; $subject = "Applying for job"; $message = "some text"; //path of …

Member Avatar for chaitu11
0
172
Member Avatar for joslup9

Hi guys, I am try to open a socket to connect a email account on C language, but i don't know how to use this protocol into a socket, in some links i found that i will need to use SSL protocol, but i don't understood. Any can explain how …

0
171
Member Avatar for markii.borabon

Hello there Masters.. I have a little problem on my mail() function.. when I send mail the sender is always apache@blabla.com. what I want is when the message is sent the message format is simply like this. from:markii design, to Reciever, message.. here is my code.. <?php // read the …

Member Avatar for pzuurveen
0
239
Member Avatar for showman13

Does anybody have any magic formula (known to work) for attaching a .csv file to an email? I have been working on this most of the morning... Have tried to use several different versions of what is supposed to work from doing google searches and have yet to be successful. …

Member Avatar for showman13
0
8K
Member Avatar for cussel

hi all :) i've problem with spam email in ubuntu 1204 LTS use ispconfig3,... each spam email detected by server (ispconfig3) it's not send to client (outlook), its stopped in sever,.. how to allow/by pass all email contain spam to client??? what must i set??? please help me :(

Member Avatar for cussel
0
331
Member Avatar for mattyd

I am working with a form validation script; I am testing it first and all seems to work fine except for the email validation. This is a snippet of the script dealing with the email validation: else if(! eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email )) { $_SESSION['reg']['email']="Please enter valid email address."; For example, if …

Member Avatar for cereal
0
236
Member Avatar for Binoy_1

I am working on a project where I am trying to track email opens by inserting an image in it and detecting when it is loaded from the server. The loading is performed using a php script. I am trying to load 2 different images. Lets call them image1 and …

Member Avatar for Binoy_1
0
392
Member Avatar for Teddi_1

I woke up this morning to find that about 1,000 old emails have disappeared from my Old Mail folder! Has anyone else had this problem? I've been on the phone with AOL all morning and they tell me that there is nothing they can do. I did not delete them …

Member Avatar for Reverend Jim
0
434
Member Avatar for Austinlanger

I am using these tips to increase Email marketing. Are these fine? Bounce Rate Deliverability Email Open Rate Click Through Rate Shares and forwards Unsubscribe Conversions List Health List Performance

Member Avatar for John_60
0
189
Member Avatar for diafol

Having subscribed to the mailing list, I got barraged with hundreds (it seemed like) emails every day. Is there any way to cut down on these? It took me over half an hour to delete them all! My mail provider warned me that my account was "dangerously" full. ;)

Member Avatar for Dani
0
247
Member Avatar for MARKAND911
Member Avatar for MARKAND911
0
200
Member Avatar for marriott81

Hey all, Kinda new to php but have managed to create a website with a login script (cheated and used usercake) but have modified it to my own needs mostly. However I now need to make it so that when the user registers it sends it to me not to …

Member Avatar for marriott81
0
612
Member Avatar for anna lin

Our company use mail exchange server. We have a domain address. From our POP3 outlook email to hotmail users, we cannot send. But we can receive. I looked for in Microsoft website, to change POP3 and SMTP settings. But this cannot solve. We don’t want to use hotmail address as …

Member Avatar for rch1231
0
206
Member Avatar for davy_yg

This is my codes in my localhost: contactus.php <html> <head> <link href= "css/contact.css" rel="stylesheet" type="text/css" media="screen"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script> $("#inputID").ready(function(){ $("#inputID input").focus(function(){ $(this).css("background-color","#fbecc5"); }); $("#inputID input").blur(function(){ $(this).css("background-color","#f5f5f5"); }); $("#inputID textarea").focus(function(){ $(this).css("background-color","#fbecc5"); }); $("#inputID textarea").blur(function(){ $(this).css("background-color","#f5f5f5"); }); }); </script> </head> <?php include('includes/navigation.php'); ?> <body> <div id="titlebar"><div id="title"><h2 class="title">Contact Us</h2></title></div> <div id="stitle"> …

Member Avatar for davy_yg
0
174
Member Avatar for SarahD

For some reason I'm having major trouble with my hotmail account. I can receive, open & read any emails I get, but I cannot send or reply to any emails. Does anyone know why? I have a yahoo account also and I am having the same problem with that account. …

Member Avatar for happygeek
0
1K
Member Avatar for ddanbe

I cannot trace when it started, but for some time now, I recieve every mail from DaniWeb two times.

Member Avatar for Reverend Jim
0
224
Member Avatar for nazree.zeko

I got 1 form that contain a table that can be editable . In that table i added 1 column for checkbox . The checkbox is use to send a notification email based on the checked box . I want to create a button that connect to the page which …

Member Avatar for pzuurveen
0
986
Member Avatar for caltech

I found a script on ExtendOffice.com that does this perfectly, except the BCC email address isn't displayed in the field. The value is there, but invisible (as it does indeed work). I want to alter the following code so that the auto-BCC email will be visible in the field when …

Member Avatar for cgeier
0
874
Member Avatar for riahc3

Im trying to make a email form where people can visit our site and send us emails. Since I am not sure if I can add PHP code, lets stick to JS and HTML. I believe I can add JS libraries: Basically: Introduce your email address Dropdown box that you …

Member Avatar for patk570
0
191
Member Avatar for lortech

This is my first time working with php. I used a sample php mail code to process the mail. After entering in the form info and hit the send it button should show a new window that the mail was sent. The email does not send with the contents from …

Member Avatar for Kamal_5
0
357
Member Avatar for shehnaz20

please send me the code to generate auto generated email for frogot password once the user fills the date of birth and user id he should get back his password through mail how do i do this

Member Avatar for gabrielcastillo
0
1K
Member Avatar for shehnaz20

please send me the code to generate an auto mail once the user clicks on the register button my register fields are first name,last name,date of birth,emailid i need the code to generate the password from the form information and send password and username to this emailid provided by the …

Member Avatar for iamthwee
0
304
Member Avatar for Sahil89

Hi, I want to write html email with background image. I tried different solutions but nothing worked so far. Using outlook didn't work too. Any solution or application to do this?

Member Avatar for Sahil89
0
157
Member Avatar for DebbieLaJ

**About an hour or so ago my hotmail stopped working correctly. I can receive, open, and read my emails but am unable to send new or reply to emails. This is very frustrating! One particularly important email I had my son send from his smartphone and it went through and …

Member Avatar for rubberman
0
170
Member Avatar for anthony_5

I am using poco library to send a email first I installed the libraries on my ubuntu sudo apt-get install libpoco-dev code using namespace Poco::Net; int main (int argc, char **argv) { try { MailMessage msg; msg.addRecipient (MailRecipient (MailRecipient::PRIMARY_RECIPIENT, "john@gmail.com", "John")); msg.setSender ("Anthony Smiths <anthonysmiths5456@gmail.com>"); msg.setSubject ("sending a email using …

Member Avatar for Moschops
0
2K
Member Avatar for Beggersewen

Hi guys, I recently purchased a domain that I will use for my website. I was wondering how can I set it up so I can have an email like admin@mydomain.com

Member Avatar for Shiva_3
0
226
Member Avatar for fheppell

I have this code that loads a file called mailchimp-api and signs a user up to a newsletter: <?php if(isset($_POST['email'])){ $email = $_POST['email']; include("mailchimp-api.php"); $chimp = new MailChimp('XXXXXXXXXX-us7'); echo "API registered"; $chimp = $MailChimp->call('lists/subscribe', array( 'id' => 'XXXXXXXXX', 'email' => $email, 'double_optin' => false, 'update_existing' => true, 'send_welcome' => true, …

Member Avatar for cereal
0
248
Member Avatar for August AlieN

Is email encryption method had disadvantages? emails are encrypt by secret key, cryptograph the messages and secret key is encrypt by the receiver's public key. receiver's private key decrypt the secret key. so, secret key decrypt the messages body. * but i can't find weak points. if you know plz …

Member Avatar for rubberman
0
176
Member Avatar for ignnniter

ello There, i want to ask, how can i customize this function to allow only certain email domain. like for instance A & B wants to register, A email = test@ymail.com B email = test@onlyalloweddomain.com how can i validate that? here's my function function validate_values() { // Create the array …

Member Avatar for Tpojka
0
5K
Member Avatar for iCubes12

Hi, i am new to this forum and Email Markting professional from India, New Delhi working with **[iCubes](http://www.icubes.in/index.php)** which is the Best Email Marketing compaies of India and, here to share my email marketing knowledge withyou all and moreover to interact with any professional of email marketing about my queries.

Member Avatar for Amol555
0
199
Member Avatar for geneh23

Hey everyone, Hope everyone is doing well! So I might seem a little dumb to post this but I've googled and searched every possible thing I can think of to get my contact form to work and send an email. The validation, which in this case is defaulted to jquery …

Member Avatar for AmirHosseinHP
0
2K
Member Avatar for kumar89hitesh

how to send email from form in php? i used the code mail(); function of php but did not successfull. i also configure php.ini and send mail files but did not get success. Please give me suitable examples with all configure file in php.

Member Avatar for coreyavis
0
211
Member Avatar for Dani

OK ... spent all last night squashing bugs ... now it's here for prime time!! Please go into your member profile and select the option to receive mailing list-style notifications. It will give you the ability to read and contribute posts via email ... a la listserv. Sorry newbies, though …

Member Avatar for Ancient Dragon
0
621
Member Avatar for shivendu

**Hi 2 All,** I am getting problem with email images. The TD width and height is fixed but the image is coming dynamically from databse which might be bigger or smaller. If I apply **overflow:hidden** also, the image is showing up like squized or streched. Is dere any solution to …

Member Avatar for samc36
0
286

The End.