0

@Vicky_Anderson Yahoo mail like what I use. You can add external POP and SMTP info (what?), so you don’t have to be “@yahoo”

-

@Vicky_Anderson Yahoo mail like what I use. You can add external POP and SMTP info (what?), so you don't have to be "@yahoo" – by HALLANGEN_art (David Hallangen-Lake)

6

How to make a mail sender in VB2008

-

Code: above public class form1: Imports System.Net.Mail double click button 1: Dim mymailmsg As New MailMessage Try mymailmsg.From = New MailAddress(“YOUR GMAIL”) mymailmsg.To.Add(TextBox3.Text) mymailmsg.Subject = TextBox1.Text mymailmsg.Body = TextBox2.Text Dim smtp As New SmtpClient(“smtp.gmail.com”) smtp.Port = 587 smtp.EnableSsl = True smtp.Credentials = New System.Net.NetworkCredential(“Your GMAIL”, “Your PW”) smtp.Send(mymailmsg) Timer1.Start() Catch ex As Exception End Try

0

no outgoing mails from outlook – smtp changed accordingly but did not get any further tech support?

-

Question by Bob: no outgoing mails from outlook – smtp changed accordingly but did not get any further tech support?
connected to a remote internet and server is authenticated.

Best answer:

Answer by DiscussNY
Who provides your email service? If you tell us your domain name we can help you find the correct incoming and outgoing mail servers and configuration.

Add your own answer in the comments!

1

Tutorial 45 – Servicios POP3 y SMTP

-

default Tutorial 45   Servicios POP3 y SMTP

Explica cómo configurar los servicios POP3 y SMTP en un servidor Windows 2003.

0

Scheduling Booking Registration Software using online software versus Email Solution

-

Scheduling Booking Registration Software using online software versus Email Solution

Many sites prefer to book or register people online using old-fashion, SMTP or email approach. Here users specify important information, click on a button and the request for appointment is sent to recipient. But very often the recipient never receives an email because SMTP server is down. Or another user sends a duplicate request for appointments, thinking that he is the first in line.

Many sites prefer to book or register people online using old-fashion, SMTP or email approach. Here users specify important information, click on a button and the request for appointment is sent to recipient. But very often the recipient never receives an email because SMTP server is down. Or another user sends a duplicate request for appointments, thinking that he is the first in line.

Online Scheduling Booking Registration Software where the request is sent to the database is the most efficient and elegant method. Online Scheduling Booking Registration Software should not be a complicated process. In addition, it should eliminate errors with duplicates bookings where more then two customers booked appointment for the same time.

Moreover, Online Scheduling Booking Registration Software dynamically figures out chunks of unused time and offers then to potential clients. This is smart scheduling booking and it leads to tightly packed schedule and eliminates gaps in scheduling.

Conclusion: Online Scheduling Booking Registration Software has many advantages over old-fashioned email solution. Online Scheduling Booking Registration Software can eliminate schedule gaps and store scheduling data right in database.

Please view other articles by this author here:

http://www.ideajets.com/articles.asp

robert mamayev
Business Technology Manager
www.ideajets.com

Page 2 of 7112345...102030...Last »

Powered by Yahoo! Answers