Sending Email from Forte

Hi guys,
Just a quick question. I am wanting to send email from our Forte
application and am wondering what is the easiest way to do this. Any
ideas appreciated!
Thanks,
Cameron Clark,
Melbourne, Australia.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01BEFA14.F973DD04
Content-Type: text/plain;
charset="iso-8859-1"
Here is code that we have in one of our applications to send an email. Hope
this helps!
anSMTPHandler : SMTPHandler = new(theMailServer='email.wyle.com');
tdlist : array of textData = new ;
tdlist.AppendRow(__EmailAddress);
messageBody : Textdata = new ;
messageBody.Concat('*******************\n');
messageBody.Concat('RFQ# ').Concat(__RFQ.RFQNumber).Concat('\n');
messageBody.Concat('*******************\n');
messageBody.Concat('The following parts on this rfq are registerable but no
registration number was provided:\n');
messageBody.Concat(' \n');
messageBody.Concat(__EmailPartList).Concat('\n');
subject : TextData = new(value='RFQ Without Registration Numbers');
Sender : TextData = task.part.OperatingSystem.GetEnv('CCEmailFrom');
If Sender <> NIL Then
anSMTPHandler.SendMessage(tdlist,sender,subject,messageBody);
else
anSMTPHandler.SendMessage(tdlist,TextData('[email protected]'),subject,message
Body);
end if ;
messageBody.Clear ;
messageBody.SetAllocatedSize(0);
subject.clear ;
subject.setAllocatedSize(0);
anSMTPHandler = NIL ;
-----Original Message-----
From: Cameron Clark [mailto:[email protected]]
Sent: Wednesday, September 08, 1999 12:31 AM
To: Forte User Group
Subject: (forte-users) Sending Email from Forte
Hi guys,
Just a quick question. I am wanting to send email from our
Forte
application and am wondering what is the easiest way to do
this. Any
ideas appreciated!
Thanks,
Cameron Clark,
Melbourne, Australia.
For the archives, go to: http://lists.sageit.com/forte-users
and use
the login: forte and the password: archive. To unsubscribe,
send in a new
email the word: 'Unsubscribe' to:
[email protected]
------_=_NextPart_001_01BEFA14.F973DD04
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<DEFANGED-META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<DEFANGED-META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<DEFANGED-TITLE>RE: (forte-users) Sending Email from Forte</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Arial">Here is code that we have in one of =
our applications to send an email.  Hope this helps!</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">anSMTPHandler : SMTPHandler =3D =
new(theMailServer=3D'email.wyle.com');</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">tdlist : array of textData =3D new =
;</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">tdlist.AppendRow(__EmailAddress);</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">messageBody : Textdata =3D new =
;</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">messageBody.Concat('*******************\n');</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">messageBody.Concat('RFQ# =
').Concat(__RFQ.RFQNumber).Concat('\n');</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">messageBody.Concat('*******************\n');</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">messageBody.Concat('The following =
parts on this rfq are registerable but no registration number was =
provided:\n');</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">messageBody.Concat('      =
\n');</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">messageBody.Concat(__EmailPartList).Concat('\n');</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">subject : TextData =3D =
new(value=3D'RFQ Without Registration Numbers');</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Sender : TextData =3D =
task.part.OperatingSystem.GetEnv('CCEmailFrom');</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">If Sender &lt;&gt; NIL Then</FONT>
<BR>        <FONT SIZE=3D2 =
FACE=3D"Arial">anSMTPHandler.SendMessage(tdlist,sender,subject,messageBo=
dy);</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">else</FONT>
<BR>        <FONT SIZE=3D2 =
FACE=3D"Arial">anSMTPHandler.SendMessage(tdlist,TextData('[email protected]=
m'),subject,messageBody);</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">end if ;</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">messageBody.Clear ;</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">messageBody.SetAllocatedSize(0);</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">subject.clear ;</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">subject.setAllocatedSize(0);</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">anSMTPHandler =3D NIL ;</FONT>
</P>
<UL><UL>
<P><A NAME=3D"_MailData"><FONT SIZE=3D2 FACE=3D"Arial">-----Original =
Message-----</FONT></A>
<BR><B><FONT SIZE=3D2 FACE=3D"Arial">From:   Cameron Clark =
[<A =
HREF=3D"<a href=
"mailto:[email protected]">mailto:[email protected]</a>"><a
href=
"mailto:[email protected]">mailto:[email protected]</a></A>]<=
/FONT></B>
<BR><B><FONT SIZE=3D2 FACE=3D"Arial">Sent:  </FONT></B> <FONT =
SIZE=3D2 FACE=3D"Arial">Wednesday, September 08, 1999 12:31 AM</FONT>
<BR><B><FONT SIZE=3D2 =
FACE=3D"Arial">To:    </FONT></B> <FONT SIZE=3D2 =
FACE=3D"Arial">Forte User Group</FONT>
<BR><B><FONT SIZE=3D2 =
FACE=3D"Arial">Subject:       </FONT>=
</B> <FONT SIZE=3D2 FACE=3D"Arial">(forte-users) Sending Email from =
Forte</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Hi guys,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Just a quick question.  I am =
wanting to send email from our Forte</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">application and am wondering what is =
the easiest way to do this.  Any</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ideas appreciated!</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Thanks,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Cameron Clark,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Melbourne, Australia.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">--</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">For the archives, go to: <A =
HREF=3D"<a href=
"http://lists.sageit.com/forte-users">http://lists.sageit.com/forte-users</a>" =
TARGET=3D"_blank">http://lists.sageit.com/forte-users</A> and =
use</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">the login: forte and the password: =
archive. To unsubscribe, send in a new </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">email the word: 'Unsubscribe' to: =
[email protected]</FONT>
</P>
</UL></UL>
</BODY>
</HTML>
------_=_NextPart_001_01BEFA14.F973DD04--

Similar Messages

  • [Fwd: (forte-users) Sending Fax from forte]

    Tamas Deak
    Lufthansa Systems Hungary
    (forte developer)
    2-6 Mazsa ter, Budapest, 1107, HUNGARY
    (36-1) 4312 973
    [email protected]
    [email protected][email protected]-

    I've never done this but I think MS-MAPI might be a good solution.
    Sure, it's not platform independent, since it will only work on NT,
    but it is fax-gateway independent. MAPI is an interface to several
    messaging systems (mail, RFC's, fax, etc.) regardless of what
    kind of implementation is behind it.
    Pascal Rottier
    STP - MSS Support & Coordination Group
    Philip Morris Europe
    e-mail: [email protected]
    Phone: +49 (0)89-72472530
    +++++++++++++++++++++++++++++++++++
    Origin IT-services
    Desktop Business Solutions Rotterdam
    e-mail: [email protected]
    Phone: +31 (0)10-2428100
    +++++++++++++++++++++++++++++++++++
    /* All generalizations are false! */
    -----Original Message-----
    From: Zulkifli Mohamad [SMTP:[email protected]]
    Sent: Friday, October 08, 1999 3:16 AM
    To: '[email protected]'
    Subject: (forte-users) Sending Fax from forte
    Hi guys,
    Does anyone know how to send a fax from Forte application.
    Any ideas appreciated!
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

  • Cannot send email from yahoo account on iPhone 5

    I just got an iPhone5 and I couldn't set up my Yahoo email as "yahoo"--it would not allow me to complete the process despot multiple attempts. I had to set it up as an "other" account. I can receive and read emails on my phone, but when I reply those messages will not send. They go to the outbox and an error message pops up that says" the email account has been rejected by the server" Does anyone have advice on either issue: setting up yahoo properly and/or sending email from phone?

    outgoing mail server
    SMTP - Yahoo! SMTP Server
    primary server
    Yahoo! SMTP server - ON
    server port 465
    That's what I have for my yahoo account.

  • Cannot send email from non .mac server

    I am only able to send/reply emails using my .mac address. My 2 other server addresses keep giving me the following message.
    "Cannot send mail. One of the recipient addresses was invalid".
    How can I fix this?

    You should be able to send email from Safari, however I do wonder why you wish to do this and whether there is something inherently wrong with using your mail app and your iCloud address.

  • Cannot send email from MobileMe account

    Apple recently pushed out an update to the MobileMe calendar. Since upgrading my account, I am unable to send emails from Firefox4 (current version) in Windows. The page sits indefinitely at a loading screen. Apple Support won't help because it isn't an issue with Safari. Anyone else have this issue?

    When using the MobileMe account preset to create the account, the SMTP server is created with 587 as the SMTP server port, which can't be changed when using the MM account preset to create the account.

  • Cannot send email from an iPhone to a Outlook group.

    Hi,
    My question is simple and I'd like an exactly same answer : Can iPhone users send emails from their iPhone's to one or more groups created in Outlook?
    This is my situation: our organization is using iPhone to provide email, calendar, contact, task etc. to some of their employees. We are using Airwatch MDM Agent on user's iPhone because we have an Airwatch server in place. I have an user and she has an iPhone 5 and she has created some groups in Outlook but these groups are not reflected in her Contacts in the iPhone. I have update her phone with the latest update, although I was almost sure that this was not the issue, then I've found some interesting posts on internet saying that this was a known problem for the users with the previous iOS but I thought this might has been corrected with the iOS, apparently not.
    Also I've tried ''the trick'' that is posted on several forums with the iCloud but neither so it's working. I am looking for a straight answer, if this works or not on iPhone's?
    Thanks,
    Sebastian.

    There indeed ARE apps in the app store that will do what you want.  Just search and find the one that best fits your needs.

  • Cannot send email from scanned pages

    I am having trouble with the updated HP remote app on Ipad, since the update I can scan the pages in, but then cannot send them via email. This is qute important because i work remotley from the office and rely on getting my design drawings in on a nightly basis
    please help

    cannot send email from scanned pages

  • Cannot send email from ipad?

    I can receive, but cannot send emails from my iPad. Always get message that I have wrong user name or password.

    Then make sure that the settings are correct in your email account.
    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Cannot send email from Exchange 2007 to Exchange 2013

    Hello Anyone,
    Anyone can help? I've prepare MS Exchange 2013 already, for Migration MS Exchange 2007 and I got the issue.
    My issue is I can't send email from Exchange 2007 to Exchagen 2013, but for Exchange 2013 can send email to Exchange 2007,
    is my issue only internal email for external email both Exchange server is working fine.
    Regards,
    Eakkasak

    Thanks for your reply, when I send email from Exchange 2007 to Exchange 2013 I'm get the error message below.
    Delivery is delayed to these recipients or distribution lists:
    Eakkasak Buajan
    Subject:
    This message has not yet been delivered. Microsoft Exchange will continue to try delivering the message on your behalf.
    Delivery of this message will be attempted until 8/29/2014 8:30:29 PM (GMT+07:00) Bangkok, Hanoi, Jakarta. Microsoft Exchange will notify you if the message can't be delivered by that time."
    I'm already tick  "Exchange server Authentication" in the Default Receive connector properties of Exchange 2013"
    I'm restart services and restart all Exchange Server but doesn't work.
    Thanks,
    Eakkasak
    Sent by Microsoft Exchange Server 2007

  • Cannot send email from my mobileme on iphone 3g

    Suddenly coudn't access my mobileme email account. So I changed my password; and since I couldn't send email from my iphone 3G
    I can send/receive emails from icloud webpage or Thunderbird.
    Any clues?

    outgoing mail server
    SMTP - Yahoo! SMTP Server
    primary server
    Yahoo! SMTP server - ON
    server port 465
    That's what I have for my yahoo account.

  • Cannot send email from Iphone. A setting is off.

    What are the correct settings to send email from my aol account that's included in my I Cloud acct. any suggestions???? Thanks Sue

    Read this
    How do I set up AOL Mail on my iPhone or iPod Touch? - AOL Help

  • Cannot send email from outbox

    Why can't i send email from my outbox? Mail is blocked from coming in also.

    Check your settings, maybe the mail index is at fault.
    Setup Wizard and troubleshooting tips:
    http://www.apple.com/support/mail
    Also has a link to Mail community section.

  • Cannot send email from Exchange 2007 to Exchange 2013 - Coexistence

    Existing Exchange 2007 SP3 1 MBX, 2 CAS/HT, 2 ET servers.
    I have added an Exchange 2013 server with MBX/CAS role.
    Email will flow from Ex2013 server no problem.  Mail from Ex2007 systems cannot deliver to Ex2013 boxes, it dies in queue with a 4.4.7 expired message after issuing a delay message.
    I can telnet to ports 25, 587,717,465,475, and 2525 from Ex2007 HT role to new Exchange 2013 server.  I can send email from Ex2007 HT role server to new Exchange 2013 server using telnet to port 25.
    A ‘get-mailbox’ from the Ex2007 HT role server returns the server and database properly on the test users on Exchange 2013 server.
    The only strange thing I am seeing is from the Ex2007 systems, a ‘get-exchange server’ command shows the new Ex2013 server as role ‘16439’ which looks to perhaps be normal.
    Why is email not flowing to the new users on Exchange 2013?

    You should have exchange server authentication ticked in Default Receive connector in Exchange2007.
    Exchange 2007 and Exchange 2013 in the same subnet/network. if not please check any spam agent running between the networks. Are you running antispam on Exchange2013 ?
    MAS

  • Cannot Send Email from SAP Business One

    Hi Experts
    I have configured SAP Email Services from the Mailer Service and Customer can send emails all the while,
    Now I have an Issue for One User,
    Iam using the Same Machine, Same Database with Manager Login, I can send Email from SAP with Attachments
    But When I use another Super user the system is not delivering the Email and it Goes to the Sent box (but not delivered)
    Have anyone encountered the Issue before
    Please hep to solve this issue permanently
    Thanks and Regards
    Vinodh Kumar Mohan

    Hi Vinodh Kumar Mohan,
    If the email can be found in Sent box, it must be delivered already.
    The problem could be on the email recipient side. It may go to the junk mail.
    Thanks,
    Gordon

  • "Cannot send email from this device"?

    I recently purchased the Easy Release App from the ITunes store and when I try to email the release to my email address it says "Cannot send email from this device". Is it the app that is preventing the sending or is it something to do with the iPod? I've tried sending an email from the iPod to see and it is sent fine from the iPod but the app still won't send from the iPod.
    Has this ever happened to someone else? Do I have to change settings on my iPod?
    I have the IPod 4th generation if that helps

    I had the same problem. You have to go into Settings in your ipod touch, scroll down and find "mail, contacts, calendars." Set up your email in there. It will give you a list I.e. yahoo, hotmail, gmail. After you've dont that you'll be able to sent the model release.

Maybe you are looking for

  • Two Apple Id's on 1 computer

    Ok I have two apple id's that I use and they both have my credit card information and downloads that I would like to get.  Tried getting the downloads from my second account and a pop up appeared saying--- "This computer is already associated with an

  • Help! I just got a new MacBook and I cannot figure out how to authorize it to play my purchased iTunes music.

    Hi! I just got my new Macbook today (!!!) and I love it, but I can't figure out how to authorize this computer to play my purchased itunes music. I don't have any other computers authorized to play my purchased music, as I have de-authorized my previ

  • No default mail client

    when I try to run desktop manager I get an error message that says "Either there is no default amail client or the current mail client cannot fulfill the messageing request. Please run Microsoft Outlook and ser it as the default mail client. Ok I tri

  • Connecting a Samsung SyncMaster 932b to an early 2009 iMac

    So I have looked at most of the recent responses to adding the 2nd monitor. I have tried all recommendations. When I turn the SM monitor on while my computer is on, i see the leopard sky background, then the monitor goes black. I am able to turn on a

  • Regarding SAP Note 410799 - Enhancement of line item extraction FI-GL, FI-C

    Please read this note on this part: ....  Therefore you have to program a function module that reads the customer master in the R/3 system (table KANN1) and fills the ORT01 field of the customer enhancement. In the changing parameter C_STRUCTURE the