4
Answers

Sending Email Not Working For Some Mail Id's!, This Comment

Photo of ummidi kondababu

ummidi kondababu

10y
1.2k
1
http://www.codeproject.com/Tips/640802/Create-SendEmail-Workflow-Custom-Activity

I am Sending Email By Using Above Link Code In Windows WorkFlow Console Application.
The Details Are Like This!!
 
Case=>1
 
body:"I would like to request approval to join Your Group"
DisplayName:RequestingEmail
From:"ummidikondababu83@gmail.com"
Host:"smtp.gmail.com"
Password:"********"
result:
Subject:"Approval Request"
To:"hmttrack@gmail.com"
Username:"ummidikondababu83"
 
Sending Mail With Above Details Is Working
 
Case=>2
 
body:"I would like to request approval to join Your Group"
DisplayName:RequestingEmail
From:"kondababuummidi@gmail.com"
Host:"smtp.gmail.com";
Password:"********"
result:
Subject:"Approval Request"
To:":"hmttrack@gmail.com"
Username:"kondababuummidi"
 
Sending Emal With Above Details Is Not Working
 

 
And Also For Some Email Address Also Its Not Working Why.... And Also Its Not Showing Me Any Error ..The Excecution Just Stopped After Send(EmailMessage) Function Excecutes
 

 

Please Give Me Solution and Say What I Did Wrong In This Sending Email

Answers (4)

0
Photo of ummidi kondababu
NA 10 2.6k 10y
i am sending mail from these Usernames

0
Photo of ummidi kondababu
NA 10 2.6k 10y
Please Once Check My code In This below Link
http://www.codeproject.com/Tips/640802/Create-SendEmail-Workflow-Custom-Activity

i am Not Sending Multiple Emails.I am Just sending Email But While Sending Email Am getting Problem.




can you refer me any code for sending email in windows workflow application,visualstudio
0
Photo of Vikram Agrawal
NA 592 5.9k 10y
Hi ummidi
Are you sending mails from these usernames or you sending to these mails
0
Photo of Vithal Wadje
NA 47.6k 23.3m 10y
are you trying to send Multiple email ? ,refer my article list related to email sending