![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ASA 8.0.3.5574 Hi, within one project we use xp_sendmail for sending some emails with attachment. I'm sure this already worked correctly. But something happend (I have no idea when or what) and xp_sendmail now does nothing at all. We don't get a mail sent and we don't even get a resonse. Our procedure just waits and waits and .... How to find out what could be cause for that? Any Windows SP maybe? Regards Fabian |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
- using xp_sendmail() with smtp works fine but sometimes we need to attach a file and then smtp is not working Any ideas? |
#5
| |||
| |||
|
|
Hello, has really nobody an idea? As an additional information: - we tried running the dbserver as a service on system account and also on a useraccount - xp_startmail() das not return an error, regardless which user and password we use - using xp_sendmail() with smtp works fine but sometimes we need to attach a file and then smtp is not working Any ideas? Thanks Fabian |
#6
| |||
| |||
|
|
Fabian, Fabian Knauf wrote: - using xp_sendmail() with smtp works fine but sometimes we need to attach a file and then smtp is not working Any ideas? From: (Mark Culp) http://forums.sybase.com/cgi-bin/web...42516da10ee200 ASA [8.0.x /] 9.0.x does not support the ability to send attachments if you are using SMTP... but it can send attachments if you use MAPI. In SA 10, xp_sendmail has been enhanced so that you can send attachments using both SMTP and MAPI. -- Jeff Albion, Sybase iAnywhere iAnywhere Developer Community : http://www.sybase.com/developer/libr...ere-techcorner iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/summ...&timeframe =0 Report a Bug/Open a Case : http://case-express.sybase.com/cx/ |
#7
| |||
| |||
|
|
- xp_startmail and xp_sendmail to send mails with attachements: doesn't work as Fabian described (hangs in xp_sendmail with no return) |
#8
| |||
| |||
|
|
Yes, and Fabian posted the current version as: "ASA 8.0.3.5574" which does not support sending attachments via SMTP as Mark Culp originally wrote. |
|
8.0.3 is also out of engineering support I also know this one - but my question was not to get a new EBF, but |
#9
| |||
| |||
|
|
We normaly send emails WITHOUT attachment with smtp (xp_startsmtp()), and in the cases we want an attachment we use MAPI (xp_startmail()). |
|
- using xp_sendmail() with smtp works fine but sometimes we need to attach a file and then smtp is not working |
|
I also know this one - but my question was not to get a new EBF, but maybe an idea what could have caused our originally working function not work anymore. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |