Email in a customisation

Make sure your email settings are correctly configured in Company
Maintenance.



________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of frederic.naslis
Sent: Monday, August 11, 2008 11:45 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Email in a customisation



Hi all ,
I m Trying to send an email in the customer entry form
but i got the message
Imports 'System.Web.Mail' cannot be found

Does someone know how to send an email by anyway

Thanks





[Non-text portions of this message have been removed]
Hi all ,
I m Trying to send an email in the customer entry form
but i got the message
Imports 'System.Web.Mail' cannot be found

Does someone know how to send an email by anyway

Thanks
Have you referenced the smtp server in the client mfgsys config file?



Gary





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of frederic.naslis
Sent: 11 August 2008 16:45
To: vantage@yahoogroups.com
Subject: [Vantage] Email in a customisation



Hi all ,
I m Trying to send an email in the customer entry form
but i got the message
Imports 'System.Web.Mail' cannot be found

Does someone know how to send an email by anyway

Thanks





[Non-text portions of this message have been removed]
Use a BPM


Kersten MacLennan
IT/ERP Analyst
Semrock, Inc.
3625 Buffalo Rd.,
Suite 6
Rochester, NY 14624
585-594-7009
585-594-7095 fax

kmaclennan@...

The Standard in Optical Filters for Biotech & Analytical Instrumentation


Hundreds of Thousands of Ion Beam Sputtered filters delivered -
extensive inventory now!

The information contained in this message and any attachments may be
privileged, confidential, and protected from disclosure. If the reader
of this message is not the intended recipient, or any agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, or copying of this
communication may be unlawful and therefore strictly prohibited. If you
received this message in error, please reply to the message and delete
it. Thank you




________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of frederic.naslis
Sent: Monday, August 11, 2008 11:45 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Email in a customisation



Hi all ,
I m Trying to send an email in the customer entry form
but i got the message
Imports 'System.Web.Mail' cannot be found

Does someone know how to send an email by anyway

Thanks






[Non-text portions of this message have been removed]
In detail i want to send and email when a new ship to is created or
if the taxe ID has been modified. I 'd like to do it by the VB.net
way like :

Dim mail As New MailMessage()
mail.To = "me@..."
mail.From = "you@..."
mail.Subject = "Testing Email."
mail.Body = "this is my test email body"
SmtpMail.SmtpServer = "IPAddress" 'your real server goes here
SmtpMail.Send(mail)

And i got no idea what a BPM is :), can you explain it ?
Thanks.

--- In vantage@yahoogroups.com, "Kersten MacLennan" <kmaclennan@...>
wrote:
>
> Use a BPM
>
>
> Kersten MacLennan
> IT/ERP Analyst
> Semrock, Inc.
> 3625 Buffalo Rd.,
> Suite 6
> Rochester, NY 14624
> 585-594-7009
> 585-594-7095 fax
>
> kmaclennan@...
>
> The Standard in Optical Filters for Biotech & Analytical
Instrumentation
>
>
> Hundreds of Thousands of Ion Beam Sputtered filters delivered -
> extensive inventory now!
>
> The information contained in this message and any attachments may be
> privileged, confidential, and protected from disclosure. If the
reader
> of this message is not the intended recipient, or any agent
responsible
> for delivering this message to the intended recipient, you are
hereby
> notified that any dissemination, distribution, or copying of this
> communication may be unlawful and therefore strictly prohibited. If
you
> received this message in error, please reply to the message and
delete
> it. Thank you
>
>
>
>
> ________________________________
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
Behalf
> Of frederic.naslis
> Sent: Monday, August 11, 2008 11:45 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Email in a customisation
>
>
>
> Hi all ,
> I m Trying to send an email in the customer entry form
> but i got the message
> Imports 'System.Web.Mail' cannot be found
>
> Does someone know how to send an email by anyway
>
> Thanks
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
System.Web.Mail is a library in older versions of .NET. If you are using .NET 3.0+, use System.NET.Mail.

Thanks,
Kunal



----- Original Message ----
From: frederic.naslis <fnaslis@...>
To: vantage@yahoogroups.com
Sent: Monday, August 11, 2008 10:44:34 AM
Subject: [Vantage] Email in a customisation


Hi all ,
I m Trying to send an email in the customer entry form
but i got the message
Imports 'System.Web. Mail' cannot be found

Does someone know how to send an email by anyway

Thanks






[Non-text portions of this message have been removed]