Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Question about sending email in asp.net web application

1 view
Skip to first unread message

gnewsgroup

unread,
Apr 8, 2008, 1:24:44 PM4/8/08
to
I am using Peter Bromberg's code to send email through gmail smtp
service in my asp.net web application. Thanks, Peter.

The problem with gmail smtp is that gmail will overwrite the sender's
address with whichever the gmail smtp server authenticates. In other
words, even if you say

mailMessage.From = new MailAddress("joh...@somewhere.com");

But, if you authenticate yourself through "jan...@gmail.com",

Then the sender address will be overwritten as "jan...@gmail.com".

I understand that this makes perfect anti-spamming sense.

Here is my situation. I have domain mydomain.com, and I am using the
google apps email service with this mydomain.com. So, I have email
addresses like

in...@mydomain.com
feed...@mydomain.com

But, I cannot authenticate neither of these against gmail smtp server,
so I have to use gnews...@gmail.com to get authenticated, but then,
recipients will see that my email is from gnews...@gmail.com instead
of from in...@mydomain.com. This is very unprofessional, isn't it?

So, here is the question, I don't have a mail server on mydomain.com,
is there a work around to send mail and recipient would see that the
email is from in...@mydomain.com?

Thank you.


Juan T. Llibre

unread,
Apr 8, 2008, 3:21:53 PM4/8/08
to
Would setting up your Email domain through GoogleApps help ?

http://www.google.com/a/help/intl/en/index.html


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"gnewsgroup" <gnews...@gmail.com> wrote in message
news:8a6995d8-7933-4d4d...@z38g2000hsc.googlegroups.com...

Peter Bromberg [C# MVP]

unread,
Apr 8, 2008, 3:26:01 PM4/8/08
to
I haven't tried using the ReplyTo property to see if that would help, but in
a pinch you could always invite your "selves" to get their own unique gmail
addresses and use the correct one for each.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net

gnewsgroup

unread,
Apr 8, 2008, 4:09:00 PM4/8/08
to
On Apr 8, 3:21 pm, "Juan T. Llibre" <nomailrepl...@nowhere.com> wrote:
> Would setting up your Email domain through GoogleApps help ?
>
> http://www.google.com/a/help/intl/en/index.html
>
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en español :http://asp.net.do/foros/
> ======================================

Well, I am already using the gmail apps with my own email domain like
in...@mydomain.com. In other words, I log onto google's apps site and
check my email. Although it is really gmail, but I have my own
domain.

But, I cannot authenticate my custom domain email against gmail smtp.
It seems that one can get authenticated by gmail smtp only if he uses
the explicit gmail (i.e. user...@gmail.com) credentials.

gnewsgroup

unread,
Apr 8, 2008, 4:11:58 PM4/8/08
to
On Apr 8, 3:26 pm, Peter Bromberg [C# MVP]

<pbromb...@yahoo.NoSpamMaam.com> wrote:
> I haven't tried using the ReplyTo property to see if that would help, but in
> a pinch you could always invite your "selves" to get their own unique gmail
> addresses and use the correct one for each.
> -- Peter
> Site:http://www.eggheadcafe.com
> UnBlog:http://petesbloggerama.blogspot.com
> Short Urls & more:http://ittyurl.net
>


Well, I did try the ReplyTo property. It helps in that when the user
hits the Reply button, the ReplyTo email address will automatically
jump to the To: field.

But, still, the recipient can see that this email is from
gnews...@gmail.com instead of in...@mydomain.com.

gnewsgroup

unread,
Apr 8, 2008, 4:28:18 PM4/8/08
to
> gnewsgr...@gmail.com instead of i...@mydomain.com.

Looks like SendMail for Windows can do that. 49 bucks a copy.

gnewsgroup

unread,
Apr 8, 2008, 4:24:25 PM4/8/08
to
On Apr 8, 3:26 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.com> wrote:
> I haven't tried using the ReplyTo property to see if that would help, but in
> a pinch you could always invite your "selves" to get their own unique gmail
> addresses and use the correct one for each.
> -- Peter
> Site:http://www.eggheadcafe.com
> UnBlog:http://petesbloggerama.blogspot.com
> Short Urls & more:http://ittyurl.net
>

OK, the thing is, I would like to let the user see that s/he received
the email from in...@mydomain.com instead of som...@gmail.com.

How does the SMTP service that comes with IIS work? I tried it a long
time ago, but it was not successful, and had to give it up.

DownlodComponent

unread,
Apr 9, 2008, 10:23:19 AM4/9/08
to
Hello
i am using google applications and host my domain email with Gmail .
I have a user name called support and i am able to authenticate and
send email .
Can you post your code including user name also ? Do not forget to
remove the password

http://www.codeexplore.com/
Make money writing articles

On Apr 8, 10:09 pm, gnewsgroup <gnewsgr...@gmail.com> wrote:
> On Apr 8, 3:21 pm, "Juan T. Llibre" <nomailrepl...@nowhere.com> wrote:
>
> > Would setting up your Email domain through GoogleApps help ?
>
> >http://www.google.com/a/help/intl/en/index.html
>
> > Juan T. Llibre,asp.netMVP
> >asp.netfaq :http://asp.net.do/faq/

> > foros deasp.net, en español :http://asp.net.do/foros/


> > ======================================
>
> Well, I am already using the gmail apps with my own email domain like

> i...@mydomain.com. In other words, I log onto google's apps site and


> check my email. Although it is really gmail, but I have my own
> domain.
>
> But, I cannot authenticate my custom domain email against gmail smtp.
> It seems that one can get authenticated by gmail smtp only if he uses

> the explicit gmail (i.e. usern...@gmail.com) credentials.


gnewsgroup

unread,
Apr 9, 2008, 1:18:04 PM4/9/08
to
On Apr 9, 10:23 am, DownlodComponent <pcegypts...@gmail.com> wrote:
> Hello
> i am using google applications and host my domain email with Gmail .
> I have a user name called support and i am able to authenticate and
> send email .
> Can you post your code including user name also ? Do not forget to
> remove the password
>
> http://www.codeexplore.com/
> Make money writing articles
>


Hey, that sounds exciting to me. Please take a look at the code I use
at the following link. I think it's nicer to for eye to put it on a
webpage instead of here at this newsgroup.

http://gnewsgroup.googlepages.com/sendemailviagmailsmtp

That's the code that works. I haven't been able to succeed with my
custom domain email through smtp.gmail.com. Please do share how you
had it work. Thanks a lot!

gnewsgroup

unread,
Apr 9, 2008, 1:20:36 PM4/9/08
to
On Apr 9, 10:23 am, DownlodComponent <pcegypts...@gmail.com> wrote:
> Hello
> i am using google applications and host my domain email with Gmail .
> I have a user name called support and i am able to authenticate and
> send email .
> Can you post your code including user name also ? Do not forget to
> remove the password
>
> http://www.codeexplore.com/
> Make money writing articles
>

One thing I need to add is that I am only use the free google apps, I
am not paying anything. Don't know if this makes a difference.

amrsalah

unread,
Apr 21, 2008, 2:01:24 PM4/21/08
to
0 new messages