909 Topics

Member Avatar for
Member Avatar for pctechconcierge

Hello i'm not recieving any emails on my website. Can someone help me? Thank you. <div class="col-sm-6 col-md-8"> <form action="#" method="post" role="form"> <div class="col-md-6"> <input type="text" class="form-control" placeholder="Name"> </div> <div class="col-md-6"> <input type="email" class="form-control" placeholder="Email"> </div> <div class="col-md-12"> <input type="text" class="form-control" placeholder="Subject"> </div> <div class="col-md-12"> <textarea class="form-control" rows="6" placeholder="Message"></textarea> </div> …

Member Avatar for Lau_1
0
191
Member Avatar for Gideon_1

I'm building an API and on the aspect of sending a mail. I'm getting mail not sent error. In my API, the front-end sends a JSON request consisting of the mail parameters. { "to":"gideonappoh@gmail.com", "subject":"Testing Reviewer's Page", "body": "Hello Gideon", "headers":"oksana.v@scopicsoftware.com" } I then decode them and pass them through …

Member Avatar for Gideon_1
0
1K
Member Avatar for bubbafunk1

Hi, I need to drop tables from a database where all the email addresses end in the same domain, ie, say I have 1000 email addresses i need to input an MYSQL query to delete all rows containing email addresses ending with @mydomain.co.uk. Does anyone know how to do this?

Member Avatar for diafol
0
152
Member Avatar for Dani

My Mac address book syncs itself with my iPhone. Somehow (I think through Microsoft Entourage??) it silently added contacts to the address book for everyone I sent/received an email to/from. I now have thousands of contacts that have an email address only with no phone number, and I don't want …

Member Avatar for Amber_4
0
696
Member Avatar for sganandhsg

Hi All, I have created Add-In for Outlook 2007, 2010 and 2013 with VS 2010 (VSTO 4) The requirment is to store the Email addresses (FROM and TO addresses) to one table. I can able to get the TO email addresses in Outlook version 2010 and 2013, but unable to …

0
87
Member Avatar for weeraa

I deployed a web service in a server for sending email and this is the code of it. <WebMethod()> _ Public Function SendEmailSMTPAtt(ByVal objMail As clsEmail) As String Dim strReturn As String = "" Dim mailMsg As New MailMessage With mailMsg .From = objMail.Mailfrom .To = objMail.MailTo If objMail.Mailcc <> …

0
166
Member Avatar for faisal.qureshi.7121614_1

Hello friends! I have my site database where users created their accounts with fb connect system in past, which is stored in 'email' field of my users mysql table, other users who created accounts using my website's own registration form is also stored in email field, but how can i …

Member Avatar for lps
0
263
Member Avatar for Azii

Hello All, I have a table with column_name as USERNAME where USERNAME is VARCHAR2(20) and I want to display it as **"USERNAME@email.com"**. How to write the select query for this. **QUERY**: SELECT USERNAME AS EMAIL FROM STUDENT Thank you.

Member Avatar for urtrivedi
0
186
Member Avatar for Manikanta Sharma

I have a requirement to generate an auto ticket/email when it's time for a scheduled task to be done and it should repeat again when it's time for performing the task. Could you please help me with the script/how this can be done I'm gathering the information to a table …

Member Avatar for Nutster
0
470
Member Avatar for ronjacob

Hello Guys, My problem here is I want to check every row of the data if it's in the range of 2 days before today. and will send the email of it's name who fit the condition of 2days before. <?php //******************************************************** //2008/07/16 Yoshifumi Tagawa //******************************************************** $date_today = date("Y/m/d H:i:s"); …

Member Avatar for lps
0
229
Member Avatar for showman13

I'm studying the Swift Mailer, and wondered if there is someone in here that is familiar enough with the way it works, that you could give me a little guidance. I have a form that I created that allows someone to enter their information as required, and that works just …

Member Avatar for diafol
0
350
Member Avatar for BarryFrank

Does anyone know of aPST Repair utility for an oversized PST file ScanPST does not repair it I have "easy recovery professional" and the email repair within this tool does not work The client whose PST file it is cannot pay the £100+ for the cost of software for a …

Member Avatar for MalcolmHop
0
203
Member Avatar for paul.deku.50_1
Member Avatar for mgt

I would like to provide email services on my website. How do I do this?

Member Avatar for DavidB
0
143
Member Avatar for vssp

Hi friends Is it posssible to create an email account in the cpanel without manualy logging in ? I want to create a php script which logs into the cpanel and create an email account . I hope i would get a solution form u guys Thanks

Member Avatar for jaison_1
0
2K
Member Avatar for pavithra madda

i have a doubt that is i have login form like user name and password and after that doing some selections the page show an body of email like this and my question is how to send that body of email to all users in a database using php and …

Member Avatar for Gideon_1
0
261
Member Avatar for shannon_92

i am a final year computer science student and im trying to develop a voice based email system for the blind as my final year project,which means the user can operate all the functionalities of an email with voice.what i need to know is what languages should i use in …

Member Avatar for vegaseat
-1
417
Member Avatar for hrushi9

I'm Wordpress beginner. Trying to create plugin "Business Directory Plugin". Need Help to complete code. How to get information about business listing? How to get following information, 1. Business Name 2. Business Category 3. Business Description 4. Business Phone Number 5. Business Address 6. Business Email 7. Business Website, if …

0
120
Member Avatar for hareeshshinde
Member Avatar for Gideon_1
0
143
Member Avatar for jamesrobb

I want to split a line into 2 lines. I built my line like this: method = "Email " + TitleOwnership.VehicleOwnership + " Title " + Environment.NewLine + "ORI " + TitleOwnership.VehicleOwnership + " Title in 10 days "; My View like this: <td>@Html.DisplayFor(modelItem => item.SubmitMethod)</td> I've also used <br …

Member Avatar for tobyITguy
0
148
Member Avatar for Betterwebsites4u

Please help I am creating this contact form where everything is working fine but I am not getting attachment in the email, What am I doing wrong? Here is the code Here is the script I am using <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $("#submit_btn").click(function() { //get input field …

Member Avatar for lps
0
632
Member Avatar for sam1

hi, I am creating a form for user to update their details which is saved in the database. So far i can show their details in the form where i have a submit button but the updating part doesnt work(it doesnt update at all). here is the code: [CODE] <html> …

Member Avatar for diafol
0
3K
Member Avatar for sowmya.murthy

I want to validate an email validation of type 'abc@xyz.com.com' Should show an error message if they enter invalid domain name. Would be very grateful for your help.

Member Avatar for ankti
0
470
Member Avatar for showman13

Good Morning All, I have a question that I touched on a couple years ago, but then determined that I didn't need, so never followed up on it. Now I need it... (of course) I've searched on the subject of creating PDFs in PHP, but haven't been able to locate …

Member Avatar for rtrethewey
0
575
Member Avatar for pritaeas

Did you change the frequency of notification e-mails? Yesterday cereal voted on a post, and I got an email today. I've noticed this last week too, yet remember getting them almost instantly before that.

Member Avatar for Dani
1
528
Member Avatar for Sophia_1

Hi, i have problem to save record and send email in php. After selecting the responsible person, the system supposed to save the responsible person in the database and then send email to notify the responsible person on his progress. The coding is below but it doesn't work. Please kindly …

Member Avatar for cereal
0
581
Member Avatar for b2bemailexperts

Alexa rank is not getting increased for my website.What extra can i do for good alexa rank?,,,please suggest me some tips for this

Member Avatar for zomgmike
0
164
Member Avatar for ravi142

Hello, I am use this plugin https://wordpress.org/plugins/new-user-approve/ But in that there is no email notification given to admin when user approved. Is any solution for that. Thanks

Member Avatar for ravi142
1
384
Member Avatar for Maideen

Hi I am not familiar in how to create HTML Embeded emeil. Currently I am using below code, It is work fine and send email with plain text. It is not look nice. I need to formated embeded email with logo and below information together to the email. I have …

Member Avatar for djjeavons
0
205
Member Avatar for goasp

Hello, sorry - another newbie. I found a lot of similar FQAs and Solutions, but they do not fit ... For some reasons I do not use Visual Studio and not Razor. My code example is a single .aspx page (with no code behind). I would like to get the …

Member Avatar for djjeavons
0
469

The End.