[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: Chili!Mail
- Subject: [cobalt-users] Re: Chili!Mail
- From: Mike Hughes <mike@xxxxxxxxxxxxxx>
- Date: Sun Jan 5 13:12:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Instead of using from="resellers@xxxxxxxxxxx" use something like
from "John Smith <resellers@xxxxxxxxxxx>"
i know this works for php e.t.c.
It should word as most ASP mail uses smtp as apposed to sendmail binary
like php/perl scripts (no sendmail on win machines) and the sendmail
smtp on cobalt automatically sends From: FULL NAME <email@xxxxxxxxxx> if
it only receives From: email@xxxxxxxxxxx
Regards,
Mike.
> From: "Alfredo Musse T." <amusse@xxxxxxxxxxx>
> To: "Cobalt-Users" <cobalt-users@xxxxxxxxxxxxxxx>
> Date: Sun, 5 Jan 2003 13:11:26 -0500
> Subject: [cobalt-users] Chili!Mail
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Hi, anyone using the Chili!Mail component on a RaQ4 who can help?
> I'm trying to send a message from resellers@xxxxxxxxxxx to
> support@xxxxxxxxxxx
> I'm using the following code:
>
> set objmail=server.createobject("CDONTS.NewMail")
>
> objmail.from="resellers@xxxxxxxxxxx"
> objmail.to="support@xxxxxxxxxxx"
> objmail.subject="Test1"
> objmail.bodyformat=0
> (...)
>
> The script sends the mail ok but when reading the received message I see...
> From: Alfredo Musse T. (resellers@xxxxxxxxxxx)
>
> That's because "resellers" is just an alias of my actual email address. Does
> anybody know how to change it within the asp script, so the person who
> receives the message will see...
> From: Other name (resellers@xxxxxxxxxxx)
>
> Otherwise I think I will need to create an independant account.
>
>
> Alfredo Musse T.
> media improvement - solutions for the digital world
> Telf. (511)562-0216
> amusse@xxxxxxxxxxx <mailto:amusse@xxxxxxxxxxx>
> http://www.mediaim.com
>
>
> --__--__--