![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, How can I specify a smtp_sender_name on system procedure xp_startsmtp running on SA 9.0.2.3687 ?! I´ve tried to use the syntax below but it just works on Unix/Linux SMTP Sever. Now I have a Microsoft SMTP Server on IIS 6. 'User Name<user (AT) domain (DOT) com>' The problem is not with the Microsoft SMTP Server, as it runs just fine when the email is sent from a Cold Fusion Server, with the same syntax above. I´v already seen that it´s possible on version 10 (smtp_sender_name). Thanks a lot, Thiago<thiago.reis (AT) embraer (DOT) com.br |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hello Carter, Thank you for your attention! My problem is the sender_address argument, like the code below: SET @smtp_sender = 'bcarter (AT) risingroad (DOT) com'; => WORKS SET @smtp_sender = 'Carter<bcarter (AT) risingroad (DOT) com>'; => DOES NOT WORK with Microsoft SMTP Sever, just works on Unix SMTP Server. Procedure "xp_sendmail" returns the error number 501. Any idea? Thank you, Thiago <thiago.reis (AT) embraer (DOT) com.br |
#5
| |||
| |||
|
|
You need a space before the <. Try SET @smtp_sender = 'Breck Carter <bcar... (AT) risingroad (DOT) com>'; Graeme Perrow Senior Software Developer gperrow _at_ ianywhere _dot_ com Sybase iAnywhere Engineering SQL Anywhere Developer Community * *http://www.sybase.com/developer/libr...ere-techcorner SQL Anywhere Blog Center * *http://www.sybase.com/sqlanyblogs Thiagowrote: Hello Carter, Thank you for your attention! My problem is the sender_address argument, like the code below: * SET @smtp_sender = 'bcar... (AT) risingroad (DOT) com'; * => WORKS * SET @smtp_sender = 'Carter<bcar... (AT) risingroad (DOT) com>'; * => DOES NOT WORK with Microsoft SMTP Sever, just works on Unix SMTP Server. Procedure "xp_sendmail" returns the error number 501. Any idea? Thank you, Thiago<thiago.r... (AT) embraer (DOT) com.br>- Ocultar texto das mensagens anteriores - - Mostrar texto das mensagens anteriores - |
![]() |
| Thread Tools | |
| Display Modes | |
| |